Eagle Financial Services (EFSI) Enterprise Value (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly Enterprise Value came in at $80.4 million in Q2 2026, up 134.74% on a YoY basis from $34.2 million in Q2 2025, and up 18280.36% quarter-over-quarter from -$442090.0 in Q1 2026.
Eagle Financial Services (EFSI) Enterprise Value (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported Enterprise Value for 17 consecutive years, with $80.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 134.74% year-over-year to $80.4 million; the trailing twelve-month figure through Jun 2026 stood at $80.4 million (up 134.74% YoY), and the FY2025 full-year result was -$3.3 million, up 94.84% from the prior year.
- Enterprise Value grew to $80.4 million in Q2 2026 per EFSI's latest filing, from -$442090.0 in the prior quarter.
- Across five years, Enterprise Value topped out at $80.4 million in Q2 2026 and bottomed at -$231.4 million in Q2 2025.
- Historically, Enterprise Value has averaged -$43.6 million across 5 years, with a median of -$31.6 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value sank 1597.98% in 2025, then surged 134.74% in 2026.
- Over 5 years, Enterprise Value stood at -$24.7 million in 2022, then slumped by 34.72% to -$33.3 million in 2023, then slumped by 92.16% to -$64.0 million in 2024, then soared by 94.84% to -$3.3 million in 2025, then jumped by 2535.09% to $80.4 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $80.4 million, -$442090.0, and -$3.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 80.37 Mn |
| Mar 31, 2026 | -442,090.00 |
| Dec 31, 2025 | -3.30 Mn |
| Sep 30, 2025 | -64.74 Mn |
| Jun 30, 2025 | -231.38 Mn |
| Mar 31, 2025 | -88.58 Mn |
| Dec 31, 2024 | -63.95 Mn |
| Sep 30, 2024 | -66.18 Mn |
| Jun 30, 2024 | -13.63 Mn |
| Mar 31, 2024 | -27.20 Mn |
| Dec 31, 2023 | -33.28 Mn |
| Sep 30, 2023 | -29.72 Mn |
| Jun 30, 2023 | -36.49 Mn |
| Mar 31, 2023 | -29.88 Mn |
| Dec 31, 2022 | -24.70 Mn |
| Sep 30, 2022 | -24.02 Mn |
| Jun 30, 2022 | -56.82 Mn |
| Mar 31, 2022 | -70.20 Mn |
| Dec 31, 2021 | -76.54 Mn |
| Sep 30, 2021 | -157.03 Mn |
Eagle Financial Services Enterprise Value API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=enterprise-value&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "EFSI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();