Bentley Systems Inc has paid 37 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Bentley Systems Inc is $0.73. The latest distribution of $0.07 was recorded on Sep 29, 2026.
The most recently recorded trailing dividend yield for Bentley Systems Inc stands at 86.00%, peaking at 538.19% on Oct 5, 2020, and averaging — across the selected range.
View 37 recorded historical distributions for Bentley Systems Inc, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 22, 2026 | $0.07 | Cash | Sep 29, 2026 |
| 2 | Jun 2, 2026 | $0.07 | Cash | Jun 11, 2026 |
| 3 | Mar 10, 2026 | $0.07 | Cash | Mar 19, 2026 |
| 4 | Dec 4, 2025 | $0.07 | Cash | Dec 11, 2025 |
| 5 | Sep 23, 2025 | $0.07 | Cash | Sep 30, 2025 |
| 6 | Jun 3, 2025 | $0.07 | Cash | Jun 12, 2025 |
| 7 | Mar 19, 2025 | $0.07 | Cash | Mar 27, 2025 |
| 8 | Dec 3, 2024 | $0.06 | Cash | Dec 12, 2024 |
| 9 | Sep 17, 2024 | $0.06 | Cash | Sep 26, 2024 |
| 10 | Jun 4, 2024 | $0.06 | Cash | Jun 13, 2024 |
| 11 | Mar 19, 2024 | $0.06 | Cash | Mar 28, 2024 |
| 12 | Dec 1, 2023 | $0.05 | Cash | Dec 14, 2023 |
| 13 | Aug 14, 2023 | $0.05 | Cash | Aug 24, 2023 |
| 14 | Jun 7, 2023 | $0.05 | Cash | Jun 20, 2023 |
| 15 | Feb 17, 2023 | $0.05 | Cash | Mar 7, 2023 |
| 16 | Nov 29, 2022 | $0.03 | Cash | Dec 8, 2022 |
| 17 | Sep 7, 2022 | $0.03 | Cash | Sep 14, 2022 |
| 18 | Jun 8, 2022 | $0.03 | Cash | Jun 23, 2022 |
| 19 | Mar 7, 2022 | $0.03 | Cash | Mar 15, 2022 |
| 20 | Dec 8, 2021 | $0.03 | Cash | Dec 16, 2021 |
Pull Bentley Systems 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=BSY&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "BSY", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=BSY&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();