Graham Holdings Co has paid 89 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Graham Holdings Co is $9.80. The latest distribution of $1.88 was recorded on Nov 5, 2026.
The most recently recorded trailing dividend yield for Graham Holdings Co stands at 393.78%, peaking at 649.80% on Dec 31, 2012, and averaging — across the selected range.
View 89 recorded historical distributions for Graham Holdings Co, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Oct 15, 2026 | $1.88 | Cash | Nov 5, 2026 |
| 2 | Jul 16, 2026 | $1.88 | Cash | Aug 6, 2026 |
| 3 | Apr 16, 2026 | $1.88 | Cash | May 7, 2026 |
| 4 | Feb 4, 2026 | $1.88 | Cash | Feb 19, 2026 |
| 5 | Oct 16, 2025 | $1.80 | Cash | Nov 6, 2025 |
| 6 | Jul 17, 2025 | $1.80 | Cash | Aug 7, 2025 |
| 7 | Apr 17, 2025 | $1.80 | Cash | May 8, 2025 |
| 8 | Feb 3, 2025 | $1.80 | Cash | Feb 20, 2025 |
| 9 | Oct 17, 2024 | $1.72 | Cash | Nov 7, 2024 |
| 10 | Jul 18, 2024 | $1.72 | Cash | Aug 8, 2024 |
| 11 | Apr 17, 2024 | $1.72 | Cash | May 9, 2024 |
| 12 | Jan 31, 2024 | $1.72 | Cash | Feb 15, 2024 |
| 13 | Oct 17, 2023 | $1.65 | Cash | Nov 2, 2023 |
| 14 | Jul 18, 2023 | $1.65 | Cash | Aug 3, 2023 |
| 15 | Apr 19, 2023 | $1.65 | Cash | May 11, 2023 |
| 16 | Feb 1, 2023 | $1.65 | Cash | Feb 16, 2023 |
| 17 | Oct 17, 2022 | $1.58 | Cash | Nov 4, 2022 |
| 18 | Jul 18, 2022 | $1.58 | Cash | Aug 5, 2022 |
| 19 | Apr 19, 2022 | $1.58 | Cash | May 12, 2022 |
| 20 | Feb 2, 2022 | $1.58 | Cash | Feb 17, 2022 |
Pull Graham Holdings Co'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=GHC&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "GHC", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=GHC&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();