Skip to main content
GET
https://api.sectors.app
/
v2
/
mining
/
global-commodity
List Global Commodity Data
curl --request GET \
  --url https://api.sectors.app/v2/mining/global-commodity/ \
  --header 'Authorization: <authorization>'
[
    {
        "id": 7,
        "country": "Australia",
        "commodity_type": "Gold",
        "resources_reserves": null,
        "resources_reserves_share": null,
        "export_import": null,
        "production_volume": {
            "2014": 274, 
            "2015": 279.2, 
            "2016": 287.7, 
            "2017": 292.5, 
            "2018": 313, 
            "2019": 325.1, 
            "2020": 328, 
            "2021": 307.2, 
            "2022": 306.3, 
            "2023": 296.1, 
            "2024": 284
        },
        "production_share": {
            "2014": 8.38, 
            "2015": 8.3, 
            "2016": 8.18, 
            "2017": 8.17, 
            "2018": 8.56, 
            "2019": 9.01, 
            "2020": 9.42, 
            "2021": 8.59, 
            "2022": 8.4, 
            "2023": 8.13, 
            "2024": 7.76
        }
    },
    {
        "id": 15,
        "country": "Brazil",
        "commodity_type": "Gold",
        "resources_reserves": null,
        "resources_reserves_share": null,
        "export_import": null,
        "production_volume": {
            "2014": 90.4, 
            "2015": 95.4, 
            "2016": 98.9, 
            "2017": 95.4, 
            "2018": 97, 
            "2019": 100, 
            "2020": 98.9, 
            "2021": 93.2, 
            "2022": 90.1, 
            "2023": 81.5, 
            "2024": 83.7
        },
        "production_share": {
            "2014": 2.76, 
            "2015": 2.84, 
            "2016": 2.81, 
            "2017": 2.66, 
            "2018": 2.65, 
            "2019": 2.77, 
            "2020": 2.84, 
            "2021": 2.61, 
            "2022": 2.47, 
            "2023": 2.24, 
            "2024": 2.29
        }
    }
]
[
    {
        "id": 7,
        "country": "Australia",
        "commodity_type": "Gold",
        "resources_reserves": null,
        "resources_reserves_share": null,
        "export_import": null,
        "production_volume": {
            "2014": 274, 
            "2015": 279.2, 
            "2016": 287.7, 
            "2017": 292.5, 
            "2018": 313, 
            "2019": 325.1, 
            "2020": 328, 
            "2021": 307.2, 
            "2022": 306.3, 
            "2023": 296.1, 
            "2024": 284
        },
        "production_share": {
            "2014": 8.38, 
            "2015": 8.3, 
            "2016": 8.18, 
            "2017": 8.17, 
            "2018": 8.56, 
            "2019": 9.01, 
            "2020": 9.42, 
            "2021": 8.59, 
            "2022": 8.4, 
            "2023": 8.13, 
            "2024": 7.76
        }
    },
    {
        "id": 15,
        "country": "Brazil",
        "commodity_type": "Gold",
        "resources_reserves": null,
        "resources_reserves_share": null,
        "export_import": null,
        "production_volume": {
            "2014": 90.4, 
            "2015": 95.4, 
            "2016": 98.9, 
            "2017": 95.4, 
            "2018": 97, 
            "2019": 100, 
            "2020": 98.9, 
            "2021": 93.2, 
            "2022": 90.1, 
            "2023": 81.5, 
            "2024": 83.7
        },
        "production_share": {
            "2014": 2.76, 
            "2015": 2.84, 
            "2016": 2.81, 
            "2017": 2.66, 
            "2018": 2.65, 
            "2019": 2.77, 
            "2020": 2.84, 
            "2021": 2.61, 
            "2022": 2.47, 
            "2023": 2.24, 
            "2024": 2.29
        }
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

country
string
Filter by a specific country (e.g., ‘Australia’).
commodity_type
string
Filter by a specific commodity (e.g., ‘Gold’, ‘Nickel’).
limit
integer
default:"20"
Number of results to return. Maximum value is 30.
offset
integer
default:"0"
Number of results to skip. Used for pagination.

Response

[]
GlobalCommodityData