← Back to Dashboard

ExchangeRate-API

Currency ExchangeActiveFreemiumAuth: API KeyDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Free currency conversion

✨ AI Summary

ExchangeRate-API offers accurate, reliable, and easy-to-integrate JSON currency conversion for all world currencies, with free and pro access.

Code Example

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)

Live Health Metrics

Last 50 checks (10 min intervals)