GET
/
v2
/
trade
/
exports
/
Top Export Destinations
curl --request GET \
  --url https://api.sectors.app/v2/trade/exports/ \
  --header 'Authorization: <authorization>'
[
    {
        "country": "Singapore",
        "total_export_usd": 2319208305
    },
    {
        "country": "Switzerland",
        "total_export_usd": 404012143
    }
]
[
    {
        "country": "Singapore",
        "total_export_usd": 2319208305
    },
    {
        "country": "Switzerland",
        "total_export_usd": 404012143
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

year
integer
required
The year to analyze export data for.
commodity_type
string
required
The commodity to analyze (e.g., Gold).
limit
integer
default:"20"
The number of top countries to return. Maximum value is 30.

Response

[]
ExportDestination