UnifyAPI
← Back to catalog

exchangerate.latest

mock data$0.001 / call

Latest Exchange Rates

Latest exchange rates for 160+ currencies against any base currency. Updated daily on free tier. Returns all rates in one call (ExchangeRate-API)

Financeprovider: ExchangeRate#exchangerate#finance

Input schema

base

Base currency code (e.g. "USD", "EUR", "GBP"). Default: USD. Returns rates for 160+ currencies.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/exchangerate.latest \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"base":"<base>"}'

Try it

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