ENB Financial (ENBP) Interest & Investment Income (2010 - 2014)
ENB Financial's (ENBP) quarterly Interest & Investment Income came in at $2.0 million in Q2 2014, up 132.7% on a YoY basis from $843145.7 in Q2 2013, and down 24.54% quarter-over-quarter from $2.6 million in Q1 2014.
ENB Financial (ENBP) Interest & Investment Income (2010 - 2014) Analysis & Trends
ENB Financial (ENBP) has reported Interest & Investment Income for 4 consecutive years, with $2.0 million the latest figure, recorded in Q2 2014.
- For the quarter ending Q2 2014, Interest & Investment Income rose 132.7% year-over-year to $2.0 million; the trailing twelve-month figure through Jun 2014 stood at -$2.2 million (up 52.82% YoY), and the FY2014 full-year result was $7.0 million, up 181.41% from the prior year.
- Interest & Investment Income eased to $2.0 million in Q2 2014 per ENBP's latest filing, from $2.6 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at $2.7 million in Q3 2010 and bottomed at -$6.0 million in Q2 2013.
- Historically, Interest & Investment Income has averaged $383857.1 across 4 years, with a median of $2.0 million in 2014.
- The sharpest annual moves came in 2011 and 2014: Interest & Investment Income retreated 6.8% in 2011, then surged 452.3% in 2014.
- Over 4 years, Interest & Investment Income stood at $2.7 million in 2010, then plunged by 115.53% to -$425000.0 in 2011, then sank by 1311.76% to -$6.0 million in 2013, then jumped by 132.7% to $2.0 million in 2014.
- According to Business Quant data, Interest & Investment Income over the past three periods registered $2.0 million, $2.6 million, and -$6.0 million for Q2 2014, Q1 2014, and Q2 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 941.95 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 | - | -5.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 8.00 Mn |
| 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, 2014 | 1.96 Mn |
| Mar 31, 2014 | 2.60 Mn |
| Jun 30, 2013 | -6.00 Mn |
| Mar 31, 2013 | -738,000.00 |
| Dec 31, 2011 | -425,000.00 |
| Sep 30, 2011 | 2.55 Mn |
| Sep 30, 2010 | 2.74 Mn |
ENB Financial Interest & Investment 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=interest-and-investment-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();