Skip to content

IDEAL POWER INC.: filings

Every IDEAL POWER INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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 2026421110001437749-26-027661
10-Q2026-05-15fiscal Q1 202642850001437749-26-017430
10-K2026-03-27fiscal FY 202548950001437749-26-009995
10-Q2025-11-13fiscal Q3 2025421150001437749-25-034655
10-Q2025-08-14fiscal Q2 2025421110001437749-25-026716
10-Q2025-05-15fiscal Q1 202542850001437749-25-017025
10-K2025-03-28fiscal FY 202445900001437749-25-009911
10-Q2024-11-14fiscal Q3 2024411130001437749-24-035091
10-Q2024-08-14fiscal Q2 2024411090001437749-24-026596
10-Q2024-05-15fiscal Q1 202441830001437749-24-016893
10-K2024-04-01fiscal FY 202344880001437749-24-010360
10-Q2023-11-14fiscal Q3 2023371030001437749-23-031954
10-Q2023-08-11fiscal Q2 2023401130001104659-23-089993
10-Q2023-05-12fiscal Q1 202340830001104659-23-059376
10-K2023-03-30fiscal FY 202245910001104659-23-039133
10-Q2022-11-14fiscal Q3 2022421230001104659-22-118578
10-Q2022-08-15fiscal Q2 2022411150001104659-22-091273
10-Q2022-05-16fiscal Q1 202242870001104659-22-061311
10-K2022-03-25fiscal FY 202145900001104659-22-037832
10-Q2021-11-12fiscal Q3 2021411180001104659-21-137527
10-Q2021-08-13fiscal Q2 202137980001104659-21-104563
10-Q2021-05-14fiscal Q1 202137760001104659-21-066337
10-K2021-03-26fiscal FY 202039760001104659-21-041953
10-Q2020-11-13fiscal Q3 202035980001104659-20-124696
10-Q2020-08-13fiscal Q2 202031820001104659-20-094683
10-Q2020-05-14fiscal Q1 202032680001104659-20-061589
10-K2020-03-31fiscal FY 201935710001104659-20-040667
10-Q2019-11-14fiscal Q3 201931910001104659-19-064153
10-Q2019-08-14fiscal Q2 201932890001144204-19-040091
10-Q2019-05-15fiscal Q1 201931640001144204-19-026531
10-K2019-04-01fiscal FY 201836720001144204-19-017411
10-Q2018-11-15fiscal Q3 2018401000001144204-18-060043
10-Q2018-08-14fiscal Q2 201839980001144204-18-044583
10-Q2018-05-15fiscal Q1 201839800001144204-18-028867
10-K2018-04-02fiscal FY 201739800001144204-18-018361
10-Q2017-11-09fiscal Q3 201739980001507957-17-000045
10-Q2017-08-11fiscal Q2 201739980001507957-17-000035
10-Q2017-05-12fiscal Q1 201739800001507957-17-000026
10-K2017-03-29fiscal FY 201639800001507957-17-000011
10-Q2016-11-14fiscal Q3 201633820001144204-16-134310
10-Q2016-08-12fiscal Q2 201633820001144204-16-118763
10-Q2016-05-13fiscal Q1 201632660001144204-16-101817
10-K2016-03-30fiscal FY 201533680001144204-16-091533
10-Q2015-11-13fiscal Q3 201533840001144204-15-064967
10-Q2015-08-13fiscal Q2 201533840001144204-15-048720
10-Q2015-05-06fiscal Q1 201532660001144204-15-027790
10-K2015-03-25fiscal FY 201433680001144204-15-018355
10-Q2014-11-13fiscal Q3 201432820001144204-14-067379
10-Q2014-08-13fiscal Q2 201432820001144204-14-049353
10-Q2014-05-14fiscal Q1 201432660001144204-14-030509
10-K2014-03-28fiscal FY 201334700001144204-14-018885

Inspect the source

Entity
IDEAL POWER INC. / CIK 0001507957
Captured
2026-09-20T09:12:40.546Z
SEC response SHA-256
98b8e30cc51caaa389ad9d52bff3b2ffe959a986fc4931ab1d26a42f4cbd13f1

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