Open Text Corp has paid 54 recorded cash distributions, spanning 2013 to 2026.
The highest single cash dividend paid by Open Text Corp is $0.30. The latest distribution of $0.28 was recorded on Sep 18, 2026.
The most recently recorded trailing dividend yield for Open Text Corp stands at 480.33%, peaking at 555.41% on Jun 22, 2026, and averaging — across the selected range.
View 54 recorded historical distributions for Open Text Corp, covering a time period spanning from 2013 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 4, 2026 | $0.28 | Cash | Sep 18, 2026 |
| 2 | Jun 5, 2026 | $0.28 | Cash | Jun 19, 2026 |
| 3 | Mar 6, 2026 | $0.28 | Cash | Mar 20, 2026 |
| 4 | Dec 5, 2025 | $0.28 | Cash | Dec 19, 2025 |
| 5 | Sep 5, 2025 | $0.28 | Cash | Sep 19, 2025 |
| 6 | Jun 6, 2025 | $0.26 | Cash | Jun 20, 2025 |
| 7 | Mar 7, 2025 | $0.26 | Cash | Mar 21, 2025 |
| 8 | Nov 29, 2024 | $0.26 | Cash | Dec 20, 2024 |
| 9 | Aug 30, 2024 | $0.26 | Cash | Sep 20, 2024 |
| 10 | May 31, 2024 | $0.25 | Cash | Jun 18, 2024 |
| 11 | Feb 29, 2024 | $0.25 | Cash | Mar 20, 2024 |
| 12 | Nov 30, 2023 | $0.25 | Cash | Dec 20, 2023 |
| 13 | Aug 31, 2023 | $0.25 | Cash | Sep 22, 2023 |
| 14 | Jun 1, 2023 | $0.24 | Cash | Jun 23, 2023 |
| 15 | Mar 2, 2023 | $0.24 | Cash | Mar 23, 2023 |
| 16 | Dec 1, 2022 | $0.24 | Cash | Dec 22, 2022 |
| 17 | Sep 1, 2022 | $0.24 | Cash | Sep 23, 2022 |
| 18 | Jun 2, 2022 | $0.22 | Cash | Jun 24, 2022 |
| 19 | Mar 3, 2022 | $0.22 | Cash | Mar 25, 2022 |
| 20 | Dec 2, 2021 | $0.22 | Cash | Dec 22, 2021 |
Pull Open Text 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=OTEX&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "OTEX", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=OTEX&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();