Loading
Loading
List all supported commodity symbols available in the APIFreaks Commodity API. Includes metals, energy, agriculture, and livestock.
Returns a list of all tradable commodities with their symbols, names, categories, pricing currency, and unit of measurement.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
A successful request returns a 200 OK response with an array of commodity symbols.
successIndicates whether the API request was successful.
symbolsAn array of commodity symbol objects, each containing details about a tradable commodity.
symbols[].symbolThe unique identifier/ticker symbol for the commodity (e.g., "XAU", "NG-FUT").
symbols[].nameThe full name of the commodity (e.g., "Gold", "Natural Gas Futures").
symbols[].categoryThe category the commodity belongs to (e.g., "Metals", "Energy").
symbols[].statusThe current status of the commodity. Possible value: "active".
symbols[].updateIntervalThe rate at which this commodity's price is updated. Possible values: "PER_SECOND", "PER_MINUTE".
symbols[].currencyAn object containing information about the currency in which the commodity is priced.
symbols[].currency.codeThe ISO 4217 currency code (e.g., "USD").
symbols[].currency.nameThe full name of the currency (e.g., "US Dollar").
symbols[].currency.symbolThe symbol of the currency (e.g., "$").
symbols[].unitAn object describing the unit of measurement used for the commodity.
symbols[].unit.symbolThe abbreviated unit symbol (e.g., "T.oz" for Troy Ounce, "MMBtu" for Million British Thermal Units).
symbols[].unit.nameThe full name of the unit of measurement (e.g., "Troy Ounce", "Million British Thermal Units").
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please provide apiKey