Skip to content

STARK NOVUS FINANCIAL INC.: filings

Every STARK NOVUS FINANCIAL 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-Q2026-08-14fiscal Q2 202627820001493152-26-038484
10-Q2026-05-15fiscal Q1 202627560001493152-26-023856
10-K2026-03-26fiscal FY 202528550001493152-26-013005
10-Q2025-11-13fiscal Q3 202526760001493152-25-022090
10-Q2025-08-12fiscal Q2 202526740001493152-25-011849
10-Q2025-05-14fiscal Q1 202525500001641172-25-010257
10-K2025-03-28fiscal FY 202432570001641172-25-001195
10-Q2024-11-13fiscal Q3 202430790001558370-24-015438
10-Q2024-08-13fiscal Q2 202431810001558370-24-012064
10-Q2024-05-14fiscal Q1 202431590001558370-24-008150
10-K2024-02-29fiscal FY 202339740001558370-24-002081
10-Q2023-11-14fiscal Q3 202334890001558370-23-019031
10-Q2023-08-14fiscal Q2 202333890001558370-23-014898
10-Q2023-05-04fiscal Q1 202336730001558370-23-007991
10-K2023-03-06fiscal FY 2022411040001558370-23-002862
10-Q2022-11-07fiscal Q3 202236930001558370-22-016658
10-Q2022-08-04fiscal Q2 202237970001558370-22-012069
10-Q2022-05-09fiscal Q1 202236740001558370-22-007666
10-K2022-02-28fiscal FY 202139990001558370-22-002265
10-Q2021-11-12fiscal Q3 202132790001558370-21-015655
10-Q2021-08-13fiscal Q2 202131780001558370-21-011564
10-Q2021-06-08fiscal Q1 202130610001558370-21-008111
10-K/A2021-06-08fiscal FY 202030560001558370-21-008107
10-K2021-03-25fiscal FY 202030560001558370-21-003449
10-Q2020-08-13fiscal Q2 202016480001213900-20-021870
10-Q2020-05-14fiscal Q1 202016350001213900-20-012268
10-K2020-03-25fiscal FY 201918310001213900-20-007365
10-Q2019-11-14fiscal Q3 201919360001213900-19-023400
10-Q2019-08-13fiscal Q2 201919340001213900-19-015526
10-Q2019-05-15fiscal Q1 201918270001213900-19-008801

Inspect the source

Entity
STARK NOVUS FINANCIAL INC. / CIK 0001759546
Captured
2026-09-21T17:26:18.555Z
SEC response SHA-256
cd754325c22ea3f5b52ad6dce40cb7d0d5f0f533695329e1a1d9f4e245a2e173

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