---
title: "Commodity Prices"
method: GET
path: "/commodities"
tags: ["Commodities"]
---

# Commodity Prices

`GET /commodities`

Get commodity prices of 70+ world-known commodities of energy, metals, industrial, agricultural, and livestock areas.

**Note:**

* Rate limit for 1 API call per minute is enforced on this endpoint. See the full list of available commodities in the file presented here:[**Download**](https://marketstack.com/download/marketstack-commodities.xlsx)

* Historical end-of-day data (`eod`) is available for up to 15 years back, while intraday data (`intraday`) always only offers the last 10,000 entries for each of the intervals available. **Example:** For a 1-minute interval, historical intraday data is available for up to 10,000 minutes back.

## Query parameters

- `access_key` string, required
- `commodity_name` string, required

## Response `200`

Real-time commodity prices retrieved.

- CommodityResponse
  - `data` CommodityResponseData[]
    - `commodity_name` string — Name of the commodity.
    - `commodity_unit` string — Unit of the commodity.
    - `commodity_price` string — Current price of the commodity.
    - `price_change_day` string — Absolute day change.
    - `percentage_day` string — Day change in percent.
    - `percentage_week` string — Week change in percent.
    - `percentage_month` string — Month change in percent.
    - `percentage_year` string — Year change in percent.
    - `quarter1_25` string — Value for the first quarter of 2025.
    - `quarter2_25` string — Value for the second quarter of 2025.
    - `quarter3_25` string — Value for the third quarter of 2025.
    - `quarter4_25` string — Value for the fourth quarter of 2025.
    - `datetime` string, date-time — Timestamp of the commodity price in ISO8601 format.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
