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