Free currency conversion
ExchangeRate-API offers accurate, reliable, and easy-to-integrate JSON currency conversion for all world currencies, with free and pro access.
import requests
api_key = 'YOUR_API_KEY'
base_currency = 'USD'
url = f'https://v6.exchangerate-api.com/v6/{api_key}/latest/{base_currency}'
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)