Skip to content

WALLY WORLD MEDIA, INC.: filings

Every WALLY WORLD MEDIA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2024-08-22

The latest filing in this captured record is a 10-Q/A filed 2024-08-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. WALLY WORLD MEDIA, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q/A2024-08-22fiscal Q3 202418540001493152-24-033598
10-Q/A2024-08-22fiscal Q2 202418550001493152-24-033574
10-Q2024-08-19fiscal Q3 202418540001493152-24-033146
10-Q2024-05-20fiscal Q2 202418560001493152-24-020699
10-Q2024-02-20fiscal Q1 202421420001493152-24-007236
10-K2024-01-16fiscal FY 202322430001493152-24-002416
10-Q2023-08-15fiscal Q3 202321630001493152-23-028928
10-Q2023-05-15fiscal Q2 202319560001493152-23-017396
10-Q2023-02-14fiscal Q1 202319410001493152-23-004948
10-K2023-01-13fiscal FY 202220370001493152-23-001434
10-Q2022-08-15fiscal Q3 202219520001493152-22-022924
10-Q2022-05-16fiscal Q2 202219370001493152-22-013673
10-Q2022-02-14fiscal Q1 202216240001493152-22-004362
10-K2021-12-28fiscal FY 202115180001493152-21-032579
10-Q2021-10-20fiscal Q3 202112200001493152-21-025887
10-Q2015-05-20fiscal Q2 201525670001213900-15-004041
10-Q2015-02-23fiscal Q1 201522430001213900-15-001313
10-K2014-12-23fiscal FY 201422430001213900-14-009075
10-Q2014-08-11fiscal Q3 201420490001213900-14-005604
10-Q2014-05-12fiscal Q2 201419580001213900-14-003151
10-Q2014-02-11fiscal Q1 201419490001213900-14-000785
10-K2013-12-23fiscal FY 201320480001213900-13-007380
10-Q2013-08-12fiscal Q3 201320540001213900-13-004141
10-Q2013-05-15fiscal Q2 201320430001213900-13-002616

3 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
WALLY WORLD MEDIA, INC. / CIK 0001555214
Captured
SEC response SHA-256
22e77c15b3de3aaea2fa768080016005b291089f5950046abc823089885b6190

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