Skip to content

NEWS CORPORATION: filings

Every NEWS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-07fiscal FY 2026461160001564708-26-000175
10-Q2026-05-08fiscal Q3 2026381070001564708-26-000103
10-Q2026-02-06fiscal Q2 2026381070001564708-26-000029
10-Q2025-11-07fiscal Q1 202638790001564708-25-000573
10-K2025-08-06fiscal FY 2025451550001564708-25-000419
10-Q2025-05-09fiscal Q3 2025391110001564708-25-000255
10-Q2025-02-06fiscal Q2 2025391110001564708-25-000072
10-Q2024-11-08fiscal Q1 202543900001564708-24-000599
10-K2024-08-13fiscal FY 2024501300001564708-24-000408
10-Q2024-05-09fiscal Q3 2024431200001564708-24-000249
10-Q2024-02-08fiscal Q2 2024431200001564708-24-000070
10-Q2023-11-09fiscal Q1 202443900001564708-23-000547
10-K2023-08-15fiscal FY 2023491280001564708-23-000368
10-Q2023-05-12fiscal Q3 2023421160001564708-23-000190
10-Q2023-02-10fiscal Q2 2023421160001564708-23-000012
10-Q2022-11-09fiscal Q1 202342880001564708-22-000398
10-K2022-08-12fiscal FY 2022501290001564708-22-000265
10-Q2022-05-06fiscal Q3 2022421160001564708-22-000172
10-Q2022-02-04fiscal Q2 2022421160001564708-22-000051
10-Q2021-11-05fiscal Q1 202241860001564708-21-000040
10-K2021-08-10fiscal FY 2021491260001564708-21-000029
10-Q2021-05-07fiscal Q3 2021391060001564708-21-000023
10-Q2021-02-05fiscal Q2 2021411140001564708-21-000004
10-Q2020-11-06fiscal Q1 202139820001564708-20-000036
10-K2020-08-11fiscal FY 2020491570001564708-20-000022
10-Q2020-05-08fiscal Q3 2020371010001193125-20-136899
10-Q2020-02-07fiscal Q2 2020391090001193125-20-027351
10-Q2019-11-08fiscal Q1 202037760001193125-19-287803
10-K2019-08-13fiscal FY 2019471520001193125-19-219463
10-Q2019-05-10fiscal Q3 2019391110001193125-19-143603
10-Q2019-02-08fiscal Q2 2019401150001193125-19-031442
10-Q2018-11-08fiscal Q1 201941920001193125-18-321775
10-K2018-08-15fiscal FY 2018431370001193125-18-249117
10-Q2018-05-11fiscal Q3 201830800001193125-18-159861
10-Q2018-02-09fiscal Q2 201834940001193125-18-036975
10-Q2017-11-13fiscal Q1 201834720001193125-17-339122
10-K2017-08-14fiscal FY 2017411210001193125-17-257248
10-Q2017-05-10fiscal Q3 201734920001193125-17-165013
10-Q2017-02-10fiscal Q2 201731860001193125-17-037023
10-Q2016-11-08fiscal Q1 201731660001193125-16-762357
10-K2016-08-12fiscal FY 2016391200001193125-16-679975
10-Q2016-05-06fiscal Q3 201630820001193125-16-580872
10-Q2016-02-05fiscal Q2 201630840001193125-16-451408
10-Q2015-11-06fiscal Q1 201630640001193125-15-369166
10-K2015-08-13fiscal FY 2015381390001193125-15-288946
10-Q2015-05-06fiscal Q3 201532920001193125-15-173207
10-Q2015-02-06fiscal Q2 201532920001193125-15-036310
10-Q2014-11-06fiscal Q1 201532680001193125-14-399701
10-K2014-08-14fiscal FY 2014391400001193125-14-309269
10-Q2014-05-09fiscal Q3 201432920001193125-14-191043
10-Q2014-02-07fiscal Q2 201435970001193125-14-039756
10-Q2013-11-12fiscal Q1 201433700001193125-13-436999

Inspect the source

Entity
NEWS CORPORATION / CIK 0001564708
Captured
2026-09-20T09:20:24.243Z
SEC response SHA-256
b470e68c1e73d93a0c6fe03adfead35c95d38f7f36ed3d049b68dc10a0a53933

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