API examples

Fetch against every currency.

curl https://api.frankfurter.dev/v2/rates?base=STD&date=2017-12-29

Fetch five years of monthly rates.

curl https://api.frankfurter.dev/v2/rates?base=STD&from=2012-12-29&to=2017-12-29&group=month

Fetch current STD/EUR.

curl https://api.frankfurter.dev/v2/rate/STD/EUR?date=2017-12-29

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