Skip to main content
GET
/
v2
/
mining
/
commodities
List Commodities
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"
    }
]
[
    {
        "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"
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Response

[]
Commodity