80+ Currencies
Access real-time exchange rates for over 80 world currencies with comprehensive coverage.
Get real-time and historical exchange rates for 80+ currencies with bank-grade accuracy. Perfect for financial applications, e-commerce, and currency conversion services.
Test the API with live data
Access real-time exchange rates for over 80 world currencies with comprehensive coverage.
Get historical exchange rates for specific dates with complete time series data.
Convert arbitrary amounts between currencies with precise calculation and rate transparency.
Live exchange rates updated frequently to ensure you always have the latest data.
Support for all major world currencies, emerging markets, and popular trading pairs.
Enterprise-level security with encrypted connections and reliable data sources.
Sign up for free and get instant access to your API key.
curl -X GET \ "https://exchange-rates.cleariflow.com/v1/live/" \ ?api_key=YOUR_API_KEY \ &base=EUR \ &target=USD%2CGBP
{
"base": "EUR",
"exchange_rates": {
"EUR": 1,
"GBP": 0.75,
"USD": 0.85
},
"last_updated": 1704067200
}