ENB Financial (ENBP) EV to FCF (2010 - 2026)
ENB Financial's (ENBP) quarterly EV to FCF came in at 22.32 in Q2 2026, up 266.47% on a YoY basis from 6.09 in Q2 2025, and up 25.13% quarter-over-quarter from 17.84 in Q1 2026.
ENB Financial (ENBP) EV to FCF (2010 - 2026) Analysis & Trends
ENB Financial (ENBP) has reported EV to FCF for 17 consecutive years, with 22.32 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to FCF rose 266.47% year-over-year to 22.32; the trailing twelve-month figure through Jun 2026 stood at 6.32 (up 196.63% YoY), and the FY2025 full-year result was 3.79, up 242.37% from the prior year.
- EV to FCF rose to 22.32 in Q2 2026 per ENBP's latest filing, from 17.84 in the prior quarter.
- Across five years, EV to FCF topped out at 22.32 in Q2 2026 and bottomed at 29.58 in Q2 2022.
- Historically, EV to FCF has averaged 3.64 across 5 years, with a median of 5.08 in 2024.
- The sharpest annual moves came in 2024 and 2026: EV to FCF sank 558.63% in 2024, then jumped 2029.28% in 2026.
- Over 5 years, EV to FCF stood at 6.16 in 2022, then tumbled by 122.61% to 1.39 in 2023, then surged by 430.92% to 4.61 in 2024, then jumped by 363.98% to 21.39 in 2025, then grew by 4.38% to 22.32 in 2026.
- According to Business Quant data, EV to FCF over the past three periods registered 22.32, 17.84, and 21.39 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | ENB Financial | 168.13 Mn | 130.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.32 |
| Mar 31, 2026 | 17.84 |
| Dec 31, 2025 | 21.39 |
| Sep 30, 2025 | 7.93 |
| Jun 30, 2025 | 6.09 |
| Mar 31, 2025 | 0.84 |
| Dec 31, 2024 | 4.61 |
| Sep 30, 2024 | 5.56 |
| Jun 30, 2024 | -6.21 |
| Mar 31, 2024 | -11.85 |
| Dec 31, 2023 | -1.39 |
| Sep 30, 2023 | 8.26 |
| Jun 30, 2023 | 3.28 |
| Mar 31, 2023 | 2.58 |
| Dec 31, 2022 | 6.16 |
| Sep 30, 2022 | 5.82 |
| Jun 30, 2022 | -29.58 |
| Mar 31, 2022 | 1.86 |
| Dec 31, 2021 | -54.81 |
| Sep 30, 2021 | 2.55 |
ENB Financial 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=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "ticker": "ENBP", "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=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();