[
{
"country": "Australia",
"commodity_type": "Gold",
"resources_reserves": 55000000,
"resources_reserves_share": 18.5,
"resources_reserves_unit": "ton",
"export_import_usd": {
"2023": {
"export": 20.9,
"import": 1.2
}
},
"production_volume": {
"2023": 296.1,
"2024": 284.0
},
"production_share": {
"2023": 8.13,
"2024": 7.76
},
"production_volume_unit": "ton"
}
]
Authorization header that should be filled with your Sectors Financial API
key.
Query Parameters
Filter by a specific country (exact match, e.g., Australia).
Filter by a specific commodity (e.g., Gold, Nickel, Coal).
Number of results to return. Default: 20, Max: 30.
The response is a list of commodity data records.
The absolute volume of resources and reserves.
The country’s percentage share of global resources and reserves.
Unit for resources and reserves.
JSON object keyed by year: {"2023": {"export": ..., "import": ...}}.
A dictionary map of years (YYYY) to production volumes.
A dictionary map of years (YYYY) to global production percentage shares.
Unit for production volume.