Currency Exchange Rates
### Fast, Reliable Currency Exchange Rates from the European Central Bank Get real-time and historical foreign exchange rates powered by the **European Central Bank (ECB)** — the most trusted source for currency data in the world. #### Why Choose This API? - **Authoritative Data Source** — Rates come directly from the ECB, not scraped or aggregated from unreliable sources - **Blazing Fast** —…
Currency Exchange Rates endpoints
| Method | Endpoint | Description |
|---|---|---|
| latest | ||
| GET |
getLatestRates /latest |
Returns the most recent exchange rates from the ECB. Rates are updated daily at 16:00 CET. Defaults to USD as base currency. |
| convert | ||
| GET |
convertCurrency /convert |
Convert a specific amount from one currency to another using the latest ECB rates. |
| historical | ||
| GET |
getHistoricalRates /historical/{date} |
Returns exchange rates for a specific past date. Uses ECB 90-day feed for recent dates and SDMX API for older dates. Markets are closed on weekends and holidays. |
| timeseries | ||
| GET |
getTimeseries /timeseries |
Returns daily exchange rates for a date range (max 365 days). Ideal for charting trends and historical analysis. |
| currencies | ||
| GET |
listCurrencies /currencies |
Returns all supported currency codes and their full names. Currently supports 31 currencies. |
Currency Exchange Rates pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|