Eagle Financial Services (EFSI) EV to CFO (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly EV to CFO came in at 6.42 in Q2 2026, up 92.88% on a YoY basis from 3.33 in Q2 2025, and down 6136.75% quarter-over-quarter from 0.1 in Q1 2026.
Eagle Financial Services (EFSI) EV to CFO (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported EV to CFO for 17 consecutive years, with 6.42 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to CFO rose 92.88% year-over-year to 6.42; the trailing twelve-month figure through Jun 2026 stood at 8.77 (up 184.16% YoY), and the FY2025 full-year result was 0.13, up 96.24% from the prior year.
- EV to CFO slipped to 6.42 in Q2 2026 per EFSI's latest filing, from 0.1 in the prior quarter.
- Across five years, EV to CFO topped out at 15.19 in Q2 2023 and bottomed at 396.64 in Q1 2022.
- Historically, EV to CFO has averaged 38.2 across 5 years, with a median of 7.15 in 2025.
- The sharpest annual moves came in 2023 and 2025: EV to CFO jumped 295.02% in 2023, then slumped 1304.99% in 2025.
- Over 5 years, EV to CFO stood at 2.84 in 2022, then surged by 295.02% to 5.54 in 2023, then plunged by 282.94% to 10.13 in 2024, then jumped by 96.45% to 0.36 in 2025, then slumped by 1684.65% to 6.42 in 2026.
- According to Business Quant data, EV to CFO over the past three periods registered 6.42, 0.1, and 0.36 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 | -6.42 |
| Mar 31, 2026 | -0.10 |
| Dec 31, 2025 | -0.36 |
| Sep 30, 2025 | -7.89 |
| Jun 30, 2025 | -90.17 |
| Mar 31, 2025 | -15.27 |
| Dec 31, 2024 | -10.13 |
| Sep 30, 2024 | -8.81 |
| Jun 30, 2024 | 7.48 |
| Mar 31, 2024 | -4.03 |
| Dec 31, 2023 | 5.54 |
| Sep 30, 2023 | -1.97 |
| Jun 30, 2023 | 15.19 |
| Mar 31, 2023 | -139.61 |
| Dec 31, 2022 | -2.84 |
| Sep 30, 2022 | -11.32 |
| Jun 30, 2022 | -20.20 |
| Mar 31, 2022 | -396.64 |
| Dec 31, 2021 | -11.49 |
| Sep 30, 2021 | -36.59 |
Eagle Financial Services EV to CFO 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-cfo&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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-cfo&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();