Syncing

API examples

Frankfurter is a free, open-source API for current and historical exchange rates. The public API lives at api.frankfurter.dev. Query rates from this provider using the examples below.

Fetch provider's latest rates.

curl https://api.frankfurter.dev/v2/rates?providers=CBAR&date=2005-08-24

Fetch provider's five years of monthly rates.

curl https://api.frankfurter.dev/v2/rates?from=2000-08-24&to=2005-08-24&group=month&providers=CBAR

Fetch provider's current USD/AZN.

curl https://api.frankfurter.dev/v2/rate/USD/AZN?providers=CBAR&date=2005-08-24

For the full reference and more examples, see the docs.