Skip to content

WALT DISNEY CO/: filings

Every WALT DISNEY CO/ annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-08-05fiscal Q3 2026391140001744489-26-000057
10-Q2026-05-06fiscal Q2 2026391140001744489-26-000037
10-Q2026-02-02fiscal Q1 202639820001744489-26-000019
10-K2025-11-13fiscal FY 2025501340001744489-25-000155
10-Q2025-08-06fiscal Q3 2025401180001744489-25-000136
10-Q2025-05-07fiscal Q2 2025391140001744489-25-000098
10-Q2025-02-05fiscal Q1 202540840001744489-25-000067
10-K2024-11-14fiscal FY 2024481280001744489-24-000276
10-Q2024-08-07fiscal Q3 2024421220001744489-24-000232
10-Q2024-05-07fiscal Q2 2024431260001744489-24-000152
10-Q2024-02-07fiscal Q1 202442880001744489-24-000081
10-K2023-11-21fiscal FY 2023481270001744489-23-000216
10-Q2023-08-09fiscal Q3 2023391180001744489-23-000171
10-Q2023-05-10fiscal Q2 2023391180001744489-23-000099
10-Q2023-02-08fiscal Q1 202339820001744489-23-000049
10-K2022-11-29fiscal FY 2022471250001744489-22-000213
10-Q2022-08-10fiscal FY 2022381160001744489-22-000161
10-Q2022-05-11fiscal FY 2022381160001744489-22-000100
10-Q2022-02-09fiscal FY 202239820001744489-22-000059
10-K2021-11-24fiscal FY 2021451190001744489-21-000220
10-Q2021-08-12fiscal Q3 2021381140001744489-21-000181
10-Q2021-05-13fiscal Q2 2021381140001744489-21-000108
10-Q2021-02-11fiscal Q1 202138800001744489-21-000047
10-K2020-11-25fiscal FY 2020461690001744489-20-000197
10-Q2020-08-04fiscal Q3 2020401160001744489-20-000151
10-Q2020-05-05fiscal Q2 2020411180001744489-20-000102
10-Q2020-02-04fiscal Q1 202041830001744489-20-000046
10-K2019-11-20fiscal FY 2019441630001744489-19-000225
10-Q2019-08-06fiscal Q3 2019371100001744489-19-000167
10-Q2019-05-08fiscal Q2 2019361090001744489-19-000100

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
WALT DISNEY CO/ / CIK 0001744489
Captured
2026-09-21T17:25:47.502Z
SEC response SHA-256
f737e2272b6fb76cda801a8a5d493621a917ad4f73e0752b4ab14ffda694a57b

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