Back to catalog
💱

ExchangeRate-API

API Key

Free currency conversion

💱Currency ExchangeHTTPSCORS enabled

Exchange Rates

1 USD =

BaseUSD
Eur0.92
Gbp0.79
Jpy149.5
Cad1.36
Aud1.54
Last Updated2026-02-25

Sample Response

response.json
1{
2 "base": "USD",
3 "eur": 0.92,
4 "gbp": 0.79,
5 "jpy": 149.5,
6 "cad": 1.36,
7 "aud": 1.54,
8 "last_updated": "2026-02-25"
9}

Code Snippets

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

Similar APIs