Exchange rates with currency conversion
Provides real-time and historical exchange rate data and currency conversion for over 170 currencies, updated frequently.
import requests
url = "https://api.exchangeratesapi.io/v1/latest"
params = {
"access_key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
data = response.json()
print(data)Last 50 checks (10 min intervals)