---
title: "Mining Company Performance"
method: GET
path: "/v2/mining/companies/performance/{slug}/"
tags: ["Companies"]
---

# Mining Company Performance

`GET /v2/mining/companies/performance/{slug}/`

Returns production volume, sales volume, strip ratio, and resources/reserves data for a mining company for a given year. Defaults to the latest available year.

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

## Path parameters

- `slug` string, required

## Query parameters

- `commodity_type` 'Coal' | 'Copper' | 'Gold' | 'Nickel' | 'Silver'
- `year` integer

## Response `200`

Performance data for the requested year.

- MiningCompanyPerformance
  - `year` integer, required — Requested reporting year.
  - `available_years` integer[], required — All years with data.
  - `data` object[], required — Performance records per commodity.

## Other responses

- `404` — Company not found.
- `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)
