Skip to content

SUPA Consolidated Inc.: filings

Every SUPA Consolidated Inc. 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-21fiscal Q2 202632920001683168-26-005672
10-Q2026-05-01fiscal Q1 202634720001683168-26-003412
10-K2026-03-24fiscal FY 202534700001683168-26-002170
10-Q2025-11-07fiscal Q3 202532930001683168-25-008060
10-Q2025-09-18fiscal Q2 202531890001683168-25-007105
10-Q/A2025-09-18fiscal Q1 202531660001683168-25-007103
10-Q2025-09-11fiscal Q1 202531660001683168-25-006853
10-K2025-08-29fiscal FY 202436740001683168-25-006576
10-K/A2025-07-28fiscal FY 202336760001683168-25-005438
10-Q2025-02-05fiscal Q3 2024351020001683168-25-000729
10-Q2025-02-05fiscal Q2 202432890001683168-25-000708
10-Q2025-02-04fiscal Q1 202434720001683168-25-000678
10-K2024-10-02fiscal FY 202336760001683168-24-006824
10-Q2024-06-27fiscal Q3 2023361050001683168-24-004519
10-Q2023-12-14fiscal Q2 2023361010001683168-23-008864
10-Q2023-05-22fiscal Q1 202335740001683168-23-003628
10-K2023-04-17fiscal FY 202236740001683168-23-002473
10-Q2022-11-18fiscal Q3 2022351040001683168-22-007872
10-Q2022-08-15fiscal Q2 202234980001683168-22-005727
10-Q2022-05-23fiscal Q1 202233700001683168-22-003952
10-K2022-04-06fiscal FY 202132660001683168-22-002419
10-Q2021-11-15fiscal Q3 202127800001683168-21-005618
10-Q/A2021-10-04fiscal Q2 202126740001683168-21-004662
10-Q/A2021-09-30fiscal Q1 202126550001683168-21-004605
10-K2021-09-27fiscal FY 202025510001683168-21-004509
10-Q2020-12-18fiscal Q3 202019560001683168-20-004374
10-Q2020-07-20fiscal Q2 202019560001683168-20-002309
10-Q2020-05-11fiscal Q1 202018400001683168-20-001477
10-K2020-05-11fiscal FY 201922460001683168-20-001475
10-Q2020-01-23fiscal Q3 201917480001683168-20-000247
10-Q2020-01-23fiscal Q2 201917480001683168-20-000244
10-Q2020-01-23fiscal Q1 201917380001683168-20-000242
10-K2020-01-22fiscal FY 201822460001683168-20-000223
10-Q2020-01-22fiscal Q3 201817460001683168-20-000220
10-Q2020-01-22fiscal Q2 201817460001683168-20-000218
10-Q2020-01-22fiscal Q1 201817360001683168-20-000216
10-K2020-01-22fiscal FY 201722460001683168-20-000213
10-Q2017-11-14fiscal Q3 201716370001640334-17-002372
10-Q2017-08-14fiscal Q2 201716380001640334-17-001670
10-Q/A2017-08-14fiscal Q1 201715290001640334-17-001668
10-K2017-03-01fiscal FY 201621430001014897-17-000036
10-Q2016-11-14fiscal Q3 201620520001014897-16-000649
10-Q2016-08-15fiscal Q2 201620540001014897-16-000614
10-Q2016-05-16fiscal Q1 201620420001014897-16-000568
10-K2016-03-30fiscal FY 201520410001014897-16-000482
10-Q2015-11-20fiscal Q3 201519520001557234-15-000358
10-Q2015-08-19fiscal Q2 201520350001557234-15-000265
10-Q2015-05-15fiscal Q1 201518260001557234-15-000128
10-K2015-03-31fiscal FY 201420220001557234-15-000059

Inspect the source

Entity
SUPA Consolidated Inc. / CIK 0001624985
Captured
2026-09-21T17:20:58.643Z
SEC response SHA-256
682a7563e65c933c4c16d1e0d436cdbcab574db7ab68904b98b087de94cb2422

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