ENB Financial (ENBP) Other Non Operating Income (2010 - 2022)
ENB Financial's (ENBP) quarterly Other Non Operating Income came in at -$16.5 million in Q2 2022, down 454.92% on a YoY basis from $4.7 million in Q2 2021, and up 30.09% quarter-over-quarter from -$23.6 million in Q1 2022.
ENB Financial (ENBP) Other Non Operating Income (2010 - 2022) Analysis & Trends
ENB Financial (ENBP) has reported Other Non Operating Income for 12 consecutive years, with -$16.5 million the latest figure, recorded in Q2 2022.
- For the quarter ending Q2 2022, Other Non Operating Income fell 454.92% year-over-year to -$16.5 million; the trailing twelve-month figure through Jun 2022 stood at -$40.5 million (down 1394.62% YoY), and the FY2024 full-year result was $527000.0, up 40.16% from the prior year.
- Other Non Operating Income climbed to -$16.5 million in Q2 2022 per ENBP's latest filing, from -$23.6 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $4.7 million in Q2 2021 and bottomed at -$23.6 million in Q1 2022.
- Historically, Other Non Operating Income has averaged -$3.4 million across 5 years, with a median of -$280000.0 in 2018.
- The sharpest annual moves came in 2019 and 2021: Other Non Operating Income jumped 1348.6% in 2019, then sank 1711.68% in 2021.
- Over 5 years, Other Non Operating Income stood at -$286000.0 in 2018, then surged by 1348.6% to $3.6 million in 2019, then climbed by 3.86% to $3.7 million in 2020, then grew by 25.48% to $4.7 million in 2021, then sank by 454.92% to -$16.5 million in 2022.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$16.5 million, -$23.6 million, and $4.7 million for Q2 2022, Q1 2022, and Q2 2021 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, 2022 | -16.52 Mn |
| Mar 31, 2022 | -23.63 Mn |
| Jun 30, 2021 | 4.65 Mn |
| Mar 31, 2021 | -4.96 Mn |
| Jun 30, 2020 | 3.71 Mn |
| Mar 31, 2020 | -274,000.00 |
| Jun 30, 2019 | 3.57 Mn |
| Mar 31, 2019 | 2.55 Mn |
| Jun 30, 2018 | -286,000.00 |
| Mar 31, 2018 | -2.69 Mn |
| Jun 30, 2017 | 2.78 Mn |
| Mar 31, 2017 | 418,000.00 |
| Jun 30, 2016 | 2.26 Mn |
| Mar 31, 2016 | 1.05 Mn |
| Jun 30, 2015 | -2.25 Mn |
| Mar 31, 2015 | 1.53 Mn |
| Jun 30, 2014 | 1.96 Mn |
| Jun 30, 2013 | -6.00 Mn |
| Jun 30, 2011 | 1.75 Mn |
| Jun 30, 2010 | 1.80 Mn |
ENB Financial Other Non Operating 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-operating-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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-operating-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();