Mcdonalds Corp has paid 80 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Mcdonalds Corp is $1.93. The latest distribution of $1.93 was recorded on Dec 15, 2026.
The most recently recorded trailing dividend yield for Mcdonalds Corp stands at 309.77%, peaking at 377.30% on Aug 25, 2015, and averaging — across the selected range.
View 80 recorded historical distributions for Mcdonalds Corp, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Dec 1, 2026 | $1.93 | Cash | Dec 15, 2026 |
| 2 | Sep 1, 2026 | $1.86 | Cash | Sep 16, 2026 |
| 3 | Jun 2, 2026 | $1.86 | Cash | Jun 16, 2026 |
| 4 | Mar 3, 2026 | $1.86 | Cash | Mar 17, 2026 |
| 5 | Dec 1, 2025 | $1.86 | Cash | Dec 15, 2025 |
| 6 | Sep 2, 2025 | $1.77 | Cash | Sep 16, 2025 |
| 7 | Jun 2, 2025 | $1.77 | Cash | Jun 16, 2025 |
| 8 | Mar 3, 2025 | $1.77 | Cash | Mar 17, 2025 |
| 9 | Dec 2, 2024 | $1.77 | Cash | Dec 16, 2024 |
| 10 | Sep 3, 2024 | $1.67 | Cash | Sep 17, 2024 |
| 11 | Jun 3, 2024 | $1.67 | Cash | Jun 17, 2024 |
| 12 | Feb 29, 2024 | $1.67 | Cash | Mar 15, 2024 |
| 13 | Nov 30, 2023 | $1.67 | Cash | Dec 15, 2023 |
| 14 | Aug 31, 2023 | $1.52 | Cash | Sep 18, 2023 |
| 15 | Jun 2, 2023 | $1.52 | Cash | Jun 20, 2023 |
| 16 | Feb 28, 2023 | $1.52 | Cash | Mar 15, 2023 |
| 17 | Nov 30, 2022 | $1.52 | Cash | Dec 15, 2022 |
| 18 | Aug 31, 2022 | $1.38 | Cash | Sep 16, 2022 |
| 19 | Jun 3, 2022 | $1.38 | Cash | Jun 20, 2022 |
| 20 | Feb 28, 2022 | $1.38 | Cash | Mar 15, 2022 |
Pull Mcdonalds Corp'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=MCD&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MCD", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MCD&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();