Skip to content

AI Era Corp.: filings

Every AI Era Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07-20fiscal Q3 202633940001663577-26-000228
10-Q2026-04-14fiscal period not tagged32960001663577-26-000107
10-Q2026-01-14fiscal Q1 202630600001663577-26-000015
10-K2025-12-01fiscal FY 202531620001663577-25-000338
10-Q2025-07-15fiscal Q3 202529830001663577-25-000235
10-Q2025-04-14fiscal Q2 202528780001663577-25-000104
10-Q2025-01-14fiscal Q1 202527590001663577-25-000023
10-K2024-11-26fiscal FY 202430590001663577-24-000297
10-Q2024-07-15fiscal Q3 202429810001663577-24-000198
10-Q2024-04-15fiscal Q2 202428790001663577-24-000113
10-Q2024-01-16fiscal Q1 202429590001663577-24-000009
10-K2023-11-29fiscal FY 202328550001663577-23-000552
10-Q2023-07-13fiscal Q3 202332920001663577-23-000348
10-Q2023-04-14fiscal Q2 202331900001663577-23-000198
10-Q2023-01-17fiscal Q1 202331600001663577-23-000014
10-K2022-12-08fiscal FY 202232610001663577-22-000689
10-Q2022-07-15fiscal Q3 202231870001663577-22-000400
10-Q/A2022-06-10fiscal Q2 202230840001663577-22-000366
10-Q2022-01-20fiscal Q1 202228580001663577-22-000057
10-Q/A2022-01-19fiscal Q3 202131780001663577-22-000052
10-Q/A2022-01-19fiscal Q2 202130790001663577-22-000049
10-K2022-01-12fiscal FY 202132640001663577-22-000024
10-Q2021-07-15fiscal Q3 202128690001663577-21-000331
10-Q2021-04-14fiscal Q2 202127690001663577-21-000181
10-Q2021-01-15fiscal Q1 202127540001663577-21-000025
10-K2020-12-09fiscal FY 202028570001663577-20-000454
10-Q2020-07-09fiscal Q3 202026640001663577-20-000209
10-Q2020-05-08fiscal Q2 202025630001663577-20-000125
10-Q2020-01-14fiscal Q1 202020440001663577-20-000011
10-K2019-10-22fiscal FY 201922460001663577-19-000384
10-Q/A2019-07-16fiscal Q3 201919550001663577-19-000313
10-Q2019-07-15fiscal Q3 201919550001663577-19-000310
10-Q2019-04-12fiscal Q2 201919490001663577-19-000143
10-Q2019-01-22fiscal Q1 201919390001663577-19-000038
10-K2018-12-10fiscal FY 201822430001663577-18-000550
10-Q2018-07-23fiscal Q3 201823600001640334-18-001453
10-Q2018-04-16fiscal Q2 201821550001640334-18-000733
10-Q2018-01-22fiscal Q1 201820390001640334-18-000154
10-K2018-01-12fiscal FY 201720420001640334-18-000075
10-Q2017-07-14fiscal Q3 201720480001640334-17-001396
10-Q2017-04-14fiscal Q2 201718430001640334-17-000710
10-Q2017-01-12fiscal Q1 201717280001640334-17-000080
10-K2016-12-16fiscal FY 201617250001640334-16-002243
10-Q2016-07-15fiscal Q3 201614370001640334-16-001414
10-Q2016-04-14fiscal Q2 201614340001640334-16-000945
10-Q2015-12-15fiscal Q1 201620380001605331-15-000016
10-K2015-10-01fiscal FY 201522600001605331-15-000013
10-Q2015-06-23fiscal Q3 201520630001605331-15-000010
10-Q2015-04-15fiscal Q2 201520630001605331-15-000008

Inspect the source

Entity
AI Era Corp. / CIK 0001605331
Captured
2026-09-20T09:26:03.731Z
SEC response SHA-256
042c043ee49d6ce3e787e7cd495781ef6e06cc19c85fe7d4c1853b17517acee7

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