Wpp (WPP) Beginning Cash Balance (2009 - 2026)
Wpp (WPP) posted Beginning Cash Balance of $3.6 billion for Q2 2026, up 10.32% on a QoQ basis from $3.3 billion in Q2 2025, and up 10.32% year-over-year from $3.3 billion in Q2 2025.
Wpp (WPP) Beginning Cash Balance (2009 - 2026) Analysis & Trends
Wpp has reported Beginning Cash Balance for 18 years, with the latest figure at $3.6 billion in Q2 2026.
- On a quarterly basis, Beginning Cash Balance rose 10.32% year-over-year to $3.6 billion in Q2 2026; TTM through Jun 2026 was $3.6 billion, a 10.32% increase from a year earlier, with the FY2019 full-year figure at $2.8 billion, down 66.33% from the prior year.
- Beginning Cash Balance was $3.6 billion for Q2 2026 at Wpp, up from $3.3 billion in the prior quarter.
- The five-year high for Beginning Cash Balance was $4.5 billion in Q2 2022, with the low at $2.3 billion in Q2 2024.
- Average Beginning Cash Balance over 5 years is $3.2 billion, with a median of $3.3 billion recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Beginning Cash Balance slumped 44.26% in 2023, then surged 40.18% in 2025.
- Over 5 years, Beginning Cash Balance stood at $4.5 billion in 2022, then plunged by 44.26% to $2.5 billion in 2023, then retreated by 5.53% to $2.3 billion in 2024, then jumped by 40.18% to $3.3 billion in 2025, then climbed by 10.32% to $3.6 billion in 2026.
- The last three Beginning Cash Balance figures came in at $3.6 billion (Q2 2026), $3.3 billion (Q2 2025), and $2.3 billion (Q2 2024), 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 |
|---|---|
| Jun 30, 2026 | 3.63 Bn |
| Jun 30, 2025 | 3.29 Bn |
| Jun 30, 2024 | 2.35 Bn |
| Jun 30, 2023 | 2.49 Bn |
| Jun 30, 2022 | 4.46 Bn |
| Jun 30, 2021 | 6.06 Bn |
| Jun 30, 2020 | 3.48 Bn |
| Dec 31, 2019 | 2.83 Bn |
| Jun 30, 2019 | 2.83 Bn |
| Dec 31, 2018 | 8.10 Bn |
| Jun 30, 2018 | 8.57 Bn |
| Dec 31, 2017 | 6.33 Bn |
| Jun 30, 2017 | 6.10 Bn |
| Dec 31, 2016 | 6.73 Bn |
| Jun 30, 2016 | 2.80 Bn |
| Dec 31, 2015 | 3.41 Bn |
| Jun 30, 2015 | 3.44 Bn |
| Dec 31, 2014 | 2.98 Bn |
| Jun 30, 2014 | 3.17 Bn |
| Dec 31, 2013 | 2.20 Bn |
Wpp Beginning Cash Balance 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=beginning-cash-balance&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "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=beginning-cash-balance&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();