Skip to content

Nielsen Holdings plc: filings

Every Nielsen Holdings plc annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-10-27

The latest filing in this captured record is a 10-Q filed 2022-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Nielsen Holdings plc 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-Q2022-10-27fiscal Q3 2022401120001564590-22-035446
10-Q2022-07-27fiscal Q2 2022401120001564590-22-026683
10-Q2022-04-28fiscal Q1 202240820001564590-22-016434
10-K2022-02-28fiscal FY 2021491260001564590-22-007612
10-Q2021-10-28fiscal Q3 2021421160001564590-21-052641
10-Q2021-07-29fiscal Q2 2021421160001564590-21-039119
10-Q2021-05-06fiscal Q1 202143870001564590-21-024955
10-K2021-02-25fiscal FY 2020521740001564590-21-008814
10-Q2020-11-02fiscal Q3 2020431200001564590-20-049632
10-Q2020-08-05fiscal Q2 2020431200001564590-20-036796
10-Q2020-04-30fiscal Q1 202043900001564590-20-020170
10-K2020-02-27fiscal FY 2019521750001564590-20-007004
10-Q2019-11-07fiscal Q3 2019421160001564590-19-041345
10-Q2019-07-31fiscal Q2 2019431180001564590-19-027203
10-Q2019-04-30fiscal Q1 201945920001564590-19-013974
10-K2019-02-28fiscal FY 2018501740001564590-19-005165
10-Q2018-10-25fiscal Q3 2018411160001564590-18-025003
10-Q2018-07-26fiscal Q2 2018411160001564590-18-017504
10-Q2018-04-26fiscal Q1 201840820001564590-18-009168
10-K2018-02-08fiscal FY 2017471650001564590-18-001617
10-Q2017-10-25fiscal Q3 2017391120001564590-17-019953
10-Q2017-07-27fiscal Q2 2017391120001564590-17-014171
10-Q2017-04-25fiscal Q1 201737760001564590-17-007075
10-K2017-02-17fiscal FY 2016441560001564590-17-001729
10-Q2016-10-25fiscal Q3 2016361040001564590-16-026044
10-Q2016-07-26fiscal Q2 2016381120001564590-16-021442
10-Q2016-04-20fiscal Q1 201638800001564590-16-016377
10-K2016-02-19fiscal FY 2015441450001564590-16-012905
10-Q2015-10-21fiscal Q3 2015371090001564590-15-008496
10-Q2015-07-28fiscal Q2 2015401160001564590-15-005686
10-Q2015-04-22fiscal Q1 201539810001564590-15-002744
10-K2015-02-20fiscal FY 2014471650001564590-15-000780
10-Q2014-10-23fiscal Q3 2014411150001564590-14-004429
10-Q2014-07-29fiscal Q2 2014411160001564590-14-002926
10-Q2014-04-24fiscal Q1 201441850001564590-14-001585
10-K2014-02-21fiscal FY 2013481650001564590-14-000287
10-Q2013-10-23fiscal Q3 2013401130001564590-13-000729
10-Q2013-07-30fiscal Q2 2013401130001564590-13-000142
10-Q2013-04-25fiscal Q1 201337760001193125-13-172002
10-K2013-02-22fiscal FY 2012461610001193125-13-070319
10-Q2012-10-22fiscal Q3 2012411150001193125-12-429318
10-Q2012-07-25fiscal Q2 2012391070001193125-12-313319
10-Q2012-04-25fiscal Q1 201237750001193125-12-180183
10-K2012-02-22fiscal FY 2011401060001193125-12-072683
10-Q2011-10-27fiscal Q3 2011381010001193125-11-283333
10-Q2011-07-28fiscal Q2 201136940001193125-11-199866

Inspect the source

Entity
Nielsen Holdings plc / CIK 0001492633
Captured
SEC response SHA-256
3b8d610ef21a87e95c82035dabefe26c2d6ff7ec7e33d7a414e316f7c3a3eef7

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