New York Times (NYT) Minority Interest (2009 - 2023)
New York Times' (NYT) quarterly Minority Interest came in at $2.0 million in Q3 2023, little changed year-over-year from $2.0 million in Q3 2022, and little changed quarter-over-quarter from $2.0 million in Q2 2023.
New York Times (NYT) Minority Interest (2009 - 2023) Analysis & Trends
New York Times has disclosed Minority Interest across 15 years of filings, most recently posting $2.0 million for Q3 2023.
- In Q3 2023, Minority Interest changed 0.0% year-over-year to $2.0 million; the TTM figure through Sep 2023 stood at $2.0 million (changed 0.0% YoY), while the FY2022 annual figure was $2.0 million, changed 0.0% from the prior year.
- Minority Interest came in at $2.0 million for Q3 2023 at New York Times, roughly flat from $2.0 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $2.6 million in Q4 2020 to a low of $1.9 million in Q1 2019.
- Average Minority Interest over 5 years is $2.0 million, with a median of $2.0 million recorded in 2021.
- Year-over-year, Minority Interest soared 2140.96% in 2019 and decreased 22.71% in 2021.
- Over 5 years, Minority Interest stood at $1.9 million in 2019, then surged by 39.46% to $2.6 million in 2020, then declined by 22.71% to $2.0 million in 2021, then changed by 0.0% to $2.0 million in 2022, then changed by 0.0% to $2.0 million in 2023.
- Per Business Quant data, the three most recent Minority Interest figures were $2.0 million in Q3 2023, $2.0 million in Q2 2023, and $2.0 million in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn |
| 4 | News | 17.37 Bn | 15.99 Bn | - |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn |
| 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 |
|---|---|
| Sep 30, 2023 | 2.01 Mn |
| Jun 30, 2023 | 2.01 Mn |
| Mar 31, 2023 | 2.01 Mn |
| Dec 31, 2022 | 2.01 Mn |
| Sep 25, 2022 | 2.01 Mn |
| Jun 26, 2022 | 2.01 Mn |
| Mar 27, 2022 | 2.01 Mn |
| Dec 26, 2021 | 2.01 Mn |
| Sep 26, 2021 | 2.01 Mn |
| Jun 27, 2021 | 2.01 Mn |
| Mar 28, 2021 | 2.59 Mn |
| Dec 27, 2020 | 2.59 Mn |
| Sep 27, 2020 | 1.86 Mn |
| Jun 28, 2020 | 1.86 Mn |
| Mar 29, 2020 | 1.86 Mn |
| Dec 29, 2019 | 1.86 Mn |
| Sep 29, 2019 | 1.86 Mn |
| Jun 30, 2019 | 1.86 Mn |
| Mar 31, 2019 | 1.86 Mn |
| Dec 30, 2018 | 1.86 Mn |
New York Times Minority Interest 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=minority-interest&ticker=NYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=NYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();