Prudential Plc has paid 47 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Prudential Plc is $1.06. The latest distribution of $0.18 was recorded on Oct 22, 2026.
The most recently recorded trailing dividend yield for Prudential Plc stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 47 recorded historical distributions for Prudential Plc, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $0.18 | Cash | Oct 22, 2026 |
| 2 | Mar 27, 2026 | $0.38 | Cash | May 13, 2026 |
| 3 | Sep 5, 2025 | $0.15 | Cash | Oct 16, 2025 |
| 4 | Mar 28, 2025 | $0.33 | Cash | May 14, 2025 |
| 5 | Sep 6, 2024 | $0.14 | Cash | Oct 23, 2024 |
| 6 | Apr 1, 2024 | $0.28 | Cash | May 16, 2024 |
| 7 | Sep 7, 2023 | $0.13 | Cash | Oct 19, 2023 |
| 8 | Mar 23, 2023 | $0.26 | Cash | May 15, 2023 |
| 9 | Aug 18, 2022 | $0.11 | Cash | Sep 27, 2022 |
| 10 | Mar 24, 2022 | $0.24 | Cash | May 13, 2022 |
| 11 | Aug 19, 2021 | $0.11 | Cash | Sep 28, 2021 |
| 12 | Mar 25, 2021 | $0.21 | Cash | May 14, 2021 |
| 13 | Aug 20, 2020 | $0.11 | Cash | Sep 28, 2020 |
| 14 | Mar 26, 2020 | $0.52 | Cash | May 15, 2020 |
| 15 | Aug 22, 2019 | $0.41 | Cash | Oct 3, 2019 |
| 16 | Mar 28, 2019 | $0.86 | Cash | May 24, 2019 |
| 17 | Aug 23, 2018 | $0.41 | Cash | Oct 4, 2018 |
| 18 | Apr 2, 2018 | $0.87 | Cash | May 25, 2018 |
| 19 | Aug 23, 2017 | $0.39 | Cash | Oct 5, 2017 |
| 20 | Mar 29, 2017 | $0.80 | Cash | May 26, 2017 |
Pull Prudential Plc'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=PUK&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PUK", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PUK&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();