docs / currency

Currency & FX

Exchange rates, conversion and historical rates.

base /currency/v16 endpoints
post/currency/v1/latest1 credit

latest reference rates for a base (default EUR) → all or selected target currencies (+ unix timestamp)

ParameterRequired
baseoptional
symbolsoptional
Try in playground →
post/currency/v1/convert1 credit

convert an amount from→to at the latest rate (or a given historical date); returns rate + result

ParameterRequired
fromrequired
torequired
amountoptional
dateoptional
Try in playground →
post/currency/v1/historical1 credit

reference rates on a past date (YYYY-MM-DD; weekend/holiday → last working day) since 1999-01-04

ParameterRequired
daterequired
baseoptional
symbolsoptional
Try in playground →
post/currency/v1/timeseries2 credits

rates over a date range (working days) for a base → selected/all targets; {date:{CUR:val}}

ParameterRequired
startrequired
endrequired
baseoptional
symbolsoptional
Try in playground →
post/currency/v1/fluctuation2 credits

per-currency change over a date range: {CUR:{start_rate,end_rate,change,change_pct}} (derived from the range endpoints)

ParameterRequired
startrequired
endrequired
baseoptional
symbolsoptional
Try in playground →
post/currency/v1/currencies1 credit

the current ECB reference currency set (code → name)

Try in playground →