Commodity Rates API
The Commodity Rates API is a powerful tool for accessing real-time and historical pricing data for various commodity markets. This API provides a wide range of data for different markets, including metals, energy, and agricultural products. With this API, users can easily access market data and perform advanced analytics, such as price forecasting and trend analysis. The API is designed to be…
Commodity Rates API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Open/High/Low/Close (OHLC) Price /open-high-low-close/{date} |
Allows you to query the API to get the open, high, low, and close price. This endpoint has a limitation of one symbol per request. |
| GET |
Supported Symbols /symbols |
Check all the available symbols for your queries. This endpoint retrieves all the supported commodities and currencies as well. |
| GET |
Latest Rates /latest |
Check the real-time exchange rate data updated every 60 seconds with this endpoint. Note: All the commodities rates you get need using ANY currency as a base currency (base… |
| GET |
Historical Rates /{date} |
Historical rates are available for most symbols all the way back to the year 2021. You can query the API for historical rates by appending a date (format YYYY-MM-DD) to the base… |
| GET |
Time-Series /timeseries |
With this endpoint, you will be provided with daily historical rates between two dates of your choice. Note: This endpoint has a limitation of 365 days per range, and only can… |
Commodity Rates API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49.99 / month | — |
|
| ULTRA | $99.99 / month | — |
|
| MEGA | $199.99 / month | — |
|