Skip to content

P2 SOLAR, INC.: filings

Every P2 SOLAR, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-K2025-07-15fiscal FY 202532660001640334-25-001215
10-Q2025-02-19fiscal Q3 2025331080001640334-25-000290
10-Q2024-11-19fiscal Q2 202531970001640334-24-001758
10-Q2024-08-20fiscal Q1 202529620001640334-24-001325
10-K2024-07-16fiscal FY 202429600001640334-24-001124
10-Q2024-02-14fiscal Q3 202430980001640334-24-000238
10-Q2023-11-20fiscal Q2 202328860001640334-23-002224
10-Q2023-08-14fiscal Q1 202428600001640334-23-001561
10-K2023-08-08fiscal FY 202325520001640334-23-001477
10-Q2015-02-10fiscal Q2 201515330001137050-15-000028
10-Q2014-08-19fiscal Q1 201515270001137050-14-000184
10-K2014-08-04fiscal FY 201415280001137050-14-000159
10-Q2014-02-19fiscal Q3 201318420001137050-14-000042
10-Q2013-11-19fiscal Q2 201318460001137050-13-000373
10-Q2013-09-06fiscal Q1 201315320001137050-13-000295
10-K2013-07-02fiscal FY 201217380001137050-13-000207
10-Q2013-02-13fiscal Q3 201215370001137050-13-000040
10-Q2012-11-19fiscal Q2 201215370001137050-12-000478
10-Q/A2012-08-24fiscal Q1 201214300001137050-12-000345
10-K2012-07-16fiscal FY 201115340001137050-12-000241
10-Q2012-02-22fiscal Q3 201114360001137050-12-000057
10-Q2011-11-15fiscal Q2 201115390001137050-11-000373
10-Q/A2011-09-14fiscal Q1 201114320001137050-11-000294

Inspect the source

Entity
P2 SOLAR, INC. / CIK 0001172069
Captured
2026-09-20T07:44:19.580Z
SEC response SHA-256
f22dfa73b750016ede8c54329d8b52e7b792775d25000d28d7b957b7c5a680c2

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