Wpp (WPP) Dividends Paid - Common (2010 - 2019)
Wpp (WPP) posted Dividends Paid - Common of $1.0 billion for Q4 2019, little changed on a QoQ basis from $1.0 billion in Q4 2018, and little changed year-over-year from $1.0 billion in Q4 2018.
Wpp (WPP) Dividends Paid - Common (2010 - 2019) Analysis & Trends
Wpp has reported Dividends Paid - Common for 4 years, with the latest figure at $1.0 billion in Q4 2019.
- On a quarterly basis, Dividends Paid - Common changed 0.03% year-over-year to $1.0 billion in Q4 2019; TTM through Dec 2019 was $1.9 billion, a 118.72% increase from a year earlier, with the FY2025 full-year figure at -$456.2 million, up 16.36% from the prior year.
- Dividends Paid - Common was $1.0 billion for Q4 2019 at Wpp, roughly flat from $1.0 billion in the prior quarter.
- The five-year high for Dividends Paid - Common was $1.1 billion in Q4 2017, with the low at $1.0 billion in Q4 2019.
- Average Dividends Paid - Common over 3 years is $1.0 billion, with a median of $1.0 billion recorded in 2018.
- The sharpest annual moves came in 2018 and 2019: Dividends Paid - Common fell 3.72% in 2018, then dropped 0.03% in 2019.
- Over 3 years, Dividends Paid - Common stood at $1.1 billion in 2017, then decreased by 3.72% to $1.0 billion in 2018, then dropped by 0.03% to $1.0 billion in 2019.
- The last three Dividends Paid - Common figures came in at $1.0 billion (Q4 2019), $1.0 billion (Q4 2018), and $1.1 billion (Q4 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 15.00 Mn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 12.00 Mn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 229.80 Mn |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 55.00 Mn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | -15.00 Mn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -146.32 Mn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 37.19 Mn |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 91.00 Mn |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 1.01 Bn |
| Dec 31, 2018 | 1.01 Bn |
| Dec 31, 2017 | 1.05 Bn |
| Dec 31, 2010 | -1.19 Bn |
Wpp Dividends Paid - Common 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=dividends-paid-common&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();