Pearson (PSO) Raw Materials (2016 - 2018)
Pearson (PSO) posted Raw Materials of $6.4 million for Q4 2018, up 21.15% on a QoQ basis from $5.3 million in Q4 2017, and up 21.15% year-over-year from $5.3 million in Q4 2017.
Pearson (PSO) Raw Materials (2016 - 2018) Analysis & Trends
Pearson has reported Raw Materials for 3 years, with the latest figure at $6.4 million in Q4 2018.
- On a quarterly basis, Raw Materials rose 21.15% year-over-year to $6.4 million in Q4 2018; TTM through Dec 2018 was $6.4 million, a 21.15% increase from a year earlier, with the FY2018 full-year figure at $6.4 million, up 24.86% from the prior year.
- Raw Materials was $6.4 million for Q4 2018 at Pearson, up from $5.3 million in the prior quarter.
- The five-year high for Raw Materials was $6.4 million in Q4 2018, with the low at $5.3 million in Q4 2017.
- Average Raw Materials over 3 years is $6.0 million, with a median of $6.2 million recorded in 2016.
- The sharpest annual moves came in 2017 and 2018: Raw Materials dropped 14.57% in 2017, then climbed 21.15% in 2018.
- Over 3 years, Raw Materials stood at $6.2 million in 2016, then decreased by 14.57% to $5.3 million in 2017, then gained by 21.15% to $6.4 million in 2018.
- The last three Raw Materials figures came in at $6.4 million (Q4 2018), $5.3 million (Q4 2017), and $6.2 million (Q4 2016), 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, 2018 | 6.43 Mn |
| Dec 31, 2017 | 5.31 Mn |
| Dec 31, 2016 | 6.22 Mn |
Pearson Raw Materials 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=raw-materials&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();