Skip to content

CitroTech Inc.: filings

Every CitroTech Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-Q/A2026-08-10fiscal Q2 2026471390001683168-26-006123
10-Q2026-05-15fiscal Q1 202647970001683168-26-003943
10-K2026-03-30fiscal FY 202549990001683168-26-002356
10-Q2025-11-12fiscal Q3 2025431270001640334-25-002055
10-Q2025-08-14fiscal Q2 2025431230001640334-25-001490
10-Q2025-05-20fiscal Q1 202543890001640334-25-000913
10-K2025-03-31fiscal FY 202443880001640334-25-000558
10-Q2024-11-18fiscal Q3 2024401200001640334-24-001748
10-Q2024-08-19fiscal Q2 2024391160001640334-24-001286
10-Q/A2024-08-12fiscal Q1 202438800001640334-24-001211
10-K/A2024-07-30fiscal FY 202343880001640334-24-001174
10-Q2024-05-15fiscal Q1 202438800001640334-24-000811
10-K2024-04-15fiscal FY 202344900001640334-24-000667
10-Q2023-11-15fiscal Q3 2023341000001640334-23-002165
10-Q2023-08-16fiscal Q2 2023371130001640334-23-001591
10-Q2023-05-15fiscal Q1 202336760001640334-23-000866
10-K2023-03-31fiscal FY 202243870001640334-23-000526
10-Q2022-11-10fiscal Q3 2022421300001640334-22-002372
10-Q2022-08-22fiscal Q2 2022361020001640334-22-001851
10-Q2022-05-16fiscal Q1 202229610001640334-22-000996
10-K2022-04-12fiscal FY 202134710001640334-22-000739
10-Q/A2022-03-22fiscal Q3 202124800001640334-22-000554
10-Q2021-10-19fiscal Q3 202124800001640334-21-002593
10-Q2021-10-08fiscal Q2 202123700001640334-21-002537
10-Q2021-10-04fiscal Q1 202116360001640334-21-002523
10-K2021-09-29fiscal FY 202017360001640334-21-002473

Inspect the source

Entity
CitroTech Inc. / CIK 0000894556
Captured
2026-09-19T11:15:10.460Z
SEC response SHA-256
ef9166275a10580c8707dd56c05dda10150df5ab7981cd76c992a4ce008a8d49

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