Loading
https://api.apifreaks.com/v1.0/commodity/symbols
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| success | Boolean | Mandatory | Indicates whether the API request was successful. |
| symbols | Array | Mandatory | An array of commodity symbol objects, each containing details about a tradable commodity. |
| symbols[].symbol | String | Mandatory | The unique identifier/ticker symbol for the commodity (e.g., "XAU", "NG-FUT"). |
| symbols[].name | String | Mandatory | The full name of the commodity (e.g., "Gold", "Natural Gas Futures"). |
| symbols[].category | String | Mandatory | The category the commodity belongs to (e.g., "Metals", "Energy"). |
| symbols[].status | String | Mandatory | The current status of the commodity. Possible value: "active". |
| symbols[].updateInterval | String | Mandatory | The rate at which this commodity's price is updated. Possible values: "PER_SECOND", "PER_MINUTE". |
| symbols[].currency | Object | Mandatory | An object containing information about the currency in which the commodity is priced. |
| symbols[].currency.code | String | Mandatory | The ISO 4217 currency code (e.g., "USD"). |
| symbols[].currency.name | String | Mandatory | The full name of the currency (e.g., "US Dollar"). |
| symbols[].currency.symbol | String | Mandatory | The symbol of the currency (e.g., "$"). |
| symbols[].unit | Object | Mandatory | An object describing the unit of measurement used for the commodity. |
| symbols[].unit.symbol | String | Mandatory | The abbreviated unit symbol (e.g., "T.oz" for Troy Ounce, "MMBtu" for Million British Thermal Units). |
| symbols[].unit.name | String | Mandatory | The full name of the unit of measurement (e.g., "Troy Ounce", "Million British Thermal Units"). |