v1

latestOpenAPI 3.0.32026-07-2664108290.0 KB
Commodities & Trade

Company Sales Destinations

Retrieves sales destination breakdown for a specific mining company by its slug, showing revenue and volume distribution by country for a specific year. Defaults to the latest available year if none is specified.

revenue_usd is in base USD. Volume unit is specified per country entry in unit (e.g., Mt).

<Info>Costs 1 API credit.</Info>

get/v2/mining/sales-destination/{slug}/

Path parameters

slugstring required

The company's unique identifier slug (e.g., adaro-energy).

Query parameters

yearinteger

The year to retrieve. Defaults to the latest available year.

Response

Sales destination data nested by country for the requested year.

yearinteger required

Reporting year.

dataobject required

Sales data keyed by country name. Each entry contains revenue_usd, percentage_of_total_revenue, volume, percentage_of_sales_volume, commodity_type, and unit.