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=DEM&date=2001-12-31

Fetch five years of monthly rates.

curl https://api.frankfurter.dev/v2/rates?base=DEM&from=1996-12-31&to=2001-12-31&group=month

Fetch current DEM/EUR.

curl https://api.frankfurter.dev/v2/rate/DEM/EUR?date=2001-12-31

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