Wpp (WPP) Accounts Payables (2009 - 2026)
Wpp (WPP) posted Accounts Payables of -$261.6 million for Q2 2026, up 5.44% on a QoQ basis from -$276.7 million in Q4 2025, and down 44.2% year-over-year from -$468.9 million in Q2 2025.
Wpp (WPP) Accounts Payables (2009 - 2026) Analysis & Trends
Wpp has reported Accounts Payables for 18 years, with the latest figure at -$261.6 million in Q2 2026.
- On a quarterly basis, Accounts Payables fell 44.2% year-over-year to -$261.6 million in Q2 2026; TTM through Jun 2026 was -$261.6 million, a 44.2% decrease from a year earlier, with the FY2025 full-year figure at -$276.7 million, up 5.87% from the prior year.
- Accounts Payables was -$261.6 million for Q2 2026 at Wpp, up from -$276.7 million in the prior quarter.
- The five-year high for Accounts Payables was -$181.4 million in Q2 2025, with the low at -$806.8 million in Q2 2022.
- Average Accounts Payables over 5 years is -$409.2 million, with a median of -$293.9 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2026: Accounts Payables surged 55.55% in 2024, then sank 44.2% in 2026.
- Over 5 years, Accounts Payables stood at -$575.8 million in 2022, then jumped by 39.0% to -$351.2 million in 2023, then gained by 16.32% to -$293.9 million in 2024, then climbed by 5.87% to -$276.7 million in 2025, then gained by 5.44% to -$261.6 million in 2026.
- The last three Accounts Payables figures came in at -$261.6 million (Q2 2026), -$276.7 million (Q4 2025), and -$181.4 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 1.06 Bn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 2.67 Bn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 18.15 Bn |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 412.00 Mn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | 906.00 Mn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -1.39 Bn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 154.99 Mn |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 1.22 Bn |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | 6.13 Mn |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | -261.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -261.63 Mn |
| Dec 31, 2025 | -276.67 Mn |
| Jun 30, 2025 | -181.43 Mn |
| Dec 31, 2024 | -293.92 Mn |
| Jun 30, 2024 | -287.79 Mn |
| Dec 31, 2023 | -351.25 Mn |
| Jun 30, 2023 | -647.46 Mn |
| Dec 31, 2022 | -575.79 Mn |
| Jun 30, 2022 | -806.84 Mn |
| Dec 31, 2021 | -835.63 Mn |
| Jun 30, 2021 | -603.68 Mn |
| Dec 31, 2020 | -413.96 Mn |
| Jun 30, 2020 | -479.67 Mn |
| Dec 31, 2019 | -578.06 Mn |
| Jun 30, 2019 | 18.45 Bn |
| Dec 31, 2018 | -1.04 Bn |
| Jun 30, 2018 | -1.28 Bn |
| Dec 31, 2017 | 18.91 Bn |
| Jun 30, 2017 | -1.43 Bn |
| Dec 31, 2016 | -1.58 Bn |
Wpp Accounts Payables 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=accounts-payables&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();