Skip to content

GRIDAI TECHNOLOGIES CORP: filings

Every GRIDAI TECHNOLOGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-09-18fiscal Q2 2026451160001104659-26-108635
10-Q2026-08-21fiscal Q2 2026451160001104659-26-099751
10-Q2026-05-27fiscal Q1 202644800001104659-26-066519
10-K2026-05-01fiscal FY 202549870001104659-26-054106
10-Q2025-11-19fiscal Q3 202539990001104659-25-114181
10-Q2025-08-14fiscal Q2 202537980001410578-25-001790
10-Q2025-05-15fiscal Q1 202538690001410578-25-001311
10-K/A2025-04-09fiscal FY 202440780001410578-25-000673
10-K2025-04-01fiscal FY 202440780001410578-25-000618
10-Q2024-11-13fiscal Q3 2024421130001410578-24-001914
10-Q2024-10-21fiscal Q2 2024431170001410578-24-001685
10-Q2024-05-14fiscal Q1 202444850001410578-24-000826
10-K2024-03-29fiscal FY 202341810001410578-24-000364
10-Q2023-11-13fiscal Q3 2023391090001410578-23-002410
10-Q2023-08-14fiscal Q2 2023391100001410578-23-001882
10-Q2023-05-12fiscal Q1 202339800001410578-23-001056
10-K2023-03-20fiscal FY 202244830001410578-23-000299
10-Q2022-11-14fiscal Q3 2022431160001410578-22-003295
10-Q2022-08-15fiscal Q2 2022431170001410578-22-002519
10-Q2022-05-23fiscal Q1 202242820001410578-22-001818
10-K2022-03-31fiscal FY 202147970001140361-22-012347
10-Q/A2021-11-16fiscal Q3 2021411100001851734-21-000108
10-Q2021-08-16fiscal Q2 2021381050001654954-21-009097
10-Q2021-05-24fiscal Q1 202139820001654954-21-006184
10-K2021-03-31fiscal FY 202040810001654954-21-003659
10-Q2020-11-16fiscal Q3 2020381010001654954-20-012500
10-Q2020-08-14fiscal Q2 202038980001654954-20-009182
10-Q2020-05-15fiscal Q1 202036740001654954-20-005632
10-K2020-03-30fiscal FY 201933670001654954-20-003530
10-Q2019-11-14fiscal Q3 201937960001654954-19-012997
10-Q2019-08-13fiscal Q2 201937960001654954-19-009273
10-Q2019-05-15fiscal Q1 201937760001654954-19-006140
10-K2019-04-01fiscal FY 201830620001654954-19-003863
10-Q2018-11-09fiscal Q3 201833880001654954-18-012327
10-Q2018-08-13fiscal Q2 201833880001654954-18-008831
10-Q2018-05-14fiscal Q1 201833680001654954-18-005247
10-K2018-03-16fiscal FY 201732660001654954-18-002715
10-Q2017-11-13fiscal Q3 201731840001654954-17-010488
10-Q2017-08-14fiscal Q2 201730820001654954-17-007518
10-Q2017-05-15fiscal Q1 201730620001654954-17-004617
10-K2017-03-31fiscal FY 201630620001654954-17-002925
10-Q2016-11-25fiscal Q3 201630840001654954-16-004305

Inspect the source

Entity
GRIDAI TECHNOLOGIES CORP / CIK 0001604191
Captured
2026-09-20T09:25:49.150Z
SEC response SHA-256
4e7a9223c4d385dad77590f455139df2810a052ce1fbeeadaa4db169c35a2ebf

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