Skip to main content
GET
/
v2
/
mining
/
commodities
List Commodities
curl --request GET \
  --url https://api.sectors.app/v2/mining/commodities/ \
  --header 'Authorization: <api-key>'
[
  {
    "name": "Gold",
    "data_points": 698,
    "earliest_date": "1968-01-01",
    "latest_date": "2025-02-01"
  },
  {
    "name": "Coal",
    "data_points": 113,
    "earliest_date": "2017-01-01",
    "latest_date": "2025-02-01"
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Response

List of commodities with data coverage metadata.

{key}
any