Skip to content

GHST World Inc.: financial reference

Explore GHST World Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Limits of the selected measures

us-gaap:CashAndCashEquivalentsAtCarryingValue: The inspected filing labels these zeros as cash equivalents alone, while its balance sheet reports nonzero cash. This combined cash-and-equivalents history is omitted; original source data remain available.

Inspect the filing.

Context from the filing

GHST World explicitly reports no potentially dilutive securities outstanding for the years ended June 30, 2024 and 2025. Its reported zero EPS values are rounded losses, not break-even results: net losses were $511,284 and $182,848, respectively. Full share counts, June fiscal dates and reported USD EPS are retained. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-06-302,518USD2025-10-14
Stockholders equityAt date2025-06-30-491,122USD2025-10-14
Net income or loss2024-07-012025-06-30-182,848USD2025-10-14
Operating cash flow2024-07-012025-06-30-163,701USD2025-10-14
Revenue2024-07-012025-06-3060,469USD2025-10-14
Financing cash flow2024-07-012025-06-30147,917USD2025-10-14
Retained earnings or deficitAt date2025-06-30-14,064,797USD2025-10-14
Basic weighted-average shares2024-07-012025-06-30130,201,179shares2025-10-14
Diluted weighted-average shares2024-07-012025-06-30130,201,179shares2025-10-14
Basic earnings per share2024-07-012025-06-300USD/shares2025-10-14
Diluted earnings per share2024-07-012025-06-300USD/shares2025-10-14
Share-based compensation expense2024-07-012025-06-300USD2025-10-14
Current assetsAt date2025-06-302,518USD2025-10-14
Current liabilitiesAt date2025-06-30493,640USD2025-10-14
Net current accounts receivableAt date2025-06-300USD2025-10-14
Operating expenses2024-07-012025-06-30242,537USD2025-10-14

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

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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"])))