Eagle Financial Services (EFSI) EV to EBITDA (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly EV to EBITDA came in at 5.77 in Q2 2026, up 139.06% on a YoY basis from 2.41 in Q2 2025, and up 16518.57% quarter-over-quarter from 0.04 in Q1 2026.
Eagle Financial Services (EFSI) EV to EBITDA (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported EV to EBITDA for 17 consecutive years, with 5.77 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to EBITDA rose 139.06% year-over-year to 5.77; the trailing twelve-month figure through Jun 2026 stood at 1.43 (up 130.93% YoY), and the FY2025 full-year result was 0.07, up 93.43% from the prior year.
- EV to EBITDA grew to 5.77 in Q2 2026 per EFSI's latest filing, from 0.04 in the prior quarter.
- Across five years, EV to EBITDA topped out at 5.77 in Q2 2026 and bottomed at 78.67 in Q1 2025.
- Historically, EV to EBITDA has averaged 8.29 across 5 years, with a median of 3.48 in 2023.
- The sharpest annual moves came in 2025 and 2026: EV to EBITDA plunged 3524.65% in 2025, then jumped 139.06% in 2026.
- Over 5 years, EV to EBITDA stood at 3.65 in 2022, then increased by 24.08% to 2.77 in 2023, then fell by 24.14% to 3.44 in 2024, then surged by 93.08% to 0.24 in 2025, then jumped by 2526.7% to 5.77 in 2026.
- According to Business Quant data, EV to EBITDA over the past three periods registered 5.77, 0.04, and 0.24 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 | 5.77 |
| Mar 31, 2026 | -0.04 |
| Dec 31, 2025 | -0.24 |
| Sep 30, 2025 | -4.14 |
| Jun 30, 2025 | -14.77 |
| Mar 31, 2025 | -78.67 |
| Dec 31, 2024 | -3.44 |
| Sep 30, 2024 | -4.56 |
| Jun 30, 2024 | -1.02 |
| Mar 31, 2024 | -2.17 |
| Dec 31, 2023 | -2.77 |
| Sep 30, 2023 | -2.47 |
| Jun 30, 2023 | -3.52 |
| Mar 31, 2023 | -3.31 |
| Dec 31, 2022 | -3.65 |
| Sep 30, 2022 | -3.71 |
| Jun 30, 2022 | -10.13 |
| Mar 31, 2022 | -16.37 |
| Dec 31, 2021 | -28.95 |
| Sep 30, 2021 | -40.89 |
Eagle Financial Services EV to EBITDA 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=ev-to-ebitda&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();