Eagle Financial Services (EFSI) EV to FCF (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly EV to FCF came in at 6.28 in Q2 2026, up 93.75% on a YoY basis from 3.24 in Q2 2025, and down 5702.67% quarter-over-quarter from 0.11 in Q1 2026.
Eagle Financial Services (EFSI) EV to FCF (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported EV to FCF for 17 consecutive years, with 6.28 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to FCF rose 93.75% year-over-year to 6.28; the trailing twelve-month figure through Jun 2026 stood at 9.97 (up 190.01% YoY), and the FY2025 full-year result was 0.14, up 96.24% from the prior year.
- EV to FCF declined to 6.28 in Q2 2026 per EFSI's latest filing, from 0.11 in the prior quarter.
- Across five years, EV to FCF topped out at 455.87 in Q1 2022 and bottomed at 144.33 in Q1 2023.
- Historically, EV to FCF has averaged 7.9 across 5 years, with a median of 5.18 in 2024.
- The sharpest annual moves came in 2022 and 2025: EV to FCF soared 1278.29% in 2022, then tumbled 1752.28% in 2025.
- Over 5 years, EV to FCF stood at 2.96 in 2022, then jumped by 289.05% to 5.59 in 2023, then sank by 289.43% to 10.58 in 2024, then surged by 96.52% to 0.37 in 2025, then plunged by 1602.18% to 6.28 in 2026.
- According to Business Quant data, EV to FCF over the past three periods registered 6.28, 0.11, and 0.37 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.28 |
| Mar 31, 2026 | -0.11 |
| Dec 31, 2025 | -0.37 |
| Sep 30, 2025 | -8.27 |
| Jun 30, 2025 | -100.42 |
| Mar 31, 2025 | -16.83 |
| Dec 31, 2024 | -10.58 |
| Sep 30, 2024 | -9.09 |
| Jun 30, 2024 | 6.08 |
| Mar 31, 2024 | -4.08 |
| Dec 31, 2023 | 5.59 |
| Sep 30, 2023 | -2.05 |
| Jun 30, 2023 | 12.53 |
| Mar 31, 2023 | -144.33 |
| Dec 31, 2022 | -2.96 |
| Sep 30, 2022 | -11.80 |
| Jun 30, 2022 | -20.77 |
| Mar 31, 2022 | 455.87 |
| Dec 31, 2021 | -11.36 |
| Sep 30, 2021 | -38.32 |
Eagle Financial Services EV to FCF 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-fcf&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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-fcf&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();