
Deploy Frankfurter
Frankfurter 2.5: self-hosted exchange-rate API with central bank data.
frankfurter
Just deployed
/app/data
Deploy and Host Frankfurter on Railway
Frankfurter is an open-source currency API that tracks daily exchange rates published by central banks, including the European Central Bank. It serves latest and historical rates and time series as JSON, with no API key. Running your own instance removes rate limits and third-party availability from your checkout or reporting code.
About Hosting Frankfurter
This template runs the official lineofflight/frankfurter:2.5.1 image as one public service. On first boot, it creates a SQLite database on a Railway volume and starts backfilling history from its providers. Recent rates appear within a minute, and the full history takes longer. A scheduler in the same container fetches new rates every day. The API is read-only and needs no authentication. A few providers need free API keys, which you can add as variables; everything else works without them. The web server runs two Puma workers as an unprivileged user and fits the Hobby plan.
Common Use Cases
- Converting prices in a shop or invoice system without paying for a rates API
- Historical exchange rates for reports, accounting and analytics
- A dependable rates endpoint for internal tools and spreadsheets
Dependencies for Frankfurter Hosting
lineofflight/frankfurter:2.5.1(official image)- A Railway volume at
/app/datafor the SQLite database
Deployment Dependencies
Implementation Details
| Service | Source | Networking | Storage |
|---|---|---|---|
| frankfurter | lineofflight/frankfurter:2.5.1 | public HTTPS | volume at /app/data |
Examples:
curl "https:///v2/rates?base=USD"es=EUR,JPY"
curl "https:///v2/rates?base=EUR"es=USD&from=2024-01-01&to=2024-01-31"
Optional provider keys (leave empty if you don't need those sources): FRED_API_KEY, BANXICO_API_KEY, BOT_API_KEY, TCMB_API_KEY, BAM_API_KEY, BCCH_USER, BCCH_PASS.
WORKER_PROCESSES (default 2) and MAX_THREADS (default 5) size the Puma server. The API allows cross-origin requests from any site, so browsers can call it directly.
This is a community-maintained deployment package and does not imply affiliation with or endorsement by the Frankfurter project.
Why Deploy Frankfurter on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying Frankfurter on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
frankfurter
lineofflight/frankfurter:2.5.1BCCH_PASS
BCCH_USER
BAM_API_KEY
BOT_API_KEY
FRED_API_KEY
TCMB_API_KEY
BANXICO_API_KEY

