Skip to content

ZEUUS, INC.: filings

Every ZEUUS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-K/A2025-03-13fiscal FY 202337760001493152-25-010214
10-Q2024-08-19fiscal Q3 2024381110001493152-24-033067
10-Q2024-05-30fiscal Q2 2024371050001493152-24-021908
10-Q2024-02-21fiscal Q1 202437750001493152-24-007419
10-K2024-01-16fiscal FY 202337760001493152-24-002420
10-Q2023-08-14fiscal Q3 2023361080001493152-23-028685
10-Q2023-05-16fiscal Q2 202334960001493152-23-017743
10-Q2023-02-21fiscal Q1 202336730001213900-23-013210
10-K2023-01-13fiscal FY 202234680001213900-23-002654
10-Q2022-08-17fiscal Q3 202231870001099910-22-000164
10-Q/A2022-06-15fiscal Q2 202232860001099910-22-000115
10-Q/A2022-06-15fiscal Q1 202232620001099910-22-000114
10-K/A2022-05-27fiscal FY 202124430001469709-22-000028
10-Q2021-07-27fiscal Q3 202023710001469709-21-000057
10-Q2021-05-18fiscal Q2 202020590001469709-21-000049
10-Q2021-02-23fiscal Q1 202020430001469709-21-000028
10-K2021-02-10fiscal FY 202021440001469709-21-000018
10-Q2020-08-13fiscal Q3 202021650001469709-20-000059
10-Q2020-05-15fiscal Q2 202020530001687926-20-000004
10-Q2020-01-29fiscal Q1 202021440001687926-20-000002
10-K2019-12-05fiscal FY 201922450001687926-19-000012
10-Q2019-07-24fiscal Q3 201919560001687926-19-000010
10-Q2019-04-26fiscal Q2 201919530001687926-19-000007
10-Q2019-02-08fiscal Q1 201919390001687926-19-000004
10-K2018-12-20fiscal FY 201821420001687926-18-000012
10-Q2018-08-08fiscal Q3 201820550001687926-18-000010
10-Q2018-05-03fiscal Q2 201820550001687926-18-000008
10-Q2018-02-01fiscal Q1 201819400001687926-18-000005
10-K2018-01-17fiscal FY 201721410001687926-18-000003
10-Q2017-08-09fiscal Q3 201720510001687926-17-000012

Inspect the source

Entity
ZEUUS, INC. / CIK 0001687926
Captured
2026-09-21T17:23:25.518Z
SEC response SHA-256
591fd25419a05a7c983ff9e891741456d297ea918d8b44ecf6a5d3bde4de3c5b

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