New York Times (NYT) Income from Non-Controlling Interests (2009 - 2020)
New York Times' (NYT) quarterly Income from Non-Controlling Interests came in at $734000.0 in Q4 2020, down 58.69% quarter-over-quarter from $1.8 million in Q4 2018.
New York Times (NYT) Income from Non-Controlling Interests (2009 - 2020) Analysis & Trends
New York Times has disclosed Income from Non-Controlling Interests across 11 years of filings, most recently posting $734000.0 for Q4 2020.
- In Q4 2020, Income from Non-Controlling Interests changed N/A year-over-year to $734000.0; the TTM figure through Dec 2020 stood at $734000.0 (changed N/A YoY), while the FY2023 annual figure was $365000.0, changed N/A from the prior year.
- Income from Non-Controlling Interests came in at $734000.0 for Q4 2020 at New York Times, down from $1.8 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $3.7 million in Q3 2017 to a low of -$5.3 million in Q1 2016.
- Average Income from Non-Controlling Interests over 4 years is -$14230.8, with a median of -$2000.0 recorded in 2018.
- The largest YoY upside for Income from Non-Controlling Interests was 3550.0% in 2016 against a maximum downside of 3242.77% in 2016.
- Over 4 years, Income from Non-Controlling Interests stood at $483000.0 in 2016, then tumbled by 312.42% to -$1.0 million in 2017, then jumped by 273.2% to $1.8 million in 2018, then plunged by 58.69% to $734000.0 in 2020.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $734000.0 in Q4 2020, $1.8 million in Q4 2018, and -$2000.0 in Q3 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 13.00 Mn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 5.00 Mn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 20.70 Mn |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 51.00 Mn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | 16.00 Mn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | 2.66 Mn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | - |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | - |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 27, 2020 | 734,000.00 |
| Dec 30, 2018 | 1.78 Mn |
| Sep 30, 2018 | -2,000.00 |
| Jul 1, 2018 | -1,000.00 |
| Apr 1, 2018 | 2,000.00 |
| Dec 31, 2017 | -1.03 Mn |
| Sep 24, 2017 | 3.67 Mn |
| Jun 25, 2017 | -40,000.00 |
| Mar 26, 2017 | -66,000.00 |
| Dec 25, 2016 | 483,000.00 |
| Sep 25, 2016 | -123,000.00 |
| Jun 26, 2016 | -281,000.00 |
| Mar 27, 2016 | -5.32 Mn |
| Dec 27, 2015 | -14,000.00 |
| Sep 27, 2015 | -50,000.00 |
| Jun 28, 2015 | -181,000.00 |
| Mar 29, 2015 | -159,000.00 |
| Dec 28, 2014 | -1.04 Mn |
| Sep 28, 2014 | 59,000.00 |
| Jun 29, 2014 | -128,000.00 |
New York Times Income from Non-Controlling Interests API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=NYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "NYT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=NYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();