New York Times (NYT) Income from Discontinued Operations (2009 - 2017)
New York Times' (NYT) quarterly Income from Discontinued Operations came in at $57000.0 in Q4 2017, up 102.51% year-over-year from $28147.1 in Q4 2016, and up 111.68% quarter-over-quarter from -$488000.0 in Q3 2017.
New York Times (NYT) Income from Discontinued Operations (2009 - 2017) Analysis & Trends
New York Times has disclosed Income from Discontinued Operations across 8 years of filings, most recently posting $57000.0 for Q4 2017.
- In Q4 2017, Income from Discontinued Operations rose 102.51% year-over-year to $57000.0; the TTM figure through Dec 2018 stood at -$431000.0 (changed 0.0% YoY), while the FY2017 annual figure was -$431000.0, up 81.04% from the prior year.
- Income from Discontinued Operations came in at $57000.0 for Q4 2017 at New York Times, up from -$488000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $26.9 million in Q4 2013 to a low of -$19.0 million in Q3 2013.
- Average Income from Discontinued Operations over 4 years is $462000.0, with a median of -$488000.0 recorded in 2017.
- Year-over-year, Income from Discontinued Operations sank 432.93% in 2013 and surged 102.51% in 2017.
- Over 4 years, Income from Discontinued Operations stood at $26.9 million in 2013, then sank by 100.34% to -$92000.0 in 2014, then tumbled by 2370.65% to -$2.3 million in 2016, then surged by 102.51% to $57000.0 in 2017.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $57000.0 in Q4 2017, -$488000.0 in Q3 2017, and -$2.3 million in Q4 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Dec 31, 2017 | 57,000.00 |
| Sep 24, 2017 | -488,000.00 |
| Dec 25, 2016 | -2.27 Mn |
| Dec 28, 2014 | -92,000.00 |
| Mar 30, 2014 | -994,000.00 |
| Dec 29, 2013 | 26.94 Mn |
| Sep 29, 2013 | -18.99 Mn |
| Jun 30, 2013 | 2.78 Mn |
| Mar 31, 2013 | -2.79 Mn |
| Dec 30, 2012 | 60.08 Mn |
| Sep 23, 2012 | 5.70 Mn |
| Jun 24, 2012 | -121.90 Mn |
| Mar 25, 2012 | 28.19 Mn |
| Dec 25, 2011 | 7.92 Mn |
| Sep 25, 2011 | 9.07 Mn |
| Jun 26, 2011 | -120.38 Mn |
| Mar 27, 2011 | 11.87 Mn |
| Sep 26, 2010 | -224,000.00 |
| Jun 27, 2010 | 237,000.00 |
| Dec 27, 2009 | 20.54 Mn |
New York Times Income from Discontinued Operations 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-discontinued-operations&ticker=NYT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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-discontinued-operations&ticker=NYT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();