Exchange Rates API
The API is organised around paths that designate the requested date or date range. Latest This endpoint returns the latest rates. GET /latest HTTP/1.1 Rates quote against the Euro by default. You can quote against other currencies using the from parameter. GET /latest?from=USD HTTP/1.1 to limits returned rates to specified values. GET /latest?to=USD,GBP HTTP/1.1 Historical This endpoint returns…
Exchange Rates API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
latest /latest |
This endpoint returns the latest rates. GET /latest HTTP/1.1 Rates quote against the Euro by default. You can quote against other currencies using the from parameter. GET… |
| GET |
currencies /currencies |
This endpoint gets a list of available currency symbols along with their full names. GET /currencies HTTP/1.1 |
| GET |
historical /{YYYY-MM-DD} |
This endpoint returns historical rates for any working day since 4 January 1999. GET /1999-01-04 HTTP/1.1 You can again tweak the response using the from and to parameters. |
Exchange Rates API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 30 / minute |
|
| ULTRA | $19 / month | 30 / minute |
|