Pearson (PSO) Cash from Restructuring (2016 - 2020)
Pearson (PSO) posted Cash from Restructuring of $31.7 million for Q4 2020, down 58.92% on a QoQ basis from $77.1 million in Q4 2019, and down 58.92% year-over-year from $77.1 million in Q1 2020.
Pearson (PSO) Cash from Restructuring (2016 - 2020) Analysis & Trends
Pearson has reported Cash from Restructuring for 4 years, with the latest figure at $31.7 million in Q4 2020.
- On a quarterly basis, Cash from Restructuring fell 58.92% year-over-year to $31.7 million in Q4 2020; TTM through Dec 2020 was $8.6 million, a N/A change from a year earlier, with the FY2021 full-year figure at -$33.0 million, up 32.33% from the prior year.
- Cash from Restructuring was $31.7 million for Q4 2020 at Pearson, down from $77.1 million in the prior quarter.
- The five-year high for Cash from Restructuring was $77.1 million in Q4 2019, with the low at -$68.4 million in Q4 2016.
- Average Cash from Restructuring over 4 years is $2.1 million, with a median of -$86566.1 recorded in 2017.
- The sharpest annual moves came in 2017 and 2020: Cash from Restructuring surged 53.4% in 2017, then plunged 58.92% in 2020.
- Over 4 years, Cash from Restructuring stood at -$68.4 million in 2016, then soared by 53.4% to -$31.9 million in 2017, then surged by 342.1% to $77.1 million in 2019, then slumped by 58.92% to $31.7 million in 2020.
- The last three Cash from Restructuring figures came in at $31.7 million (Q4 2020), $77.1 million (Q4 2019), and -$31.9 million (Q4 2017), 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, 2020 | 31.69 Mn |
| Dec 31, 2019 | 77.14 Mn |
| Dec 31, 2017 | -31.86 Mn |
| Dec 31, 2016 | -68.38 Mn |
Pearson Cash from Restructuring 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=cash-from-restructuring&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "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=cash-from-restructuring&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();