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.
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.
| Measure | Period start | Period end | Value | Unit | Filed |
|---|---|---|---|---|---|
| Total assets | At date | 2025-06-30 | 2,518 | USD | 2025-10-14 |
| Stockholders equity | At date | 2025-06-30 | -491,122 | USD | 2025-10-14 |
| Net income or loss | 2024-07-01 | 2025-06-30 | -182,848 | USD | 2025-10-14 |
| Operating cash flow | 2024-07-01 | 2025-06-30 | -163,701 | USD | 2025-10-14 |
| Revenue | 2024-07-01 | 2025-06-30 | 60,469 | USD | 2025-10-14 |
| Financing cash flow | 2024-07-01 | 2025-06-30 | 147,917 | USD | 2025-10-14 |
| Retained earnings or deficit | At date | 2025-06-30 | -14,064,797 | USD | 2025-10-14 |
| Basic weighted-average shares | 2024-07-01 | 2025-06-30 | 130,201,179 | shares | 2025-10-14 |
| Diluted weighted-average shares | 2024-07-01 | 2025-06-30 | 130,201,179 | shares | 2025-10-14 |
| Basic earnings per share | 2024-07-01 | 2025-06-30 | 0 | USD/shares | 2025-10-14 |
| Diluted earnings per share | 2024-07-01 | 2025-06-30 | 0 | USD/shares | 2025-10-14 |
| Share-based compensation expense | 2024-07-01 | 2025-06-30 | 0 | USD | 2025-10-14 |
| Current assets | At date | 2025-06-30 | 2,518 | USD | 2025-10-14 |
| Current liabilities | At date | 2025-06-30 | 493,640 | USD | 2025-10-14 |
| Net current accounts receivable | At date | 2025-06-30 | 0 | USD | 2025-10-14 |
| Operating expenses | 2024-07-01 | 2025-06-30 | 242,537 | USD | 2025-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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))