← Back to Dashboard

Fixer.io

Currency ExchangeActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Exchange rates and currency conversion

✨ AI Summary

Fixer.io provides an API for accessing current and historical foreign exchange rates and performing currency conversions.

Code Example

import requests

url = "http://data.fixer.io/api/latest"
params = {
    "access_key": "YOUR_API_KEY",
    "base": "EUR", # Optional: base currency (default is EUR for free plan)
    "symbols": "USD,GBP" # Optional: comma-separated list of symbols
}

response = requests.get(url, params=params)
data = response.json()
print(data)

Live Health Metrics

Last 50 checks (10 min intervals)