Pearson Plc has paid 48 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Pearson Plc is $0.54. The latest distribution of $0.11 was recorded on Sep 21, 2026.
The most recently recorded trailing dividend yield for Pearson Plc stands at -535.20%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 48 recorded historical distributions for Pearson Plc, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 14, 2026 | $0.11 | Cash | Sep 21, 2026 |
| 2 | Mar 20, 2026 | $0.24 | Cash | May 15, 2026 |
| 3 | Aug 15, 2025 | $0.11 | Cash | Sep 22, 2025 |
| 4 | Mar 21, 2025 | $0.22 | Cash | May 16, 2025 |
| 5 | Aug 9, 2024 | $0.10 | Cash | Sep 19, 2024 |
| 6 | Mar 21, 2024 | $0.20 | Cash | May 8, 2024 |
| 7 | Aug 10, 2023 | $0.09 | Cash | Sep 21, 2023 |
| 8 | Mar 23, 2023 | $0.19 | Cash | May 10, 2023 |
| 9 | Aug 11, 2022 | $0.08 | Cash | Sep 23, 2022 |
| 10 | Mar 24, 2022 | $0.17 | Cash | May 11, 2022 |
| 11 | Aug 12, 2021 | $0.09 | Cash | Sep 23, 2021 |
| 12 | Mar 25, 2021 | $0.19 | Cash | May 12, 2021 |
| 13 | Aug 13, 2020 | $0.08 | Cash | Sep 24, 2020 |
| 14 | Mar 26, 2020 | $0.17 | Cash | May 12, 2020 |
| 15 | Aug 15, 2019 | $0.07 | Cash | Sep 18, 2019 |
| 16 | Apr 4, 2019 | $0.17 | Cash | May 15, 2019 |
| 17 | Aug 16, 2018 | $0.07 | Cash | Sep 19, 2018 |
| 18 | Apr 5, 2018 | $0.16 | Cash | May 16, 2018 |
| 19 | Aug 16, 2017 | $0.07 | Cash | Sep 20, 2017 |
| 20 | Apr 5, 2017 | $0.44 | Cash | May 17, 2017 |
Pull Pearson 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=PSO&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PSO", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PSO&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();