Award-winning broker

A broker you can trust

Over the past 25 years, we have built up a stellar reputation for our award-winning platforms*, innovative trading education and transparent pricing.

US hero image

Forex and crypto trading

We offer over 70 major and minor currency pairs and 10 popular cryptos, including Bitcoin and Ethereum.

Currency converter

Access real-time rates for all the major FX pairs, plus up to 25 years' historical exchange rates across 38,000 forex pairs.

FX Data Services

Make use of OANDA Treasury, Exchange Rates API, Historical Currency Converter and Corporate Payments solutions.

trust_logos_left_recoloured
trust_logos_right_recoloured
Currency Converter

OANDA Rate ® data currency calculator

Touchstone foreign exchange rates compiled from leading market data contributors. Trusted and used by major corporations, tax authorities, auditing firms and individuals around the world.

OANDA

Currency Converter

By OANDA

Rates are based on a daily average of OANDA Corporation prices, updated at 0:00 (GMT) each day.

intelligent_support_shout_banner_2400_1060 (2)
Trading Phone
FX Trading

Fully automated trading platforms, mobile and tablet apps

The OANDA Trade platform can be accessed from your browser, mobile and tablet. You can also take a position via TradingView and MT4.

FX Data Services

Currency data and analytics

Exchange Rates API delivers data on 200+ currencies. Automatically receive daily averages, real-time (spot), tick-level and forward rates into your ERP, TMS, digital product, app or website.

const https = require('https');

https.get(
  {
    hostname: 'exchange-rates-api.oanda.com',
    path: '/v2/rates/spot.json?base=EUR&quote=USD&date_time=2023-01-16',
    headers: {
      Authorization: `Bearer ${MY_API_KEY}`
    }
  },
  response => {
    if (response.statusCode === 200)
      response.on('data', data => console.log(JSON.parse(data)));
  });

*Best Trading Tools winner (Online Personal Wealth Awards 2021). Awarded highest overall client satisfaction (Investment Trends 2021 US Leverage Trading Report, Margin Forex). Awarded highest client satisfaction for mobile platform/app (Investment Trends 2021 US Leverage Trading Report, Margin Forex). Voted Most Popular Broker 2021 (TradingView Broker Awards 2021). Voted Best Forex Broker 2021 (TradingView Broker Awards 2021).