GET
/
v2
/
production
/
total
/
Total Commodity Production
curl --request GET \
  --url https://api.sectors.app/v2/production/total/ \
  --header 'Authorization: <authorization>'
[
    {
        "year": 2023,
        "production_volume": 137.8,
        "prev_year_volume": 98.19,
        "yoy_change_percent": 40.34
    },
    {
        "year": 2022,
        "production_volume": 98.19,
        "prev_year_volume": 65.51,
        "yoy_change_percent": 49.89
    }
]
[
    {
        "year": 2023,
        "production_volume": 137.8,
        "prev_year_volume": 98.19,
        "yoy_change_percent": 40.34
    },
    {
        "year": 2022,
        "production_volume": 98.19,
        "prev_year_volume": 65.51,
        "yoy_change_percent": 49.89
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

commodity_type
string
required
The commodity to analyze (e.g., Nickel).

Response

[]
ProductionTotal