Skip to content

POWER SOLUTIONS INTERNATIONAL, INC.: filings

Every POWER SOLUTIONS INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-06fiscal Q2 2026481380001628280-26-054328
10-Q2026-05-11fiscal Q1 202646980001628280-26-033451
10-K2026-03-02fiscal FY 2025501030001628280-26-013207
10-Q2025-11-06fiscal Q3 2025471330001628280-25-050177
10-Q2025-08-08fiscal Q2 2025471330001137091-25-000016
10-Q2025-05-08fiscal Q1 202544940001137091-25-000010
10-K2025-03-24fiscal FY 202447970001137091-25-000005
10-Q2024-11-07fiscal Q3 2024441240001137091-24-000027
10-Q2024-08-12fiscal Q2 2024451260001137091-24-000020
10-Q2024-05-07fiscal Q1 202446980001137091-24-000014
10-K2024-03-14fiscal FY 2023491010001137091-24-000007
10-Q2023-11-09fiscal Q3 2023461280001137091-23-000017
10-Q2023-08-14fiscal Q2 2023461270001137091-23-000011
10-Q2023-05-11fiscal Q1 202347990001137091-23-000007
10-K2023-04-14fiscal FY 2022511040001137091-23-000004
10-Q2022-11-14fiscal Q3 2022481350001137091-22-000019
10-Q2022-08-11fiscal Q2 2022481350001137091-22-000015
10-Q2022-05-16fiscal Q1 202247990001137091-22-000011
10-K2022-03-31fiscal FY 2021521060001137091-22-000007
10-Q2021-11-12fiscal Q3 2021481350001137091-21-000012
10-Q2021-08-11fiscal Q2 2021481350001137091-21-000008
10-Q2021-05-12fiscal Q1 202147990001137091-21-000005
10-K2021-03-30fiscal FY 2020511040001137091-21-000002
10-Q2020-11-16fiscal Q3 2020511390001628280-20-016488
10-Q2020-08-14fiscal Q2 2020511390001628280-20-012660
10-Q2020-06-29fiscal Q1 2020511060001628280-20-010039
10-K2020-05-04fiscal FY 2019531060001628280-20-006265
10-Q2020-05-04fiscal Q3 2019521360001628280-20-006263
10-Q2020-05-04fiscal Q2 2019511350001628280-20-006261
10-Q2020-05-04fiscal Q1 2019511090001628280-20-006259
10-K2019-12-27fiscal FY 2018524080001628280-19-015322
10-K2019-05-16fiscal FY 2017514710001137091-19-000016
10-Q2016-05-10fiscal Q1 201631620001193125-16-585806
10-K2016-02-26fiscal FY 2015391560001193125-16-482422
10-Q2015-11-09fiscal Q3 201532830001193125-15-372156
10-Q2015-08-07fiscal Q2 201531790001193125-15-283264
10-Q2015-05-08fiscal Q1 201530590001193125-15-179857
10-K2015-03-13fiscal FY 2014391530001193125-15-091420
10-Q2014-11-07fiscal Q3 201433830001193125-14-403670
10-Q2014-08-08fiscal Q2 201432800001193125-14-303302
10-Q2014-05-09fiscal Q1 201430580001193125-14-192673
10-K2014-02-28fiscal FY 201338940001193125-14-077913
10-Q2013-11-12fiscal Q3 201334840001193125-13-438364
10-Q2013-08-09fiscal Q2 201333840001193125-13-329104
10-Q2013-05-10fiscal Q1 201334670001193125-13-213715
10-K2013-03-12fiscal FY 201237920001193125-13-101540
10-Q2012-11-13fiscal Q3 2012381010001193125-12-466493
10-Q2012-08-14fiscal Q2 201237990001193125-12-354497
10-Q2012-05-15fiscal Q1 201231600001193125-12-234386
10-K2012-03-30fiscal FY 201132800001193125-12-142607
10-Q2011-11-14fiscal Q3 201131780001193125-11-311165
10-Q/A2011-09-13fiscal Q2 201130740001193125-11-246755

Inspect the source

Entity
POWER SOLUTIONS INTERNATIONAL, INC. / CIK 0001137091
Captured
2026-09-20T07:41:34.852Z
SEC response SHA-256
dd3b2f751cdb8496d2461a24758e7564b10eea2ac59b89b7f2c96b97371c91f3

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