Skip to content

POWERCOMPUTE, INC.: filings

Every POWERCOMPUTE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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 2026391150001193125-26-352417
10-Q2026-05-15fiscal Q1 202637760001193125-26-225433
10-K2026-03-31fiscal FY 2025421200001193125-26-133333
10-Q2025-11-14fiscal Q3 2025401200001193125-25-282844
10-Q2025-08-14fiscal Q2 2025381100000950170-25-109034
10-Q2025-05-15fiscal Q1 202538780000950170-25-072819
10-K2025-03-31fiscal FY 2024421190000950170-25-047901
10-Q2024-11-13fiscal Q3 2024401150000950170-24-126458
10-Q2024-08-13fiscal Q2 2024371030000950170-24-096376
10-Q2024-05-15fiscal Q1 202435690000950170-24-060568
10-K2024-04-01fiscal FY 202337740000950170-24-038953
10-Q2023-11-14fiscal Q3 2023361040000950170-23-063704
10-Q2023-08-14fiscal Q2 2023361010000950170-23-042092
10-Q2023-05-15fiscal Q1 202335690000950170-23-021994
10-K2023-03-31fiscal FY 202238740000950170-23-011149
10-Q2022-11-17fiscal Q3 2022381120000950170-22-025396
10-Q2022-08-17fiscal Q2 2022381050001564590-22-029681
10-Q2022-05-16fiscal Q1 202234680001564590-22-020441
10-K2022-03-31fiscal FY 202137750001564590-22-013045
10-Q2021-11-15fiscal Q3 2021371100001564590-21-056819
10-Q2021-08-16fiscal Q2 2021381080001564590-21-044649
10-Q2021-05-14fiscal Q1 202138770001564590-21-027828
10-K2021-03-31fiscal FY 202039760001564590-21-017063
10-Q2020-11-16fiscal Q3 2020351000001564590-20-054189
10-Q2020-08-07fiscal Q2 2020361020001564590-20-038439
10-Q2020-05-18fiscal Q1 202035730001564590-20-026022
10-K2020-04-14fiscal FY 201938730001564590-20-016583
10-Q2019-11-14fiscal Q3 201930910001564590-19-043542
10-Q2019-08-14fiscal Q2 201930860001564590-19-032191
10-Q2019-05-15fiscal Q1 201931590001564590-19-019466
10-K2019-04-16fiscal FY 201831630001564590-19-011743
10-Q2018-11-14fiscal Q3 201827780001564590-18-029592
10-Q2018-08-14fiscal Q2 201827780001564590-18-021733
10-Q2018-05-14fiscal Q1 201822420001564590-18-013466
10-K2018-04-17fiscal FY 201724480001564590-18-008299
10-Q2017-11-14fiscal Q3 201718600001564590-17-023754
10-Q2017-08-21fiscal Q2 201718600001564590-17-017885
10-Q2017-05-15fiscal Q1 201718360001564590-17-011023
10-K/A2017-04-04fiscal FY 201626520001564590-17-006005
10-K2017-03-31fiscal FY 201626520001564590-17-005849
10-Q2016-11-14fiscal Q3 201619500001564590-16-029215
10-Q2016-08-15fiscal Q2 201619500001564590-16-024409
10-Q2016-05-16fiscal Q1 201617280001564590-16-019510
10-K2016-03-30fiscal FY 201524390001564590-16-015681

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
POWERCOMPUTE, INC. / CIK 0001640384
Captured
2026-09-21T17:21:37.856Z
SEC response SHA-256
c1be5ae58949000e9dcc47516673b850a4ab2ff3424b27c58da9ae489a777956

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