Mills Music Trust has paid 59 recorded cash distributions, spanning 2008 to 2026.
The highest single cash dividend paid by Mills Music Trust is $4.24. The latest distribution of $2.06 was recorded on Sep 23, 2026.
View 59 recorded historical distributions for Mills Music Trust, covering a time period spanning from 2008 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 22, 2026 | $2.06 | Cash | Sep 23, 2026 |
| 2 | Jun 23, 2026 | $0.34 | Cash | Jun 24, 2026 |
| 3 | Mar 24, 2026 | $1.24 | Cash | Mar 25, 2026 |
| 4 | Dec 17, 2025 | $2.35 | Cash | Dec 18, 2025 |
| 5 | Sep 20, 2024 | $1.33 | Cash | Sep 23, 2024 |
| 6 | Jun 21, 2024 | $0.48 | Cash | Jun 24, 2024 |
| 7 | Mar 21, 2024 | $0.56 | Cash | Mar 25, 2024 |
| 8 | Dec 20, 2023 | $0.64 | Cash | Dec 22, 2023 |
| 9 | Sep 22, 2023 | $1.43 | Cash | Sep 26, 2023 |
| 10 | Jun 22, 2023 | $0.38 | Cash | Jun 26, 2023 |
| 11 | Mar 23, 2023 | $0.67 | Cash | Mar 27, 2023 |
| 12 | Dec 20, 2022 | $0.65 | Cash | Dec 22, 2022 |
| 13 | Sep 19, 2022 | $1.43 | Cash | Sep 21, 2022 |
| 14 | Jun 16, 2022 | $0.24 | Cash | Jun 21, 2022 |
| 15 | Mar 28, 2022 | $0.56 | Cash | Mar 30, 2022 |
| 16 | Dec 17, 2021 | $0.82 | Cash | Dec 21, 2021 |
| 17 | Sep 21, 2021 | $0.78 | Cash | Sep 23, 2021 |
| 18 | Jun 21, 2021 | $0.57 | Cash | Jun 23, 2021 |
| 19 | Mar 19, 2021 | $0.83 | Cash | Mar 23, 2021 |
| 20 | Dec 21, 2020 | $0.73 | Cash | Dec 23, 2020 |
Pull Mills Music Trust'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=MMTRS&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MMTRS", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MMTRS&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();