ENB Financial (ENBP) Other Non-Interest Income (2009 - 2026)
ENB Financial's (ENBP) quarterly Other Non-Interest Income came in at $1.7 million in Q2 2026, down 23.21% on a YoY basis from $2.3 million in Q2 2025, and down 3.98% quarter-over-quarter from $1.8 million in Q1 2026.
ENB Financial (ENBP) Other Non-Interest Income (2009 - 2026) Analysis & Trends
ENB Financial (ENBP) has reported Other Non-Interest Income for 17 consecutive years, with $1.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non-Interest Income fell 23.21% year-over-year to $1.7 million; the trailing twelve-month figure through Jun 2026 stood at $8.3 million (down 1.08% YoY), and the FY2025 full-year result was -$12.7 million, down 96.57% from the prior year.
- Other Non-Interest Income fell to $1.7 million in Q2 2026 per ENBP's latest filing, from $1.8 million in the prior quarter.
- Across five years, Other Non-Interest Income topped out at $3.0 million in Q4 2024 and bottomed at -$13.9 million in Q1 2023.
- Historically, Other Non-Interest Income has averaged $220277.8 across 5 years, with a median of $1.7 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Other Non-Interest Income slumped 1000.65% in 2023, then surged 113.32% in 2025.
- Over 5 years, Other Non-Interest Income stood at $2.0 million in 2022, then dropped by 16.33% to $1.7 million in 2023, then jumped by 72.71% to $3.0 million in 2024, then retreated by 9.98% to $2.7 million in 2025, then sank by 34.7% to $1.7 million in 2026.
- According to Business Quant data, Other Non-Interest Income over the past three periods registered $1.7 million, $1.8 million, and $2.7 million 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 | 1.74 Mn |
| Mar 31, 2026 | 1.81 Mn |
| Dec 31, 2025 | 2.66 Mn |
| Sep 30, 2025 | 2.12 Mn |
| Jun 30, 2025 | 2.26 Mn |
| Mar 31, 2025 | 1.56 Mn |
| Dec 31, 2024 | 2.96 Mn |
| Sep 30, 2024 | 1.63 Mn |
| Jun 30, 2024 | 1.73 Mn |
| Mar 31, 2024 | -11.73 Mn |
| Dec 31, 2023 | 1.71 Mn |
| Sep 30, 2023 | 1.43 Mn |
| Jun 30, 2023 | 1.38 Mn |
| Mar 31, 2023 | -13.90 Mn |
| Dec 31, 2022 | 2.05 Mn |
| Sep 30, 2022 | 1.51 Mn |
| Jun 30, 2022 | 1.51 Mn |
| Mar 31, 2022 | 1.54 Mn |
| Dec 31, 2021 | 1.97 Mn |
| Sep 30, 2021 | 1.41 Mn |
ENB Financial Other Non-Interest Income 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=other-non-interest-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-interest-income", "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=other-non-interest-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();