Wpp (WPP) Liabilities from Discontinued Operations (2018 - 2024)
Wpp (WPP) posted Liabilities from Discontinued Operations of -$19.9 billion for Q4 2024, up 1.59% on a QoQ basis from -$20.2 billion in Q4 2023, and up 1.59% year-over-year from -$19.6 billion in Q1 2024.
Wpp (WPP) Liabilities from Discontinued Operations (2018 - 2024) Analysis & Trends
Wpp has reported Liabilities from Discontinued Operations for 7 years, with the latest figure at -$19.9 billion in Q4 2024.
- On a quarterly basis, Liabilities from Discontinued Operations rose 1.59% year-over-year to -$19.9 billion in Q4 2024; TTM through Dec 2024 was -$19.9 billion, a 1.59% increase from a year earlier, with the FY2024 full-year figure at -$19.9 billion, up 1.8% from the prior year.
- Liabilities from Discontinued Operations was -$19.9 billion for Q4 2024 at Wpp, up from -$20.2 billion in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was -$26.0 million in Q2 2020, with the low at -$30.7 billion in Q4 2020.
- Average Liabilities from Discontinued Operations over 5 years is -$19.1 billion, with a median of -$20.2 billion recorded in 2023.
- The sharpest annual moves came in 2020 and 2021: Liabilities from Discontinued Operations surged 99.88% in 2020, then tumbled 75829.87% in 2021.
- Over 5 years, Liabilities from Discontinued Operations stood at -$30.7 billion in 2020, then rose by 27.54% to -$22.2 billion in 2021, then grew by 6.53% to -$20.8 billion in 2022, then increased by 2.57% to -$20.2 billion in 2023, then advanced by 1.59% to -$19.9 billion in 2024.
- The last three Liabilities from Discontinued Operations figures came in at -$19.9 billion (Q4 2024), -$20.2 billion (Q4 2023), and -$20.8 billion (Q4 2022), 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, 2024 | -19.91 Bn |
| Dec 31, 2023 | -20.24 Bn |
| Dec 31, 2022 | -20.77 Bn |
| Dec 31, 2021 | -22.22 Bn |
| Jun 30, 2021 | -19.70 Bn |
| Dec 31, 2020 | -30.67 Bn |
| Jun 30, 2020 | -25.95 Mn |
| Dec 31, 2019 | -30.93 Bn |
| Jun 30, 2019 | -21.07 Bn |
| Dec 31, 2018 | -32.19 Bn |
Wpp Liabilities 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=liabilities-from-discontinued-operations&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "ticker": "WPP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=liabilities-from-discontinued-operations&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();