Skip to content

Fox Corporation: filings

Every Fox Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-K2026-08-06fiscal FY 2026451220001628280-26-053960
10-Q2026-05-11fiscal Q3 2026401120001628280-26-033172
10-Q2026-02-04fiscal Q2 2026401120001628280-26-005285
10-Q2025-10-30fiscal Q1 202641860001628280-25-047354
10-K2025-08-06fiscal FY 2025441190001628280-25-038077
10-Q2025-05-12fiscal Q3 2025411140001628280-25-024466
10-Q2025-02-04fiscal Q2 2025411140001628280-25-003592
10-Q2024-11-04fiscal Q1 202541860001628280-24-044851
10-K2024-08-08fiscal FY 2024441190001628280-24-036123
10-Q2024-05-08fiscal Q3 2024411140001628280-24-021664
10-Q2024-02-07fiscal Q2 2024411140001628280-24-003624
10-Q2023-11-02fiscal Q1 202441860001628280-23-036233
10-K2023-08-11fiscal FY 2023471260001628280-23-029065
10-Q2023-05-09fiscal Q3 2023411140001628280-23-016651
10-Q2023-02-08fiscal Q2 2023411140001628280-23-002786
10-Q2022-11-01fiscal Q1 202341860001628280-22-027482
10-K2022-08-12fiscal FY 2022471260001628280-22-022584
10-Q2022-05-10fiscal Q3 2022401100001628280-22-013621
10-Q2022-02-09fiscal Q2 2022401100001628280-22-002107
10-Q2021-11-04fiscal Q1 202240840001628280-21-021531
10-K2021-08-10fiscal FY 2021461540001564590-21-043103
10-Q2021-05-06fiscal Q3 2021411140001564590-21-024240
10-Q2021-02-09fiscal Q2 2021411140001564590-21-005037
10-Q2020-11-03fiscal Q1 202139820001564590-20-050013
10-K2020-08-10fiscal FY 2020461400001564590-20-038975
10-Q2020-05-07fiscal Q3 2020451200001564590-20-022088
10-Q2020-02-05fiscal Q2 2020451200001564590-20-003497
10-Q2019-11-06fiscal Q1 202039800001564590-19-041135
10-K2019-08-09fiscal FY 2019371110001564590-19-031285
10-Q2019-05-10fiscal Q3 2019361000001564590-19-018565
10-Q2019-03-18fiscal Q2 201931860001564590-19-008308

Inspect the source

Entity
Fox Corporation / CIK 0001754301
Captured
2026-09-21T17:26:06.938Z
SEC response SHA-256
4a80ac8514d37da0a0ca8b01a090cf90c3eff2c3095b9b3602ac357627bf6589

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