Skip to content

iPower Inc.: filings

Every iPower Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-05-20fiscal Q3 2026501460001683168-26-004180
10-Q2026-02-20fiscal Q2 2026531560001683168-26-001222
10-Q2025-11-14fiscal Q1 2026521080001683168-25-008394
10-K2025-10-09fiscal FY 2025521060001683168-25-007480
10-Q2025-05-15fiscal Q3 2025501480001683168-25-003710
10-Q2025-02-14fiscal Q2 2025521520001683168-25-001016
10-Q2024-11-14fiscal Q1 2025521080001683168-24-008114
10-K2024-09-20fiscal FY 2024551130001683168-24-006560
10-Q2024-05-14fiscal Q3 2024551630001683168-24-003405
10-Q2024-02-14fiscal Q2 2024541590001683168-24-000987
10-Q2023-11-14fiscal Q1 2024541130001683168-23-008125
10-K2023-09-15fiscal FY 2023561140001683168-23-006454
10-Q2023-05-15fiscal Q3 2023551660001683168-23-003396
10-Q2023-02-14fiscal Q2 2023551550001683168-23-000897
10-Q2022-11-14fiscal Q1 2023541110001683168-22-007742
10-K2022-09-28fiscal FY 2022531060001683168-22-006660
10-Q2022-05-16fiscal Q3 2022521530001683168-22-003694
10-Q2022-02-14fiscal Q2 2022481400001683168-22-000984
10-Q2021-11-15fiscal Q1 2022491030001683168-21-005700
10-K2021-09-28fiscal FY 202146940001683168-21-004546
10-Q2021-06-25fiscal Q3 2020411120001683168-21-002714

Inspect the source

Entity
iPower Inc. / CIK 0001830072
Captured
2026-09-19T11:21:47.466Z
SEC response SHA-256
109acf4e1006293656620643cd3a0c2fc3dbc81cf7a254249f9fac967193a79c

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