API examples

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

The public API lives at api.frankfurter.dev. For more examples and the full reference, see the docs.