Skip to content

Amplify Commodity Trust: filings

Every Amplify Commodity Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 16 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-05-15fiscal Q3 202611240001213900-26-057535
10-Q2026-02-11fiscal Q2 202611240001213900-26-015020
10-Q2025-11-14fiscal Q1 202611200001213900-25-110548
10-K2025-09-26fiscal FY 202511190001213900-25-092470
10-Q2025-05-15fiscal Q3 202511300001213900-25-043979
10-Q2025-02-14fiscal Q2 202512280001213900-25-014137
10-Q2024-11-14fiscal Q1 202512250001213900-24-098370
10-Q2024-02-20fiscal Q2 202410250001213900-24-015372
10-Q2023-11-14fiscal Q1 202410210001213900-23-086962
10-K2021-09-10fiscal FY 202111190001213900-21-047450
10-Q2021-05-14fiscal Q3 202112240001213900-21-026432
10-Q2021-02-16fiscal Q2 202110240001213900-21-009542
10-Q2020-11-13fiscal Q1 202010200001213900-20-036827
10-K2020-09-28fiscal FY 202010200001213900-20-028650
10-Q2020-05-15fiscal Q3 20208180001213900-20-012441
10-Q2020-02-14fiscal Q2 20208180001213900-20-003902

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

Inspect the source

Entity
Amplify Commodity Trust / CIK 0001610940
Captured
2026-09-20T09:26:48.887Z
SEC response SHA-256
e2a91bb1006263a73a86ff09216980b48bcbd9fe259a579d24e4a875c1a9ce34

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/0001610940.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"])))