Sunbelt Rentals Holdings, Inc. has paid 2 recorded cash distributions, spanning 2026 to 2026.
The highest single cash dividend paid by Sunbelt Rentals Holdings, Inc. is $0.75. The latest distribution of $0.30 was recorded on Oct 2, 2026.
The most recently recorded trailing dividend yield for Sunbelt Rentals Holdings, Inc. stands at 205.89%, peaking at 218.57% on Sep 8, 2026, and averaging — across the selected range.
View 2 recorded historical distributions for Sunbelt Rentals Holdings, Inc., covering a time period spanning from 2026 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 18, 2026 | $0.30 | Cash | Oct 2, 2026 |
| 2 | Jul 10, 2026 | $0.75 | Cash | Jul 24, 2026 |
Pull Sunbelt Rentals Holdings, Inc.'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=SUNB&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "SUNB", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=SUNB&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();