Skip to content

Graphjet Technology: filings

Every Graphjet Technology 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-K2025-12-23fiscal FY 202544800001213900-25-125488
10-Q2025-09-05fiscal Q3 2025451220001213900-25-085101
10-Q2025-08-15fiscal Q2 2025401080001213900-25-077520
10-Q2025-08-05fiscal Q1 202537740001213900-25-071753
10-K2025-07-15fiscal FY 202433660001213900-25-063924
10-Q2024-08-12fiscal Q3 202432910001213900-24-067679
10-Q2024-06-20fiscal Q1 202431790001213900-24-053954
10-K2024-04-22fiscal FY 202314410001493152-24-015564
10-Q2023-11-14fiscal Q3 202316520001493152-23-041329
10-Q2023-08-15fiscal Q2 202316480001493152-23-028954
10-Q/A2023-05-17fiscal Q1 202314280001493152-23-017940
10-Q2023-05-15fiscal Q1 202314280001493152-23-017417
10-K/A2023-04-25fiscal FY 202217370001493152-23-013501
10-K/A2023-04-24fiscal FY 202217370001493152-23-013336
10-K/A2023-04-07fiscal FY 202217370001493152-23-011594
10-K/A2023-04-03fiscal FY 202217370001493152-23-010665
10-K2023-03-30fiscal FY 202217370001493152-23-009772
10-Q2022-11-15fiscal Q3 202213330001493152-22-032482
10-Q2022-08-15fiscal Q2 202212230001493152-22-023016
10-Q2022-05-13fiscal Q1 202212200001493152-22-013249
10-K2022-03-31fiscal FY 202114140001493152-22-008245
10-Q2021-12-30fiscal Q3 2021880001493152-21-032779

Inspect the source

Entity
Graphjet Technology / CIK 0001879373
Captured
2026-09-21T17:34:47.095Z
SEC response SHA-256
1669a91dff589ee852acd14910e2c48fc3c12ab16d25414a43bb4f6417c55501

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