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