Aberdeen Municipal Income Fund has paid 220 recorded cash distributions, spanning 2008 to 2026.
The highest single cash dividend paid by Aberdeen Municipal Income Fund is $0.04. The latest distribution of $0.03 was recorded on Sep 30, 2026.
View 220 recorded historical distributions for Aberdeen Municipal Income Fund, covering a time period spanning from 2008 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 22, 2026 | $0.03 | Cash | Sep 30, 2026 |
| 2 | Aug 24, 2026 | $0.03 | Cash | Aug 31, 2026 |
| 3 | Jul 23, 2026 | $0.03 | Cash | Jul 31, 2026 |
| 4 | Jun 29, 2026 | $0.02 | Cash | Jul 7, 2026 |
| 5 | Jun 23, 2026 | $0.03 | Cash | Jun 30, 2026 |
| 6 | May 19, 2026 | $0.02 | Cash | May 29, 2026 |
| 7 | Apr 14, 2026 | $0.02 | Cash | Apr 30, 2026 |
| 8 | Mar 17, 2026 | $0.02 | Cash | Mar 31, 2026 |
| 9 | Feb 17, 2026 | $0.02 | Cash | Feb 27, 2026 |
| 10 | Jan 20, 2026 | $0.02 | Cash | Jan 30, 2026 |
| 11 | Dec 16, 2025 | $0.02 | Cash | Dec 31, 2025 |
| 12 | Nov 18, 2025 | $0.02 | Cash | Nov 28, 2025 |
| 13 | Oct 14, 2025 | $0.02 | Cash | Oct 31, 2025 |
| 14 | Sep 16, 2025 | $0.02 | Cash | Sep 30, 2025 |
| 15 | Aug 19, 2025 | $0.02 | Cash | Aug 29, 2025 |
| 16 | Jul 15, 2025 | $0.02 | Cash | Jul 31, 2025 |
| 17 | Jun 17, 2025 | $0.02 | Cash | Jun 30, 2025 |
| 18 | May 13, 2025 | $0.02 | Cash | May 30, 2025 |
| 19 | Apr 15, 2025 | $0.02 | Cash | Apr 30, 2025 |
| 20 | Mar 18, 2025 | $0.02 | Cash | Mar 31, 2025 |
Pull Aberdeen Municipal Income 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=MFM&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MFM", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MFM&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();