Santander UK plc has paid 38 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Santander UK plc is $0.06. The latest distribution of $0.05 was recorded on Apr 6, 2026.
The most recently recorded trailing dividend yield for Santander UK plc stands at 0.00%, peaking at 356.05% on Dec 31, 2021, and averaging — across the selected range.
View 38 recorded historical distributions for Santander UK plc, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 6, 2026 | $0.05 | Cash | Apr 6, 2026 |
| 2 | Sep 5, 2025 | $0.05 | Cash | Oct 6, 2025 |
| 3 | Mar 7, 2025 | $0.05 | Cash | Apr 6, 2025 |
| 4 | Sep 6, 2024 | $0.05 | Cash | Oct 6, 2024 |
| 5 | Mar 7, 2024 | $0.05 | Cash | Apr 6, 2024 |
| 6 | Sep 7, 2023 | $0.05 | Cash | Oct 6, 2023 |
| 7 | Mar 9, 2023 | $0.05 | Cash | Apr 6, 2023 |
| 8 | Sep 8, 2022 | $0.05 | Cash | Oct 6, 2022 |
| 9 | Mar 10, 2022 | $0.05 | Cash | Apr 6, 2022 |
| 10 | Sep 9, 2021 | $0.05 | Cash | Oct 6, 2021 |
| 11 | Mar 4, 2021 | $0.05 | Cash | Apr 6, 2021 |
| 12 | Sep 3, 2020 | $0.05 | Cash | Oct 6, 2020 |
| 13 | Mar 5, 2020 | $0.05 | Cash | Apr 6, 2020 |
| 14 | Sep 5, 2019 | $0.05 | Cash | Oct 6, 2019 |
| 15 | Mar 7, 2019 | $0.05 | Cash | Apr 6, 2019 |
| 16 | Sep 6, 2018 | $0.05 | Cash | Oct 6, 2018 |
| 17 | Mar 8, 2018 | $0.05 | Cash | Apr 6, 2018 |
| 18 | Sep 7, 2017 | $0.05 | Cash | Oct 6, 2017 |
| 19 | Mar 9, 2017 | $0.05 | Cash | Apr 6, 2017 |
| 20 | Sep 8, 2016 | $0.05 | Cash | Oct 6, 2016 |
Pull Santander UK 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=SNTUF&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "SNTUF", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=SNTUF&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();