Skip to content

CROWN ELECTROKINETICS CORP.: filings

Every CROWN ELECTROKINETICS CORP. 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-Q2025-05-15fiscal Q1 202548980001761696-25-000009
10-K2025-03-31fiscal FY 2024501000001761696-25-000006
10-Q2024-11-15fiscal Q3 2024521470001761696-24-000107
10-Q2024-08-14fiscal Q2 2024511440001761696-24-000061
10-Q2024-05-20fiscal Q1 2024511040001761696-24-000018
10-K2024-04-01fiscal FY 202349920001213900-24-028775
10-Q2023-11-14fiscal Q3 2023491260001213900-23-087009
10-Q2023-08-25fiscal Q2 2023421140001213900-23-070684
10-Q2023-05-22fiscal Q1 202341800001213900-23-042072
10-K2023-03-31fiscal FY 202239750001213900-23-025483
10-Q2022-11-10fiscal Q3 2022401110001213900-22-071271
10-Q2022-08-15fiscal Q2 2022381020001213900-22-048134
10-Q2022-05-16fiscal Q1 202240780001213900-22-027190
10-Q2021-11-12fiscal Q2 202232860001213900-21-058759
10-Q2021-08-16fiscal Q1 202131630001213900-21-042578
10-K2021-06-21fiscal FY 202136670001213900-21-033299
10-Q2021-02-16fiscal Q3 202133870001213900-21-009647
10-Q2020-11-17fiscal Q2 202132850001213900-20-037776
10-Q2020-10-06fiscal Q1 202131620001213900-20-030303
10-K2020-09-04fiscal FY 202034710001213900-20-025298
10-Q2020-04-01fiscal Q3 202033980001213900-20-008396
10-Q2020-03-20fiscal Q2 202033940001213900-20-006955

Inspect the source

Entity
CROWN ELECTROKINETICS CORP. / CIK 0001761696
Captured
2026-09-21T17:29:52.533Z
SEC response SHA-256
e8bd2d466f628968663d4dc5c9315608c152243a29f66025960be3680525c663

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