Currency Exchange
## Currency Exchange Rate API Real-time and historical exchange rates for **170+ currencies**. Convert, compare, and track fluctuations. ### Endpoints | Endpoint | Description | |----------|-------------| | GET /latest | Current exchange rates | | GET /convert | Currency conversion | | GET /historical/{date} | Rates on a specific date | | GET /timeseries | Rate changes over time | | GET…
Currency Exchange endpoints
| Method | Endpoint | Description |
|---|---|---|
| latest | ||
| GET |
getLatestRates /latest |
Returns the latest exchange rates for a given base currency. Rates are updated daily on ECB business days. Supports 31 currencies. |
| convert | ||
| GET |
convertCurrency /convert |
Convert an amount from one currency to another using the latest exchange rate. |
| historical | ||
| GET |
getHistoricalRates /historical/{date} |
Get exchange rates for a specific date. ECB data available from 1999-01-04. Weekend dates return the previous business day. |
| timeseries | ||
| GET |
getTimeSeries /timeseries |
Get exchange rate data for a date range. Returns daily rates. Maximum range: 365 days. |
| fluctuation | ||
| GET |
getFluctuation /fluctuation |
Get exchange rate change between two dates. Shows start rate, end rate, absolute change, and percentage change for each currency. |
| currencies | ||
| GET |
listCurrencies /currencies |
Get a list of all 31 supported currencies with their full names. |
Currency Exchange pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 100 / minute |
|