Skip to content

ZOOMCAR HOLDINGS, INC.: filings

Every ZOOMCAR HOLDINGS, 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-14fiscal Q1 202743880001213900-26-089946
10-K/A2026-07-16fiscal FY 202648960001213900-26-078693
10-K2026-07-14fiscal FY 202648960001213900-26-078029
10-Q2026-02-17fiscal Q3 2026461280001213900-26-016885
10-Q2025-11-14fiscal Q2 2026461240001213900-25-110391
10-Q2025-08-14fiscal Q1 202644890001213900-25-076590
10-K2025-06-30fiscal FY 202546930001213900-25-059675
10-Q2025-02-14fiscal Q3 2025451200001213900-25-014437
10-Q2024-11-13fiscal Q2 2024461250001213900-24-097455
10-Q2024-08-14fiscal Q1 202542870001213900-24-068999
10-K/A2024-07-15fiscal FY 202446920001213900-24-061273
10-K2024-07-12fiscal FY 202446920001213900-24-060948
10-Q2024-02-14fiscal Q3 2024461200001213900-24-014163
10-Q2023-11-20fiscal Q2 202415390001410578-23-002528
10-Q2023-08-17fiscal Q1 202414290001410578-23-001967
10-Q2023-05-22fiscal Q1 202316350001410578-23-001324
10-K2023-03-31fiscal FY 202216290001410578-23-000535
10-Q2022-11-18fiscal Q3 202215440001410578-22-003491
10-Q2022-08-08fiscal Q2 202213350001410578-22-002104
10-Q2022-05-12fiscal Q1 202213290001410578-22-001334
10-K2022-03-29fiscal FY 202117190001410578-22-000603
10-Q2021-12-10fiscal Q3 202115250001410578-21-000515

Inspect the source

Entity
ZOOMCAR HOLDINGS, INC. / CIK 0001854275
Captured
2026-09-21T17:38:42.463Z
SEC response SHA-256
9958a359f8fc5cab9e9302b57aeff66d90222572648e3c8d65c365095eb8ff7c

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