Skip to content

STRATA POWER CORPORATION: filings

Every STRATA POWER CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 18 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
20-F2026-03-31fiscal FY 202528780001683168-26-002501
20-F2025-03-31fiscal FY 202426720001683168-25-002106
20-F2024-03-29fiscal FY 202327750001683168-24-001862
20-F/A2023-12-28fiscal FY 202227750001683168-23-009124
20-F2023-03-23fiscal FY 202227750001683168-23-001687
20-F2022-03-31fiscal FY 202127740001683168-22-002181
20-F2021-03-31fiscal FY 202028770001683168-21-001148
20-F2020-04-03fiscal FY 201929800001683168-20-001104
20-F2019-03-29fiscal FY 201829800001683168-19-000836
20-F2018-03-30fiscal FY 201728750001683168-18-000819
20-F/A2018-01-17fiscal FY 201626710001683168-18-000149
20-F/A2018-01-16fiscal FY 201626710001683168-18-000137
20-F2017-05-15fiscal FY 201626530001683168-17-001243
20-F2016-05-16fiscal FY 201529710001019687-16-006319
20-F2015-04-29fiscal FY 201430790001019687-15-001667
20-F2014-04-30fiscal FY 201330990001019687-14-001604
20-F2013-04-04fiscal FY 201230900001019687-13-001217
20-F2012-05-15fiscal FY 201128860000939802-12-000119

Inspect the source

Entity
STRATA POWER CORPORATION / CIK 0001227282
Captured
2026-09-19T11:17:04.101Z
SEC response SHA-256
734b338a9ad01e24cf23ecdc4d6d4271806a1af14b4ecbcab47d4c4a09edd635

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