← Back to Dashboard

Currencylayer

Currency ExchangeActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Exchange rates and currency conversion

✨ AI Summary

Currencylayer provides a JSON API for real-time and historical exchange rates and currency conversion across 168 world currencies.

Code Example

import requests

api_key = 'YOUR_API_KEY'
url = f'https://api.currencylayer.com/live?access_key={api_key}'

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

Live Health Metrics

Last 50 checks (10 min intervals)