Skip to content

QUALITY INDUSTRIAL CORP.: filings

Every QUALITY INDUSTRIAL CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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 2026401180001493152-26-037521
10-Q2026-05-15fiscal Q1 202642850001493152-26-023406
10-K2026-03-31fiscal FY 202543860001493152-26-013723
10-Q2025-11-10fiscal Q3 2025411240001493152-25-021390
10-Q2025-08-13fiscal Q2 2025401190001641172-25-023367
10-Q2025-06-04fiscal Q1 202542810001641172-25-013633
10-K2025-04-28fiscal FY 202443770001641172-25-006369
10-Q2024-11-19fiscal Q3 2024391090001213900-24-100213
10-Q/A2024-09-12fiscal Q2 2024411060001213900-24-078115
10-Q2024-08-19fiscal Q2 2024401040001213900-24-070699
10-Q2024-05-15fiscal Q1 202441710001213900-24-043325
10-K2024-04-08fiscal FY 202330640001213900-24-030968
10-Q2023-11-20fiscal Q1 202443900001213900-23-088845
10-Q2023-08-10fiscal Q2 2023381020001663577-23-000383
10-Q2023-05-19fiscal Q1 202327530001663577-23-000264
10-K/A2023-05-08fiscal FY 202233800001663577-23-000218
10-K/A2023-04-13fiscal FY 202230750001663577-23-000184
10-K2023-03-31fiscal FY 202230750001663577-23-000151
10-Q2022-11-14fiscal Q3 202228780001663577-22-000646
10-Q/A2022-11-09fiscal Q2 202227730001663577-22-000627
10-Q2022-08-17fiscal Q2 202224660001663577-22-000472
10-Q2022-05-13fiscal Q1 202224460001663577-22-000299
10-K2022-03-04fiscal FY 202123460001663577-22-000138
10-Q2021-11-10fiscal Q3 202124700001663577-21-000595
10-Q2021-08-11fiscal Q2 202123630001663577-21-000400
10-Q2021-05-11fiscal Q1 202122440001663577-21-000239
10-K2021-03-29fiscal FY 202024460001663577-21-000150

Inspect the source

Entity
QUALITY INDUSTRIAL CORP. / CIK 0001393781
Captured
2026-09-20T07:59:46.736Z
SEC response SHA-256
9dfa4e50fc0ff35fc1349589cfddc59d7303bfec1df8a87a14fc7479e7c680b0

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