Skip to main content
GET
https://api.sectors.app
/
v2
/
sales-destination
Get Sales Destination Data
curl --request GET \
  --url https://api.sectors.app/v2/sales-destination/ \
  --header 'Authorization: <authorization>'
{
    "2023": {
        "Bangladesh": {
            "revenue": null,
            "percentage_of_total_revenue": 0.34,
            "volume": 0.27,
            "percentage_of_sales_volume": null
        },
        "China": {
            "revenue": null,
            "percentage_of_total_revenue": 26.72,
            "volume": 20.966,
            "percentage_of_sales_volume": 29.0
        },
        "India": {
            "revenue": null,
            "percentage_of_total_revenue": 14.13,
            "volume": 11.088,
            "percentage_of_sales_volume": 16.8
        },
        "Indonesia": {
            "revenue": 587.0,
            "percentage_of_total_revenue": 35.19,
            "volume": 27.61,
            "percentage_of_sales_volume": null
        },
        "Japan": {
            "revenue": null,
            "percentage_of_total_revenue": 7.16,
            "volume": 5.619,
            "percentage_of_sales_volume": 7.5
        }
    },
    "2024": {
        "China": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 9.2,
            "percentage_of_sales_volume": 38.0
        },
        "Indonesia": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 5.6,
            "percentage_of_sales_volume": 23.0
        },
        "Japan": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 4.3,
            "percentage_of_sales_volume": 18.0
        }
    }
}
{
    "2023": {
        "Bangladesh": {
            "revenue": null,
            "percentage_of_total_revenue": 0.34,
            "volume": 0.27,
            "percentage_of_sales_volume": null
        },
        "China": {
            "revenue": null,
            "percentage_of_total_revenue": 26.72,
            "volume": 20.966,
            "percentage_of_sales_volume": 29.0
        },
        "India": {
            "revenue": null,
            "percentage_of_total_revenue": 14.13,
            "volume": 11.088,
            "percentage_of_sales_volume": 16.8
        },
        "Indonesia": {
            "revenue": 587.0,
            "percentage_of_total_revenue": 35.19,
            "volume": 27.61,
            "percentage_of_sales_volume": null
        },
        "Japan": {
            "revenue": null,
            "percentage_of_total_revenue": 7.16,
            "volume": 5.619,
            "percentage_of_sales_volume": 7.5
        }
    },
    "2024": {
        "China": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 9.2,
            "percentage_of_sales_volume": 38.0
        },
        "Indonesia": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 5.6,
            "percentage_of_sales_volume": 23.0
        },
        "Japan": {
            "revenue": null,
            "percentage_of_total_revenue": null,
            "volume": 4.3,
            "percentage_of_sales_volume": 18.0
        }
    }
}
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

ticker
string
required
The company’s stock ticker (e.g., ‘ITMG.JK’).

Response

[year]
object
An object where each key is a year, containing sales data for that period.