---
title: "Get historical Natural Gas futures data"
method: GET
path: "/v1/futures/natural-gas/historical"
tags: ["Futures", "Premium"]
---

# Get historical Natural Gas futures data

`GET /v1/futures/natural-gas/historical`

Retrieve historical NYMEX Natural Gas futures data for the selected contract and date range.

## Query parameters

- `contract_month` string
- `period` '1d' | '1w' | '1m' | '3m' | '1y'

## Response `200`

Historical Natural Gas futures data

- HistoricalFuturesResponse
  - `status` string
  - `data` object[]
    - `date` string, date
    - `contract_month` string
    - `price` number
    - `volume` integer
    - `open_interest` integer

## Other responses

- `401` — Unauthorized
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
