Skip to content

SCWORX CORP.: filings

Every SCWORX CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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 2026371020001213900-26-089733
10-Q2026-05-15fiscal Q1 202636720001213900-26-057563
10-K2026-03-31fiscal FY 202537700001213900-26-037303
10-Q2025-11-12fiscal Q3 202531970001213900-25-109183
10-Q2025-08-14fiscal Q2 202531970001213900-25-076369
10-Q2025-05-15fiscal Q1 202531670001213900-25-044293
10-K2025-03-31fiscal FY 202434680001213900-25-026169
10-Q2024-11-14fiscal Q3 202432930001213900-24-098398
10-Q2024-10-11fiscal Q2 202430880001213900-24-087332
10-Q2024-10-10fiscal Q1 202430630001213900-24-086944
10-K2024-09-24fiscal FY 202332660001213900-24-081111
10-Q2023-11-14fiscal Q3 202331910001213900-23-086866
10-Q2023-08-14fiscal Q2 202333910001213900-23-066853
10-Q2023-05-15fiscal Q1 202331630001213900-23-039696
10-K2023-04-17fiscal FY 202234660001213900-23-030171
10-Q2022-11-14fiscal Q3 202235950001213900-22-072087
10-Q2022-08-15fiscal Q2 202235910001213900-22-047878
10-Q2022-05-13fiscal Q1 202232650001213900-22-026540
10-K2022-03-31fiscal FY 202133690001213900-22-016685
10-Q2021-11-15fiscal Q3 202133860001213900-21-059124
10-Q2021-08-16fiscal Q2 202130810001213900-21-042585
10-Q2021-05-24fiscal Q1 202128560001213900-21-028675
10-K2021-05-19fiscal FY 202040730001213900-21-027941
10-Q/A2021-05-05fiscal Q3 2020391000001213900-21-024712
10-Q2020-11-16fiscal Q3 202039990001213900-20-037390
10-Q2020-08-14fiscal Q2 202039950001213900-20-022282
10-Q2020-07-01fiscal Q1 202035660001213900-20-016459
10-K2020-06-12fiscal FY 201940700001213900-20-014867
10-Q2019-11-14fiscal Q3 2019391060001104659-19-064174
10-Q2019-08-14fiscal Q2 2019391070001144204-19-040035
10-Q2019-05-24fiscal Q1 201939820001144204-19-028215
10-K2019-04-01fiscal FY 201833730001144204-19-017404
10-Q2018-11-16fiscal Q3 201828770001144204-18-060522
10-Q2018-09-05fiscal Q2 201831860001144204-18-047912
10-Q2018-05-15fiscal Q1 201836770001144204-18-028918
10-K2018-04-16fiscal FY 201738810001144204-18-020741
10-Q2017-11-14fiscal Q3 201735990001144204-17-059062
10-Q2017-08-14fiscal Q2 201731910001144204-17-043194
10-Q2017-05-15fiscal Q1 201732680001144204-17-027438
10-K2017-04-17fiscal FY 201635740001144204-17-020758
10-Q2016-12-07fiscal Q3 201624700001144204-16-138372

Inspect the source

Entity
SCWORX CORP. / CIK 0001674227
Captured
2026-09-21T17:24:28.918Z
SEC response SHA-256
a1b70e613d6560969556f1bc2888358d87f6a67dffeb1934df0291383a313daa

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