Hanover Bancorp, Inc. /MD has paid 18 recorded cash distributions, spanning 2022 to 2026.
The highest single cash dividend paid by Hanover Bancorp, Inc. /MD is $0.10. The latest distribution of $0.10 was recorded on Aug 13, 2026.
The most recently recorded trailing dividend yield for Hanover Bancorp, Inc. /MD stands at 159.56%, peaking at 516.70% on Apr 16, 2024, and averaging — across the selected range.
View 18 recorded historical distributions for Hanover Bancorp, Inc. /MD, covering a time period spanning from 2022 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 6, 2026 | $0.10 | Cash | Aug 13, 2026 |
| 2 | May 11, 2026 | $0.10 | Cash | May 18, 2026 |
| 3 | Feb 12, 2026 | $0.10 | Cash | Feb 26, 2026 |
| 4 | Nov 13, 2025 | $0.10 | Cash | Nov 20, 2025 |
| 5 | Aug 6, 2025 | $0.10 | Cash | Aug 13, 2025 |
| 6 | May 7, 2025 | $0.10 | Cash | May 14, 2025 |
| 7 | Feb 12, 2025 | $0.10 | Cash | Feb 19, 2025 |
| 8 | Nov 6, 2024 | $0.10 | Cash | Nov 13, 2024 |
| 9 | Aug 7, 2024 | $0.10 | Cash | Aug 14, 2024 |
| 10 | May 7, 2024 | $0.10 | Cash | May 15, 2024 |
| 11 | Feb 6, 2024 | $0.10 | Cash | Feb 14, 2024 |
| 12 | Nov 7, 2023 | $0.10 | Cash | Nov 15, 2023 |
| 13 | Aug 8, 2023 | $0.10 | Cash | Aug 16, 2023 |
| 14 | May 9, 2023 | $0.10 | Cash | May 17, 2023 |
| 15 | Feb 6, 2023 | $0.10 | Cash | Feb 14, 2023 |
| 16 | Nov 7, 2022 | $0.10 | Cash | Nov 15, 2022 |
| 17 | Aug 8, 2022 | $0.10 | Cash | Aug 16, 2022 |
| 18 | Jun 17, 2022 | $0.10 | Cash | Jun 28, 2022 |
Pull Hanover Bancorp, Inc. /MD'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=HNVR&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "HNVR", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=HNVR&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();