Skip to content

Aeries Technology, Inc.: filings

Every Aeries Technology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-10fiscal Q1 202745920001829126-26-008507
10-K2026-06-08fiscal FY 2026541070001829126-26-006123
10-Q2026-02-09fiscal Q3 2026461370001829126-26-001091
10-Q2025-11-10fiscal Q2 2026461330001829126-25-008937
10-Q2025-08-14fiscal Q1 202646940001829126-25-006238
10-K2025-07-02fiscal FY 2025521020001829126-25-004837
10-Q2025-02-14fiscal Q3 2025481370001829126-25-001004
10-Q2024-11-19fiscal Q2 2025471250001829126-24-007681
10-Q2024-10-15fiscal Q1 202547920001829126-24-006809
10-K2024-09-27fiscal FY 2024521000001829126-24-006527
10-Q2024-02-20fiscal Q3 2024451320001829126-24-001000
10-Q2023-11-14fiscal Q3 202318510001829126-23-007441
10-Q2023-08-15fiscal Q2 202318500001193125-23-212708
10-Q2023-05-22fiscal Q1 202316360001193125-23-150476
10-K2023-03-31fiscal FY 202218380001193125-23-088368
10-Q2022-11-22fiscal Q3 202217520001193125-22-290083
10-Q/A2022-08-25fiscal Q1 202216360001193125-22-228679
10-K/A2022-08-24fiscal FY 202117180001193125-22-228581
10-Q2022-08-23fiscal Q2 202217480001193125-22-226677
10-Q2022-05-16fiscal Q1 202216360001193125-22-152004
10-K2022-04-01fiscal FY 202118200001193125-22-092306
10-Q2021-12-06fiscal Q3 202113180001193125-21-348090

Inspect the source

Entity
Aeries Technology, Inc. / CIK 0001853044
Captured
2026-09-21T17:32:38.675Z
SEC response SHA-256
a78f87b63e1dfc1d24efc7da6de112368b10d5277cd944d8ebf5da3841206ee7

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