Vodafone Group Public Ltd Co has paid 46 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Vodafone Group Public Ltd Co is $4.93. The latest distribution of $0.27 was recorded on Jul 30, 2026.
The most recently recorded trailing dividend yield for Vodafone Group Public Ltd Co stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 46 recorded historical distributions for Vodafone Group Public Ltd Co, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jun 5, 2026 | $0.27 | Cash | Jul 30, 2026 |
| 2 | Nov 24, 2025 | $0.27 | Cash | Feb 5, 2026 |
| 3 | Jun 6, 2025 | $0.26 | Cash | Aug 1, 2025 |
| 4 | Nov 22, 2024 | $0.23 | Cash | Feb 7, 2025 |
| 5 | Jun 7, 2024 | $0.49 | Cash | Aug 2, 2024 |
| 6 | Nov 22, 2023 | $0.49 | Cash | Feb 2, 2024 |
| 7 | Jun 8, 2023 | $0.50 | Cash | Aug 4, 2023 |
| 8 | Nov 23, 2022 | $0.49 | Cash | Feb 3, 2023 |
| 9 | Jun 3, 2022 | $0.46 | Cash | Aug 5, 2022 |
| 10 | Nov 24, 2021 | $0.51 | Cash | Feb 4, 2022 |
| 11 | Jun 24, 2021 | $0.53 | Cash | Aug 6, 2021 |
| 12 | Dec 17, 2020 | $0.55 | Cash | Feb 5, 2021 |
| 13 | Jun 11, 2020 | $0.53 | Cash | Aug 7, 2020 |
| 14 | Nov 27, 2019 | $0.50 | Cash | Feb 7, 2020 |
| 15 | Jun 6, 2019 | $0.46 | Cash | Aug 2, 2019 |
| 16 | Nov 21, 2018 | $0.55 | Cash | Feb 1, 2019 |
| 17 | Jun 7, 2018 | $1.19 | Cash | Aug 3, 2018 |
| 18 | Nov 22, 2017 | $0.60 | Cash | Feb 2, 2018 |
| 19 | Jun 7, 2017 | $1.17 | Cash | Aug 4, 2017 |
| 20 | Nov 22, 2016 | $0.51 | Cash | Feb 3, 2017 |
Pull Vodafone Group Public Ltd Co's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=VOD&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "VOD", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=VOD&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();