80% 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.
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
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.
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.
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.
Currency Converter
By OANDA
Note: This currency is obsolete. If you wish to find out historical data on this currency please visit our Historical Currency Converter.
Fully automated trading platforms, mobile and tablet apps
The OANDA Trade platform can be accessed from your browser, mobile or tablet.
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"e=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).