Skip to content

GHST World Inc.: filings

Every GHST World Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-05-13fiscal Q3 202624780001079973-26-000650
10-Q2026-02-11fiscal Q2 202625800001079973-26-000196
10-Q2025-11-14fiscal Q1 202624520001079973-25-001737
10-K2025-10-14fiscal FY 202528580001079973-25-001605
10-Q2025-05-15fiscal Q3 202526810001553350-25-000036
10-Q2025-02-19fiscal Q2 202526810001079973-25-000290
10-Q2024-11-14fiscal Q1 202523510001079973-24-001544
10-K2024-10-11fiscal FY 202424500001079973-24-001394
10-Q2024-05-10fiscal Q3 202427820001553350-24-000019
10-Q2024-02-12fiscal Q2 202425690001079973-24-000220
10-Q2023-11-20fiscal Q1 202422440001553350-23-000468
10-K2023-10-13fiscal FY 202322430001553350-23-000446
10-Q/A2023-09-01fiscal Q3 202326680001553350-23-000419
10-Q2023-05-12fiscal Q3 202325630001079973-23-000671
10-Q2023-02-14fiscal Q2 202327740001553350-23-000125
10-Q2022-11-14fiscal Q1 202320420001553350-22-000900
10-K2022-09-28fiscal FY 202222430001553350-22-000798
10-Q2022-05-13fiscal Q3 202223620001553350-22-000444
10-Q2022-02-14fiscal Q2 202220470001553350-22-000161
10-Q2021-11-15fiscal Q1 202215320001553350-21-001030
10-K2021-09-28fiscal FY 202117330001553350-21-000852
10-Q2021-06-21fiscal Q3 202117380001553350-21-000524

Inspect the source

Entity
GHST World Inc. / CIK 0001121795
Captured
2026-09-20T07:39:58.972Z
SEC response SHA-256
d0880d260b2cbd749eb3ddd3ec3e13e9b8c031ee499cd66405d7ad6a4a75b503

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