Skip to content

GEOSOLAR TECHNOLOGIES, INC.: filings

Every GEOSOLAR TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 16 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-Q2025-11-12fiscal Q3 202529960001683168-25-008237
10-Q2025-08-14fiscal Q2 202529920001683168-25-006109
10-Q2025-05-19fiscal Q1 202529620001683168-25-003834
10-Q2024-11-12fiscal Q3 202428950001683168-24-007870
10-Q2024-08-14fiscal Q2 202429920001683168-24-005650
10-Q2024-05-14fiscal Q1 202425540001683168-24-003370
10-K2024-03-22fiscal FY 202328590001683168-24-001625
10-Q2023-11-01fiscal Q3 202326840001683168-23-007556
10-Q2023-08-09fiscal Q2 202326800001683168-23-005454
10-Q2023-05-15fiscal Q1 202326560001683168-23-003348
10-K2023-04-14fiscal FY 202229610001683168-23-002393
10-Q2022-11-14fiscal Q3 202227870001683168-22-007611
10-Q2022-08-03fiscal Q2 202227830001683168-22-005286
10-Q2022-05-10fiscal Q1 202223500001683168-22-003378
10-K2022-03-31fiscal FY 202123470001683168-22-002186
10-Q2021-11-08fiscal Q3 202121400001683168-21-005304

Inspect the source

Entity
GEOSOLAR TECHNOLOGIES, INC. / CIK 0001838876
Captured
2026-09-21T17:29:53.882Z
SEC response SHA-256
1e589f1c6e21dcacff577f9780583a63cd6dc52ea5215b8566550b399a994441

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