AccuRates
Get ultra-fast, 60-second updated currency conversion for 160+ currencies with bank-grade accuracy and 55 years of historical data, all in one clean, developer-focused currency converter API. AccuRates API delivers lightning-fast, highly accurate currency data designed for modern developers who need reliability at scale. Powered by verified bank-level sources and refreshed every 60 seconds,…
AccuRates endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/currencies /currencies |
Fetch a list of supported currencies |
| GET |
/time-series /time-series |
Fetch a time-series dataset of currency rates for the specified interval (only daily supported currently) |
| GET |
/fetch-matrix /fetch-matrix |
Fetch a matrix of multiple from/to currency pairs. Midpoint spot rates. Costs one API call per pair returned. |
| GET |
/fetch-many-to-one /fetch-many-to-one |
Fetch a set of many source currency rates to a single target currency (inverse of /fetch-multi). Midpoint spot rates. Costs one API call per pair returned. |
| GET |
/historical /historical |
Fetch exchange rates for a date in the past |
| GET |
/fetch-one /fetch-one |
Fetch a single currency exchange rate, from and to any supported currency. |
| GET |
/convert /convert |
Convert an amount of one currency into another currency |
| GET |
/fetch-multi /fetch-multi |
Fetch multiple currency rates at once |
| GET |
/fetch-all /fetch-all |
Fetch all available currency rates |