Natural Gas Managed Money Net Position was last reported at -100,205 Contracts as of September 15, 2026. That is up 3.58% from the prior reading of -96,742 Contracts. This indicator is reported Weekly and not seasonally adjusted, and is tracked under the Positioning category. The next scheduled release is September 25, 2026.
| Date | Value (Contracts) |
|---|---|
| Sep 15, 2026 | -100,205 |
| Sep 8, 2026 | -96,742 |
| Sep 1, 2026 | -89,481 |
| Aug 25, 2026 | -71,673 |
| Aug 18, 2026 | -100,080 |
| Aug 11, 2026 | -110,630 |
| Aug 4, 2026 | -126,933 |
| Jul 28, 2026 | -105,826 |
| Jul 21, 2026 | -102,756 |
| Jul 14, 2026 | -105,709 |
| Date | Value (Contracts) |
|---|---|
| Jul 7, 2026 | -60,295 |
| Jun 30, 2026 | -64,808 |
| Jun 23, 2026 | -82,722 |
| Jun 16, 2026 | -84,909 |
| Jun 9, 2026 | -122,617 |
| Jun 2, 2026 | -114,854 |
| May 26, 2026 | -134,426 |
| May 19, 2026 | -96,303 |
| May 12, 2026 | -120,065 |
| May 5, 2026 | -107,489 |
Pull the full history of Natural Gas Managed Money Net Position into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=COTNATGASMM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "COTNATGASMM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=COTNATGASMM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();