Allspring Global Dividend Opportunity Fund has paid 73 recorded cash distributions, spanning 2008 to 2026.
The highest single cash dividend paid by Allspring Global Dividend Opportunity Fund is $0.50. The latest distribution of $0.15 was recorded on Oct 1, 2026.
View 73 recorded historical distributions for Allspring Global Dividend Opportunity Fund, covering a time period spanning from 2008 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $0.15 | Cash | Oct 1, 2026 |
| 2 | Jun 11, 2026 | $0.14 | Cash | Jul 1, 2026 |
| 3 | Mar 12, 2026 | $0.14 | Cash | Apr 1, 2026 |
| 4 | Dec 11, 2025 | $0.13 | Cash | Jan 2, 2026 |
| 5 | Sep 12, 2025 | $0.13 | Cash | Oct 1, 2025 |
| 6 | Jun 12, 2025 | $0.13 | Cash | Jul 1, 2025 |
| 7 | Mar 13, 2025 | $0.12 | Cash | Apr 1, 2025 |
| 8 | Dec 12, 2024 | $0.12 | Cash | Jan 2, 2025 |
| 9 | Sep 13, 2024 | $0.12 | Cash | Oct 1, 2024 |
| 10 | Jun 13, 2024 | $0.11 | Cash | Jul 1, 2024 |
| 11 | Mar 11, 2024 | $0.11 | Cash | Apr 1, 2024 |
| 12 | Dec 11, 2023 | $0.11 | Cash | Jan 2, 2024 |
| 13 | Sep 11, 2023 | $0.11 | Cash | Oct 2, 2023 |
| 14 | Jun 12, 2023 | $0.11 | Cash | Jul 3, 2023 |
| 15 | Mar 10, 2023 | $0.11 | Cash | Apr 3, 2023 |
| 16 | Dec 12, 2022 | $0.12 | Cash | Jan 3, 2023 |
| 17 | Sep 12, 2022 | $0.13 | Cash | Oct 3, 2022 |
| 18 | Jun 10, 2022 | $0.13 | Cash | Jul 1, 2022 |
| 19 | Mar 11, 2022 | $0.13 | Cash | Apr 1, 2022 |
| 20 | Dec 13, 2021 | $0.13 | Cash | Jan 3, 2022 |
Pull Allspring Global Dividend Opportunity Fund'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=EOD&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "EOD", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=EOD&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();