Skip to content

United States 12 Month Natural Gas Fund, LP: filings

Every United States 12 Month Natural Gas Fund, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-07fiscal Q2 202610290001104659-26-092634
10-Q2026-05-08fiscal Q1 202610230001104659-26-057784
10-K2026-03-04fiscal FY 202510530001104659-26-023411
10-Q2025-11-07fiscal Q3 202510290001104659-25-108393
10-Q2025-08-08fiscal Q2 202510290001410578-25-001637
10-Q2025-05-09fiscal Q1 202510230001410578-25-001162
10-K2025-03-04fiscal FY 202410530001410578-25-000266
10-Q2024-11-08fiscal Q3 202410290001410578-24-001822
10-Q2024-08-08fiscal Q2 202410290001410578-24-001234
10-Q2024-05-09fiscal Q1 202410230001410578-24-000693
10-K2024-03-08fiscal FY 202310530001410578-24-000158
10-Q2023-11-07fiscal Q3 202310290001410578-23-002208
10-Q2023-08-04fiscal Q2 202310290001410578-23-001550
10-Q2023-05-08fiscal Q1 202310230001410578-23-000907
10-K2023-03-01fiscal FY 202210530001410578-23-000193
10-Q2022-11-07fiscal Q3 202210290001410578-22-002997
10-Q2022-08-05fiscal Q2 202210290001410578-22-002077
10-Q2022-05-06fiscal Q1 202210230001410578-22-001169
10-K2022-03-04fiscal FY 20219500001410578-22-000265
10-Q2021-11-05fiscal Q3 20219270001104659-21-134943
10-Q2021-08-11fiscal Q2 20219270001104659-21-103507
10-Q2021-05-12fiscal Q1 20219210001104659-21-065137
10-K2021-03-05fiscal FY 20209500001104659-21-032579
10-Q2020-11-13fiscal Q3 20209270001104659-20-124808
10-Q2020-08-13fiscal Q2 20209270001104659-20-094609
10-Q2020-05-14fiscal Q1 20209210001104659-20-061424
10-K2020-03-20fiscal FY 20199500001104659-20-036526
10-Q2019-11-13fiscal Q3 20199270001104659-19-063194
10-Q2019-08-13fiscal Q2 20199270001144204-19-039512
10-Q2019-05-14fiscal Q1 20198170001144204-19-025913
10-K2019-03-26fiscal FY 20188460001144204-19-015981
10-Q2018-11-13fiscal Q3 20188230001144204-18-059185
10-Q2018-08-13fiscal Q2 20188230001144204-18-044023
10-Q2018-05-15fiscal Q1 20188170001144204-18-028731
10-K2018-03-21fiscal FY 20178470001144204-18-016031
10-Q2017-11-13fiscal Q3 20178240001144204-17-058255
10-Q2017-08-11fiscal Q2 20178240001144204-17-042534
10-Q2017-05-12fiscal Q1 20178180001144204-17-026863
10-K2017-03-24fiscal FY 20168470001144204-17-016478
10-Q2016-05-11fiscal Q1 20168180001144204-16-100797
10-K2016-03-24fiscal FY 20158470001144204-16-090059
10-Q2015-11-13fiscal Q3 20158240001144204-15-065198
10-Q2015-08-12fiscal Q2 20158240001144204-15-048316
10-Q2015-05-13fiscal Q1 20158180001144204-15-029965
10-K2015-03-26fiscal FY 20148470001144204-15-018594
10-Q2014-11-14fiscal Q3 20148240001144204-14-068597
10-Q2014-08-14fiscal Q2 20148240001144204-14-049907
10-Q2011-11-14fiscal Q3 20118240001193125-11-310971
10-Q2011-08-15fiscal Q2 20118240001193125-11-222783

12 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
United States 12 Month Natural Gas Fund, LP / CIK 0001405513
Captured
2026-09-20T08:01:10.651Z
SEC response SHA-256
ee32b6e507da9402730e00c033d8e3ba13e149b99c3c010bb6e419eaaf0af0e3

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001405513.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))