Skip to content

Z Squared Inc.: filings

Every Z Squared Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-08-13fiscal Q2 2026431290001185185-26-003508
10-Q2026-05-15fiscal Q1 202641850001683168-26-003948
10-K2026-03-19fiscal FY 202542860001683168-26-002026
10-Q2025-11-14fiscal Q3 2025451360001683168-25-008341
10-Q2025-08-14fiscal Q2 2025431280001683168-25-006173
10-Q2025-05-14fiscal Q1 202543910001683168-25-003565
10-K2025-03-28fiscal FY 202445920001683168-25-001942
10-Q2024-11-13fiscal Q3 2024451380001683168-24-007980
10-Q2024-08-16fiscal Q2 2024441320001683168-24-005799
10-Q/A2024-08-16fiscal Q1 202443880001683168-24-005798
10-K/A2024-08-16fiscal FY 202344880001683168-24-005797
10-Q/A2024-08-16fiscal Q3 2023441320001683168-24-005796
10-Q2024-05-10fiscal Q1 202443880001683168-24-003228
10-K2024-03-26fiscal FY 202344880001683168-24-001685
10-Q/A2024-03-25fiscal Q3 2023441320001683168-24-001682
10-Q/A2024-03-25fiscal Q2 2023441260001683168-24-001681
10-Q/A2024-03-25fiscal Q1 202345920001683168-24-001676
10-K/A2024-03-25fiscal FY 202245890001683168-24-001674
10-Q2023-11-09fiscal Q3 2023441320001683168-23-007828
10-Q2023-08-11fiscal Q2 2023441260001683168-23-005600
10-Q2023-05-15fiscal Q1 202345920001683168-23-003399
10-K2023-03-29fiscal FY 202245890001683168-23-001850
10-Q2022-11-18fiscal Q3 202216450001213900-22-073717
10-Q2022-08-09fiscal Q2 202216410001213900-22-045876
10-Q2022-05-10fiscal Q1 202214320001213900-22-025274
10-K2022-04-08fiscal FY 202116320001213900-22-018778
10-K/A2022-02-02fiscal FY 202017320001213900-22-005048
10-Q2021-11-16fiscal Q3 202115470001213900-21-060017
10-Q2021-09-14fiscal Q2 202115410001213900-21-048028
10-Q2021-07-30fiscal Q1 202114300001213900-21-039612
10-K/A2021-07-28fiscal FY 202015300001213900-21-039082
10-K2021-03-31fiscal FY 202015300001213900-21-019200
10-Q2020-12-10fiscal Q3 202012370001213900-20-041892

Inspect the source

Entity
Z Squared Inc. / CIK 0001759186
Captured
2026-09-21T17:29:37.473Z
SEC response SHA-256
8d800c26b1045cce83af1ec65fcd33156dc1bb772f2f17d727b2d50d10ef91fb

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