UnifyAPI
← Back to catalog

finance.exchange_rates

mock data$0.002 / call

Currency Exchange Rates

Get currency exchange rates for 200+ fiat and crypto currencies with optional historical dates (fawazahmed0 CDN)

Financeprovider: Finance#finance#finance

Input schema

baserequired

Base currency code (e.g. "usd", "eur", "btc"). Lowercase. 200+ currencies supported.

string
date

Historical date in YYYY-MM-DD format. Omit for latest rates.

string
currencies

Filter to specific target currencies (e.g. ["eur","gbp"]). Omit for all.

array

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.