Skip to content

CYTTA CORP.: filings

Every CYTTA CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-Q2025-10-31fiscal Q3 2025361160001477932-25-007822
10-Q2025-09-30fiscal Q2 2025351100001477932-25-007262
10-Q/A2025-09-30fiscal Q1 202533700001477932-25-007261
10-Q2025-02-14fiscal Q1 202534720001477932-25-001046
10-K2025-01-14fiscal FY 202433680001477932-25-000239
10-Q2024-08-19fiscal Q3 202429880001477932-24-005117
10-Q2024-05-20fiscal Q2 202427800001477932-24-003165
10-Q2024-02-16fiscal Q1 202427570001477932-24-000796
10-K2024-01-12fiscal FY 202331630001477932-24-000156
10-Q2023-08-21fiscal Q3 202331920001477932-23-006321
10-Q2023-05-22fiscal Q2 202328780001477932-23-003835
10-Q2023-02-14fiscal Q1 202329610001477932-23-001019
10-K2023-01-11fiscal FY 202231640001477932-23-000200
10-Q2022-08-12fiscal Q3 202232960001477932-22-005929
10-Q2022-05-16fiscal Q2 202229770001477932-22-003503
10-Q2022-02-11fiscal Q1 202229610001477932-22-000688
10-K2022-01-12fiscal FY 202130610001477932-22-000209
10-Q2014-08-29fiscal Q3 201418470001511164-14-000501
10-Q2014-08-13fiscal Q1 201417390001511164-14-000437
10-K/A2014-02-26fiscal FY 201322430001511164-14-000105
10-Q2014-02-24fiscal Q4 201315320001511164-14-000095
10-Q2013-08-07fiscal Q2 201318440001511164-13-000392
10-Q2013-05-24fiscal Q2 201315340001511164-13-000247
10-Q2013-02-20fiscal Q1 201316300001511164-13-000079
10-K/A2013-02-06fiscal FY 201224460001511164-13-000047
10-Q2012-09-27fiscal Q3 201218480001511164-12-000204
10-Q2012-09-27fiscal Q2 201217390001511164-12-000202
10-Q2012-09-27fiscal Q1 201218320001511164-12-000200
10-K/A2012-08-29fiscal FY 201118320001511164-12-000174
10-K2012-08-29fiscal FY 201118320001511164-12-000172
10-Q/A2012-05-31fiscal Q3 201120460001511164-12-000112
10-Q/A2012-05-29fiscal Q2 201117460001511164-12-000110
10-Q/A2012-05-15fiscal Q1 201115380001511164-12-000100
10-Q/A2011-09-28fiscal Q3 201119480001511164-11-000084
10-Q/A2011-09-27fiscal Q2 201119480001511164-11-000082
10-Q/A2011-09-26fiscal Q2 201119480001511164-11-000080

Inspect the source

Entity
CYTTA CORP. / CIK 0001383088
Captured
2026-09-21T17:19:34.806Z
SEC response SHA-256
41fe84b5e51b40b1caeb4d9f43573698f0988ce322aaa194887e811ce1647c13

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