Access live exchange rates for 170+ currencies. Simple REST API with historical data, conversion endpoints, and 99.9% uptime guarantee.
Get started in minutes with our well-documented REST API. Support for all major programming languages.
// Get latest exchange rates
const response = await fetch('https://api.currency.codes/latest', {
headers: {
'X-API-Key': 'your-api-key'
}
});
const data = await response.json();
console.log(data);
// Output:
{
"base": "USD",
"date": "2024-01-15",
"rates": {
"EUR": 0.85023,
"GBP": 0.73654,
"JPY": 110.234,
// ... 170+ currencies
}
}
Powerful features for developers and businesses
Average response time under 50ms with global CDN distribution
Exchange rates updated every 60 seconds from trusted sources
Access exchange rates dating back to 1999 for trend analysis
Support for all major and exotic currencies including crypto
RESTful API with SDKs for Python, Node.js, PHP, and more
Unlimited requests on all paid plans for your scaling needs
Start free, upgrade when you need more