New York Times (NYT) Receivables - Other (2018 - 2024)
New York Times' (NYT) quarterly Receivables - Other came in at $3.3 million in Q3 2024, down 10.81% year-over-year from $3.7 million in Q4 2023, and up 6.45% quarter-over-quarter from $3.1 million in Q2 2024.
New York Times (NYT) Receivables - Other (2018 - 2024) Analysis & Trends
New York Times has disclosed Receivables - Other across 7 years of filings, most recently posting $3.3 million for Q3 2024.
- In Q3 2024, Receivables - Other fell 10.81% year-over-year to $3.3 million; the TTM figure through Sep 2024 stood at $3.3 million (down 10.81% YoY), while the FY2023 annual figure was $3.5 million, down 5.41% from the prior year.
- Receivables - Other came in at $3.3 million for Q3 2024 at New York Times, up from $3.1 million in the prior quarter.
- In the past five years, Receivables - Other ranged from a high of $3.8 million in Q3 2022 to a low of $1.7 million in Q1 2021.
- Average Receivables - Other over 5 years is $3.1 million, with a median of $3.3 million recorded in 2024.
- Year-over-year, Receivables - Other plunged 47.06% in 2020 and jumped 111.76% in 2022.
- Over 5 years, Receivables - Other stood at $1.8 million in 2020, then jumped by 88.89% to $3.4 million in 2021, then advanced by 8.82% to $3.7 million in 2022, then declined by 5.41% to $3.5 million in 2023, then slipped by 5.71% to $3.3 million in 2024.
- Per Business Quant data, the three most recent Receivables - Other figures were $3.3 million in Q3 2024, $3.1 million in Q2 2024, and $3.3 million in Q1 2024.
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, 2024 | 3.30 Mn |
| Jun 30, 2024 | 3.10 Mn |
| Mar 31, 2024 | 3.30 Mn |
| Dec 31, 2023 | 3.50 Mn |
| Sep 30, 2023 | 3.70 Mn |
| Jun 30, 2023 | 3.80 Mn |
| Mar 31, 2023 | 3.80 Mn |
| Dec 31, 2022 | 3.70 Mn |
| Sep 25, 2022 | 3.80 Mn |
| Jun 26, 2022 | 3.70 Mn |
| Mar 27, 2022 | 3.60 Mn |
| Dec 26, 2021 | 3.40 Mn |
| Sep 26, 2021 | 3.10 Mn |
| Jun 27, 2021 | 1.90 Mn |
| Mar 28, 2021 | 1.70 Mn |
| Dec 27, 2020 | 1.80 Mn |
| Sep 27, 2020 | 2.20 Mn |
| Jun 28, 2020 | 2.60 Mn |
| Mar 29, 2020 | 3.00 Mn |
| Dec 29, 2019 | 3.40 Mn |
New York Times Receivables - Other 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=receivables-other&ticker=NYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=NYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();