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 for this currency using the examples below.

Fetch against every currency.

curl https://api.frankfurter.dev/v2/rates?base=ZWN&date=2006-10-25

Fetch five years of monthly rates.

curl https://api.frankfurter.dev/v2/rates?base=ZWN&from=2006-09-01&to=2006-10-25&group=month

Fetch current ZWN/EUR.

curl https://api.frankfurter.dev/v2/rate/ZWN/EUR?date=2006-10-25

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