Back to catalog
💱

FxRatesAPI

API Key

Real-time exchange rates, historical rates and currency conversion

💱Currency ExchangeHTTPS

Forex Rates

FXRatesAPI

BaseEUR
Date2026-02-25
U S D1.0842
E U R1.0000
G B P0.8591

Sample Response

response.json
1{
2 "base": "EUR",
3 "date": "2026-02-25",
4 "USD": "1.0842",
5 "EUR": "1.0000",
6 "GBP": "0.8591"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://fxratesapi.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs