Skip to content

TURNONGREEN, INC.: filings

Every TURNONGREEN, 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-08-13fiscal Q2 2026451260001214659-26-010095
10-Q2026-05-13fiscal Q1 202640810001214659-26-006099
10-K2026-03-31fiscal FY 202548950001214659-26-004113
10-Q2025-11-05fiscal Q3 2025441240001214659-25-015980
10-Q2025-08-13fiscal Q2 2025441230001214659-25-011987
10-Q2025-05-16fiscal Q1 202542840001214659-25-007984
10-K2025-04-23fiscal FY 202446900001214659-25-006296
10-Q2024-11-14fiscal Q3 2024421220001214659-24-019185
10-Q2024-08-13fiscal Q2 2024421220001214659-24-014328
10-Q2024-05-14fiscal Q1 202442880001214659-24-009083
10-K2024-04-11fiscal FY 202345910001214659-24-006652
10-Q2023-11-14fiscal Q3 2023431220001214659-23-015148
10-Q2023-08-17fiscal Q2 2023431120001214659-23-011443
10-Q2023-05-15fiscal Q1 202340800001214659-23-007207
10-K2023-04-05fiscal FY 202241940001214659-23-004976
10-Q2022-11-22fiscal Q3 2022391050001214659-22-014094
10-Q2022-08-01fiscal Q2 202223650001214659-22-009434
10-Q2022-05-16fiscal Q1 202221420001214659-22-007048
10-K2022-04-07fiscal FY 202130530001214659-22-004941
10-Q2021-11-15fiscal Q3 202126700001663577-21-000622
10-Q2021-09-17fiscal Q2 202125630001663577-21-000504

Inspect the source

Entity
TURNONGREEN, INC. / CIK 0001349706
Captured
2026-09-20T07:55:06.096Z
SEC response SHA-256
03be09166e96095a36589f73a31e9f1ec1779f2b67cfa6491bff5b3dc3128ca7

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