Mcgrath Rentcorp has paid 90 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Mcgrath Rentcorp is $0.49. The latest distribution of $0.49 was recorded on Jul 31, 2026.
The most recently recorded trailing dividend yield for Mcgrath Rentcorp stands at 179.78%, peaking at 537.69% on Oct 26, 2012, and averaging — across the selected range.
View 90 recorded historical distributions for Mcgrath Rentcorp, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 17, 2026 | $0.49 | Cash | Jul 31, 2026 |
| 2 | Apr 16, 2026 | $0.49 | Cash | Apr 30, 2026 |
| 3 | Jan 16, 2026 | $0.48 | Cash | Jan 30, 2026 |
| 4 | Oct 17, 2025 | $0.48 | Cash | Oct 31, 2025 |
| 5 | Jul 17, 2025 | $0.48 | Cash | Jul 31, 2025 |
| 6 | Apr 16, 2025 | $0.48 | Cash | Apr 30, 2025 |
| 7 | Jan 17, 2025 | $0.47 | Cash | Jan 31, 2025 |
| 8 | Oct 17, 2024 | $0.47 | Cash | Oct 31, 2024 |
| 9 | Jul 17, 2024 | $0.47 | Cash | Jul 31, 2024 |
| 10 | Apr 15, 2024 | $0.47 | Cash | Apr 30, 2024 |
| 11 | Jan 16, 2024 | $0.47 | Cash | Jan 31, 2024 |
| 12 | Oct 16, 2023 | $0.47 | Cash | Oct 31, 2023 |
| 13 | Jul 14, 2023 | $0.47 | Cash | Jul 31, 2023 |
| 14 | Apr 13, 2023 | $0.47 | Cash | Apr 28, 2023 |
| 15 | Jan 13, 2023 | $0.46 | Cash | Jan 31, 2023 |
| 16 | Oct 14, 2022 | $0.46 | Cash | Oct 31, 2022 |
| 17 | Jul 14, 2022 | $0.46 | Cash | Jul 29, 2022 |
| 18 | Apr 13, 2022 | $0.46 | Cash | Apr 29, 2022 |
| 19 | Jan 13, 2022 | $0.43 | Cash | Jan 31, 2022 |
| 20 | Oct 14, 2021 | $0.43 | Cash | Oct 29, 2021 |
Pull Mcgrath Rentcorp'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=MGRC&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MGRC", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MGRC&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();