Skip to content

Amplify Commodity Trust: 10-Q filed 2024-02-20

What Amplify Commodity Trust reported in its quarterly report filed 2024-02-20 (fiscal Q2 2024): 10 published measures, 25 facts as tagged in accession 0001213900-24-015372.

This filing

Form
10-Q (quarterly report)
Filed
2024-02-20
Fiscal period
fiscal Q2 2024
Accession
0001213900-24-015372 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All Amplify Commodity Trust filings.

Reported measures

Total assets

Resources recognized on the balance sheet. Book assets are not the market value of the business.

PeriodValueUnitDays
At 2023-12-3163,484,408USD
At 2023-06-3079,243,680USD

Total liabilities

Recognized obligations at the reporting date. The definition and scope differ from interest-bearing debt.

PeriodValueUnitDays
At 2023-12-31351,864USD
At 2023-06-3013,881,029USD

Stockholders equity

The reported residual interest after liabilities. It is an accounting amount, not market capitalization.

PeriodValueUnitDays
At 2023-12-3163,132,544USD
At 2023-09-3067,968,845USD
At 2023-06-3065,362,651USD
At 2022-12-3136,836,495USD
At 2022-09-3035,203,185USD
At 2022-06-3046,487,168USD

Net income or loss

Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.

PeriodValueUnitDays
2023-10-01 to 2023-12-3144,789,813USD92
2023-07-01 to 2023-12-3145,208,404USD184
2022-10-01 to 2022-12-313,854,720USD92
2022-07-01 to 2022-12-31-18,496,739USD184

Operating cash flow

Cash generated or used by operating activities. Working-capital timing can make this differ substantially from reported income.

PeriodValueUnitDays
2023-07-01 to 2023-12-3137,061,512USD184
2022-07-01 to 2022-12-31-18,486,075USD184

Financing cash flow

Net cash from financing activities, including borrowing, repayments and transactions with owners. A positive amount does not establish operating profitability.

PeriodValueUnitDays
2023-07-01 to 2023-12-31-47,438,511USD184
2022-07-01 to 2022-12-318,846,066USD184

Interest expense

Borrowing costs recognized as interest expense. This is distinct from cash interest paid and may not include every capitalized borrowing cost.

PeriodValueUnitDays
2022-07-01 to 2022-12-311,561USD184

Common-stock repurchase payments

Cash paid to reacquire common stock during the period. This is not an authorization limit or a direct measure of the net change in share count.

PeriodValueUnitDays
2023-07-01 to 2023-12-3161,539,084USD184
2022-07-01 to 2022-12-3126,377,835USD184

Cash including restricted cash

Cash, cash equivalents and restricted cash as reported in the cash flow reconciliation. Restricted amounts are not freely available, so this is not the same as unrestricted cash.

PeriodValueUnitDays
At 2023-12-3127,826,691USD
At 2022-12-3127,548,468USD

Proceeds from issuing common stock

Cash received from issuing common stock during the period. It is gross of costs only where the filer reports it so, and it does not include noncash issuances.

PeriodValueUnitDays
2023-07-01 to 2023-12-3114,100,573USD184
2022-07-01 to 2022-12-3135,223,901USD184

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"])))