75% profit share? Now, that’s smart.

Virtual funds. Real profits. That’s our pioneering profit sharing trading program, OANDA Labs Trader. And if you’re in a territory serviced by our Global Markets division, it’s available right now.

OLA hero image OGM EN

OANDA Labs Assessment Limited is not regulated, as in return for a payment it offers virtual trading challenges and when successful the opportunity to trade with virtual cash on a profit-sharing basis at OANDA Global Markets Ltd. None of the services provided should be considered investment or financial services in accordance with applicable laws.Registered in Malta at 171, Old Bakery Street, Valletta, VLT 1455, Malta with registration number: C 106331

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 shares, cryptocurrencies,indices, forex, commodities and metals.

Currency converter

Access real-time rates for all the major FX pairs, plus up to 31 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. Our rates are 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_translated_banner_2400_1060_ENGLISH_v1.02
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.

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)));
  });

*Voted Broker of the Year (TradingView Awards, 2023). Voted Most Popular Broker 3 years in a row (TradingView Awards 2022, 2021, 2020). Best Trading Tools winner (Online Personal Wealth Awards 2021).