rl_hero_old

Robert Lewandowski and OANDA. What a team.

We’re proud to announce Robert Lewandowski as our new brand ambassador.

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.

UK - Hero image

CFD trading

We offer a wide range of global CFD instruments, including indices, forex, commodities, metals and bonds.

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.

Trusted Brands 1
Icons (Expedia, FedEx and Twitter)
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

Powered by OANDA Corporation

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

Trading Mosaic - RW
UK Trading Phone
CFD Trading

Fully automated trading platforms, mobile and tablet apps

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

Foreign Exchange 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 client satisfaction for telephone customer service (Investment Trends 2021 UK Leverage Trading Report, Industry Analysis). Most Popular Broker (TradingView Broker Awards 2021). Voted Best Forex and CFD Broker 2021 (TradingView Broker Awards 2021).