Skip to content

TWENTY-FIRST CENTURY FOX, INC.: filings

Every TWENTY-FIRST CENTURY FOX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-02-06

The latest filing in this captured record is a 10-Q filed 2019-02-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. TWENTY-FIRST CENTURY FOX, 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-Q2019-02-06fiscal Q2 2019371090001564590-19-002155
10-Q2018-11-07fiscal Q1 201934720001564590-18-028084
10-K2018-08-13fiscal FY 2018411310001564590-18-021493
10-Q2018-05-10fiscal Q3 201832940000950123-18-004511
10-Q2018-02-08fiscal Q2 201832960001564590-18-001566
10-Q2017-11-09fiscal Q1 201832680001564590-17-022900
10-K2017-08-14fiscal FY 2017401210001564590-17-017693
10-Q2017-05-10fiscal Q3 201732940001564590-17-010311
10-Q2017-02-09fiscal Q2 201732940001564590-17-001210
10-Q2016-11-02fiscal Q1 201732680001564590-16-027051
10-K2016-08-11fiscal FY 2016391260001564590-16-023961
10-Q2016-05-05fiscal Q3 201631920001564590-16-017720
10-Q2016-02-09fiscal Q2 2016331000001564590-16-012471
10-Q2015-11-04fiscal Q1 201631660001564590-15-009398
10-K2015-08-13fiscal FY 2015371220001564590-15-007133
10-Q2015-05-07fiscal Q3 2015341060001564590-15-003463
10-Q2015-02-05fiscal Q2 2015361140001564590-15-000522
10-Q2014-11-07fiscal Q1 201533780001564590-14-005307
10-K2014-08-14fiscal FY 2014391210001564590-14-003642
10-Q2014-05-08fiscal Q3 201432980001564590-14-001955
10-Q2014-02-07fiscal Q2 201431940000950123-14-001222
10-Q2013-11-06fiscal Q1 201431660001193125-13-430281
10-K2013-08-19fiscal FY 2013331050001193125-13-338522
10-Q2013-05-10fiscal Q3 2013351040001193125-13-214119
10-Q2013-02-07fiscal Q2 2013351040001193125-13-041558
10-Q2012-11-09fiscal Q1 201335740001193125-12-460872
10-K2012-08-14fiscal FY 2012411240001193125-12-355856
10-Q2012-05-10fiscal Q3 2012341020001193125-12-222598
10-Q2012-02-09fiscal Q2 2012341020001193125-12-047031
10-Q2011-11-04fiscal Q1 201235740001193125-11-295489
10-K2011-08-15fiscal FY 2011361120001193125-11-221637
10-Q2011-05-05fiscal Q3 201131920001193125-11-126530
10-Q2011-02-03fiscal Q2 201131910001193125-11-022139
10-Q2010-11-04fiscal Q1 201129610001193125-10-246428
10-K/A2010-09-03fiscal FY 2010371130001193125-10-204674
10-Q2010-05-05fiscal Q3 201030840001193125-10-106827
10-Q2010-02-04fiscal Q2 201030840001193125-10-020962
10-Q2009-11-05fiscal Q1 201029600001193125-09-224062

Inspect the source

Entity
TWENTY-FIRST CENTURY FOX, INC. / CIK 0001308161
Captured
SEC response SHA-256
71db2f039aad575bf9b55a810e6c4e98e35ab2c3288a0b3c76f353c8ac9d08c6

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