Freemium
Currency Exchange API
ExchangeRate.host is a robust and easy-to-integrate REST API offering both real-time and historical foreign exchange and cryptocurrency rates. It supports 168 world currencies and precious metals, with hourly updates on the free tier and up to 1-minute frequent refreshes on premium plans—ideal for currency converters, fintech tools, and financial dashboards.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
100 Requests / mo
Rate Limit
API Endpoints
Get latest currency exchange rates
Full URL
https://api.exchangerate.host/latest
Code Examples
curl -X GET 'https://api.exchangerate.host/latest'
Parameters
{ "base": "USD" }
Example Response
{
"base": "USD",
"date": "2023-01-01",
"rates": {
"EUR": 0.85,
"GBP": 0.75
}
}
Version
v1
Rate Limit
Unlimited (non-commercial)
Tags
currency-conversionexchange-ratesfinancial-data
Related APIs
Discover similar APIs that might interest you