ENB Financial (ENBP) Asset Utilization Ratio (2011 - 2026)
ENB Financial's (ENBP) quarterly Asset Utilization Ratio came in at 0.04 in Q2 2026, up 7.7% on a YoY basis from 0.04 in Q2 2025, and up 1.13% quarter-over-quarter from 0.04 in Q1 2026.
ENB Financial (ENBP) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
ENB Financial (ENBP) has reported Asset Utilization Ratio for 15 consecutive years, with 0.04 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Asset Utilization Ratio rose 7.7% year-over-year to 0.04; the trailing twelve-month figure through Jun 2026 stood at 0.04 (up 7.7% YoY), and the FY2025 full-year result was 0.04, up 9.21% from the prior year.
- Asset Utilization Ratio climbed to 0.04 in Q2 2026 per ENBP's latest filing, from 0.04 in the prior quarter.
- Across five years, Asset Utilization Ratio topped out at 0.04 in Q2 2026 and bottomed at 0.03 in Q1 2022.
- Historically, Asset Utilization Ratio has averaged 0.04 across 5 years, with a median of 0.04 in 2024.
- The sharpest annual moves came in 2022 and 2025: Asset Utilization Ratio fell 7.92% in 2022, then rose 11.33% in 2025.
- Over 5 years, Asset Utilization Ratio stood at 0.03 in 2022, then fell by 1.49% to 0.03 in 2023, then grew by 1.7% to 0.03 in 2024, then climbed by 11.33% to 0.04 in 2025, then rose by 0.36% to 0.04 in 2026.
- According to Business Quant data, Asset Utilization Ratio over the past three periods registered 0.04, 0.04, and 0.04 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 0.04 |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 0.04 |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 0.05 |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 0.03 |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 0.04 |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 0.05 |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 0.04 |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 0.00 |
| 10 | ENB Financial | 168.13 Mn | 130.98 Mn | - | 0.04 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.04 |
| Mar 31, 2026 | 0.04 |
| Dec 31, 2025 | 0.04 |
| Sep 30, 2025 | 0.04 |
| Jun 30, 2025 | 0.04 |
| Mar 31, 2025 | 0.03 |
| Dec 31, 2024 | 0.03 |
| Sep 30, 2024 | 0.04 |
| Jun 30, 2024 | 0.04 |
| Mar 31, 2024 | 0.03 |
| Dec 31, 2023 | 0.03 |
| Sep 30, 2023 | 0.04 |
| Jun 30, 2023 | 0.04 |
| Mar 31, 2023 | 0.04 |
| Dec 31, 2022 | 0.03 |
| Sep 30, 2022 | 0.03 |
| Jun 30, 2022 | 0.03 |
| Mar 31, 2022 | 0.03 |
| Dec 31, 2021 | 0.03 |
| Sep 30, 2021 | 0.04 |
ENB Financial Asset Utilization Ratio 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=asset-utilization-ratio&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();