Deutsche Bundesbank
BBK · Germany · DEM- 1948–1998
- Historical Frankfurt fixing
- 19 currencies
- Data source
- Terms
API examples
Fetch provider's latest rates.
curl https://api.frankfurter.dev/v2/rates?providers=BBK&date=1998-12-30Fetch 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=BBKFetch provider's current USD/DEM.
curl https://api.frankfurter.dev/v2/rate/USD/DEM?providers=BBK&date=1998-12-30The public API lives at api.frankfurter.dev. For the full reference and more examples, see the docs.