← Back to catalog
finance.exchange_rates
mock data$0.002 / callCurrency Exchange Rates
Get currency exchange rates for 200+ fiat and crypto currencies with optional historical dates (fawazahmed0 CDN)
Input schema
baserequired
stringBase currency code (e.g. "usd", "eur", "btc"). Lowercase. 200+ currencies supported.
date
stringHistorical date in YYYY-MM-DD format. Omit for latest rates.
currencies
arrayFilter to specific target currencies (e.g. ["eur","gbp"]). Omit for all.
Call via REST
curl -X POST https://unifyapi.pro/api/call/finance.exchange_rates \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"base":"<base>","date":"<date>","currencies":"<currencies>"}'