Exchange rates, currency conversion and time series
Frankfurter is a free, open-source API for current and historical exchange rates, currency conversion, and time series data.
import requests
url = "https://api.frankfurter.dev/v1/latest"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)