Pearson (PSO) Accumulated Expenses (2010 - 2016)
Pearson (PSO) posted Accumulated Expenses of -$673.8 million for Q4 2016, down 12.99% on a QoQ basis from -$596.4 million in Q4 2015, and down 12.99% year-over-year from -$774.4 million in Q1 2016.
Pearson (PSO) Accumulated Expenses (2010 - 2016) Analysis & Trends
Pearson has reported Accumulated Expenses for 5 years, with the latest figure at -$673.8 million in Q4 2016.
- On a quarterly basis, Accumulated Expenses fell 12.99% year-over-year to -$673.8 million in Q4 2016; TTM through Dec 2016 was -$673.8 million, a 12.99% decrease from a year earlier, with the FY2016 full-year figure at -$735.3 million, down 22.35% from the prior year.
- Accumulated Expenses was -$673.8 million for Q4 2016 at Pearson, down from -$596.4 million in the prior quarter.
- The five-year high for Accumulated Expenses was -$596.4 million in Q4 2015, with the low at -$827.1 million in Q4 2014.
- Average Accumulated Expenses over 3 years is -$699.1 million, with a median of -$673.8 million recorded in 2016.
- The sharpest annual moves came in 2015 and 2016: Accumulated Expenses climbed 27.89% in 2015, then fell 12.99% in 2016.
- Over 3 years, Accumulated Expenses stood at -$827.1 million in 2014, then climbed by 27.89% to -$596.4 million in 2015, then slipped by 12.99% to -$673.8 million in 2016.
- The last three Accumulated Expenses figures came in at -$673.8 million (Q4 2016), -$596.4 million (Q4 2015), and -$827.1 million (Q4 2014), per Business Quant data.
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 |
|---|---|
| Dec 31, 2016 | -673.83 Mn |
| Dec 31, 2015 | -596.37 Mn |
| Dec 31, 2014 | -827.06 Mn |
| Dec 31, 2011 | -894.22 Mn |
| Dec 31, 2010 | -909.31 Mn |
Pearson Accumulated Expenses 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=accumulated-expenses&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "ticker": "PSO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=accumulated-expenses&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();