Frankfurter Plans Pricing
Frankfurter is a fully free, MIT-licensed open-source currency exchange API. The hosted public endpoint at api.frankfurter.dev requires no API key, no account, and has no monthly or daily caps. There are no tiers and no paid upgrades. The same code is distributable as a Docker image (lineofflight/frankfurter) for unlimited self-hosting at zero license cost; the only costs for a self-hosted deployment are infrastructure (compute, storage) and the operator's own time to register the optional, free upstream provider keys (Bank Al-Maghrib, Banco de México, Banco Central de Chile, Bank of Thailand, US Federal Reserve, Turkish Central Bank).
Frankfurter Plans Pricing is the machine-readable pricing-plan profile for Frankfurter on the APIs.io network, conforming to the API Commons Plans specification.
It defines 2 plans, covering freemium and subscription tiers, with named plans including Public Hosted (Free), Self-Hosted (FOSS).
Tagged areas include Currency Exchange, Open Source, Free, Self-Hosted, and MIT License.
Plans
The public api.frankfurter.dev endpoint. No registration, no API key, no monthly or daily caps. Soft fair-use rate-limiting applies to protect the shared instance from abuse.
- Latest blended rates across 50+ central banks
- Historical rates back to 1948
- Time-series queries with optional week/month downsampling
- 201 currencies
- JSON, NDJSON, and CSV output formats
- Open CORS for browser access
Run your own Frankfurter instance from the public Docker image. MIT license — no license fee, no per-call charge, no telemetry. You pay only for the infrastructure you provision and the optional provider API keys you choose to register (all of which are themselves free).
- Full OpenAPI v1 and v2 endpoint surface
- SQLite storage with optional persistent volume
- Docker image at lineofflight/frankfurter
- Optional provider keys for Bank Al-Maghrib, Banco de México, Banco Central de Chile, Bank of Thailand, US Federal Reserve, Turkish Central Bank
- Full source code on GitHub under MIT