Live Currency Converter
A modern REST API for real-time currency conversion powered by official European Central Bank (ECB) exchange rates. Built with FastAPI for high performance and automatic documentation. Key Features: Real-time exchange rates from ECB with smart hourly caching 30+ supported currencies including EUR, USD, GBP, JPY, CHF, CAD, AUD Simple conversion endpoint - POST amount and currency codes to get…
Live Currency Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Currency Conversion /convert |
Convert any amount from one currency to another using real-time ECB exchange rates. Supports 30+ major currencies with high precision results. |
| POST |
Exchange Rate /rate |
Get the current exchange rate between two currencies. Returns the rate for converting 1 unit of the base currency to the target currency. |
| GET |
List Supported Currencies /currencies |
Get a complete list of all supported currencies with metadata including total count and data sources. |
| GET |
Currency Information /currencies/{currency_code} |
Get detailed information about a specific currency including its full name, source, and last update date. |
| GET |
API Health Status /health |
Check the API health status, cache validity, and service availability. Useful for monitoring and troubleshooting. |
Live Currency Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.98 / month | — |
|
| ULTRA | $6.98 / month | — |
|