cURL
curl --request GET \ --url https://api.sectors.app/v2/mining/commodities/ \ --header 'Authorization: <authorization>'
[ { "name": "Gold", "data_points": 702, "earliest_date": "1968-01-01", "latest_date": "2026-06-30" }, { "name": "Coal (HBA 1)", "data_points": 48, "earliest_date": "2023-01-01", "latest_date": "2026-05-31" } ]
Lists all commodities available in the price database, including their data coverage (monthly data points and date range).
Show Commodity properties