ENB Financial (ENBP) Change in Cash (2010 - 2026)
ENB Financial's (ENBP) quarterly Change in Cash came in at -$52.4 million in Q2 2026, down 289.14% on a YoY basis from $27.7 million in Q2 2025, and down 280.93% quarter-over-quarter from $28.9 million in Q1 2026.
ENB Financial (ENBP) Change in Cash (2010 - 2026) Analysis & Trends
ENB Financial (ENBP) has reported Change in Cash for 17 consecutive years, with -$52.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 289.14% year-over-year to -$52.4 million; the trailing twelve-month figure through Jun 2026 stood at -$28.1 million (up 31.98% YoY), and the FY2025 full-year result was -$8.3 million, up 58.5% from the prior year.
- Change in Cash declined to -$52.4 million in Q2 2026 per ENBP's latest filing, from $28.9 million in the prior quarter.
- Across five years, Change in Cash topped out at $50.2 million in Q4 2023 and bottomed at -$79.3 million in Q1 2022.
- Historically, Change in Cash has averaged -$6.7 million across 5 years, with a median of -$8.5 million in 2022.
- The sharpest annual moves came in 2022 and 2025: Change in Cash plunged 1153.68% in 2022, then soared 921.22% in 2025.
- Over 5 years, Change in Cash stood at -$13.0 million in 2022, then soared by 486.32% to $50.2 million in 2023, then slumped by 97.63% to $1.2 million in 2024, then jumped by 921.22% to $12.2 million in 2025, then plunged by 530.26% to -$52.4 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$52.4 million, $28.9 million, and $12.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 439.00 Mn |
| 10 | ENB Financial | 168.13 Mn | 130.98 Mn | - | -52.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -52.38 Mn |
| Mar 31, 2026 | 28.95 Mn |
| Dec 31, 2025 | 12.17 Mn |
| Sep 30, 2025 | -16.87 Mn |
| Jun 30, 2025 | -13.46 Mn |
| Mar 31, 2025 | 9.82 Mn |
| Dec 31, 2024 | 1.19 Mn |
| Sep 30, 2024 | -38.90 Mn |
| Jun 30, 2024 | 38.76 Mn |
| Mar 31, 2024 | -21.14 Mn |
| Dec 31, 2023 | 50.24 Mn |
| Sep 30, 2023 | -22.32 Mn |
| Jun 30, 2023 | 14.63 Mn |
| Mar 31, 2023 | 8.88 Mn |
| Dec 31, 2022 | -13.00 Mn |
| Sep 30, 2022 | -4.04 Mn |
| Jun 30, 2022 | -24.54 Mn |
| Mar 31, 2022 | -79.30 Mn |
| Dec 31, 2021 | 79.63 Mn |
| Sep 30, 2021 | 23.43 Mn |
ENB Financial Change in Cash 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=change-in-cash&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();