---
title: "Company Sales Destinations"
method: GET
path: "/v2/mining/sales-destination/{slug}/"
tags: ["Commodities & Trade"]
---

# Company Sales Destinations

`GET /v2/mining/sales-destination/{slug}/`

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>

## Path parameters

- `slug` string, required

## Query parameters

- `year` integer

## Response `200`

Sales destination data nested by country for the requested year.

- SalesDestinationResponse
  - `year` integer, required — Reporting year.
  - `data` object, 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.

## Other responses

- `400` — Slug is required.
- `404` — No sales destination data found for company.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
