API examples

Fetch provider's latest rates.

curl https://api.frankfurter.dev/v2/rates?providers=BBK&date=1998-12-30

Fetch provider's five years of monthly rates.

curl https://api.frankfurter.dev/v2/rates?from=1993-12-30&to=1998-12-30&group=month&providers=BBK

Fetch provider's current USD/DEM.

curl https://api.frankfurter.dev/v2/rate/USD/DEM?providers=BBK&date=1998-12-30

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