Barclays Bank Plc has paid 53 recorded cash distributions, spanning 2013 to 2026.
The highest single cash dividend paid by Barclays Bank Plc is $0.41. The latest distribution of $0.40 was recorded on Sep 8, 2026.
The most recently recorded trailing dividend yield for Barclays Bank Plc stands at 0.00%, peaking at 1,671.91% on Mar 18, 2020, and averaging — across the selected range.
View 53 recorded historical distributions for Barclays Bank Plc, covering a time period spanning from 2013 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 28, 2026 | $0.40 | Cash | Sep 8, 2026 |
| 2 | May 29, 2026 | $0.41 | Cash | Jun 8, 2026 |
| 3 | Mar 2, 2026 | $0.39 | Cash | Mar 10, 2026 |
| 4 | Dec 1, 2025 | $0.40 | Cash | Dec 9, 2025 |
| 5 | Aug 28, 2025 | $0.38 | Cash | Sep 8, 2025 |
| 6 | May 29, 2025 | $0.38 | Cash | Jun 6, 2025 |
| 7 | Mar 3, 2025 | $0.32 | Cash | Mar 11, 2025 |
| 8 | Nov 29, 2024 | $0.35 | Cash | Dec 9, 2024 |
| 9 | Aug 28, 2024 | $0.33 | Cash | Sep 6, 2024 |
| 10 | May 29, 2024 | $0.34 | Cash | Jun 6, 2024 |
| 11 | Feb 28, 2024 | $0.31 | Cash | Mar 8, 2024 |
| 12 | Nov 28, 2023 | $0.31 | Cash | Dec 7, 2023 |
| 13 | Aug 25, 2023 | $0.30 | Cash | Sep 6, 2023 |
| 14 | May 25, 2023 | $0.31 | Cash | Jun 6, 2023 |
| 15 | Feb 28, 2023 | $0.29 | Cash | Mar 9, 2023 |
| 16 | Nov 28, 2022 | $0.27 | Cash | Dec 7, 2022 |
| 17 | Aug 25, 2022 | $0.27 | Cash | Sep 6, 2022 |
| 18 | May 26, 2022 | $0.26 | Cash | Jun 7, 2022 |
| 19 | Feb 28, 2022 | $0.23 | Cash | Mar 9, 2022 |
| 20 | Nov 26, 2021 | $0.25 | Cash | Dec 7, 2021 |
Pull Barclays Bank 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=ATMP&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ATMP", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ATMP&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();