Pearson (PSO) Gains from Investment Securities (2009 - 2022)
Pearson (PSO) posted Gains from Investment Securities of $2.3 million for Q4 2022, down 40.78% on a QoQ basis from $4.0 million in Q4 2020.
Pearson (PSO) Gains from Investment Securities (2009 - 2022) Analysis & Trends
Pearson has reported Gains from Investment Securities for 13 years, with the latest figure at $2.3 million in Q4 2022.
- On a quarterly basis, Gains from Investment Securities changed N/A year-over-year to $2.3 million in Q4 2022; TTM through Dec 2022 was $110.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.3 million, down 48.18% from the prior year.
- Gains from Investment Securities was $2.3 million for Q4 2022 at Pearson, down from $4.0 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $84.9 million in Q4 2018, with the low at $2.3 million in Q4 2022.
- Average Gains from Investment Securities over 4 years is $27.6 million, with a median of $11.6 million recorded in 2019.
- The sharpest annual moves came in 2018 and 2020: Gains from Investment Securities grew 6.61% in 2018, then plunged 79.46% in 2020.
- Over 4 years, Gains from Investment Securities stood at $84.9 million in 2018, then slumped by 77.29% to $19.3 million in 2019, then slumped by 79.46% to $4.0 million in 2020, then plunged by 40.78% to $2.3 million in 2022.
- The last three Gains from Investment Securities figures came in at $2.3 million (Q4 2022), $4.0 million (Q4 2020), and $19.3 million (Q4 2019), 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, 2022 | 2.35 Mn |
| Dec 31, 2020 | 3.96 Mn |
| Dec 31, 2019 | 19.29 Mn |
| Dec 31, 2018 | 84.93 Mn |
| Dec 31, 2017 | 79.66 Mn |
| Dec 31, 2016 | 29.84 Mn |
| Dec 31, 2015 | 59.18 Mn |
| Dec 31, 2014 | 30.10 Mn |
| Dec 31, 2013 | 1.62 Mn |
| Dec 31, 2012 | 8.03 Mn |
| Dec 31, 2011 | 4.71 Mn |
| Dec 31, 2010 | 17.22 Mn |
| Dec 31, 2009 | 6.53 Mn |
Pearson Gains from Investment Securities 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=gains-from-investment-securities&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();