ENB Financial (ENBP) Short-Term Debt issuances (2014 - 2023)
ENB Financial's (ENBP) quarterly Short-Term Debt issuances came in at -$32.0 million in Q4 2023, down 3300.0% on a YoY basis from $1.0 million in Q4 2022, and down 740.0% quarter-over-quarter from $5.0 million in Q2 2023.
ENB Financial (ENBP) Short-Term Debt issuances (2014 - 2023) Analysis & Trends
ENB Financial (ENBP) has reported Short-Term Debt issuances for 9 consecutive years, with -$32.0 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Short-Term Debt issuances fell 3300.0% year-over-year to -$32.0 million; the trailing twelve-month figure through Dec 2023 stood at -$16.0 million (down 166.67% YoY), and the FY2024 full-year result was $60.0 million, up 475.0% from the prior year.
- Short-Term Debt issuances fell to -$32.0 million in Q4 2023 per ENBP's latest filing, from $5.0 million in the prior quarter.
- Across five years, Short-Term Debt issuances topped out at $11.0 million in Q1 2023 and bottomed at -$32.0 million in Q4 2023.
- Historically, Short-Term Debt issuances has averaged -$3.0 million across 4 years, with a median of $1.0 million in 2022.
- The sharpest annual moves came in 2020 and 2023: Short-Term Debt issuances surged 141.93% in 2020, then slumped 3300.0% in 2023.
- Over 4 years, Short-Term Debt issuances stood at -$7.9 million in 2019, then jumped by 119.06% to $1.5 million in 2020, then slumped by 33.33% to $1.0 million in 2022, then plunged by 3300.0% to -$32.0 million in 2023.
- According to Business Quant data, Short-Term Debt issuances over the past three periods registered -$32.0 million, $5.0 million, and $11.0 million for Q4 2023, Q2 2023, and Q1 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | -18.00 Mn |
| 10 | ENB Financial | 168.13 Mn | 130.98 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -32.00 Mn |
| Jun 30, 2023 | 5.00 Mn |
| Mar 31, 2023 | 11.00 Mn |
| Dec 31, 2022 | 1.00 Mn |
| Sep 30, 2022 | -5.00 Mn |
| Sep 30, 2020 | 1.50 Mn |
| Jun 30, 2020 | -3.50 Mn |
| Mar 31, 2020 | 3.30 Mn |
| Mar 31, 2019 | -7.87 Mn |
| Sep 30, 2018 | -1.66 Mn |
| Jun 30, 2018 | -2.88 Mn |
| Mar 31, 2018 | 5.62 Mn |
| Sep 30, 2017 | -4.16 Mn |
| Jun 30, 2017 | -10.62 Mn |
| Mar 31, 2017 | 6.45 Mn |
| Sep 30, 2016 | 4.81 Mn |
| Jun 30, 2016 | -4.22 Mn |
| Mar 31, 2016 | 2.73 Mn |
| Sep 30, 2015 | 5.02 Mn |
| Mar 31, 2015 | 4.93 Mn |
ENB Financial Short-Term Debt issuances 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=short-term-debt-issuances&ticker=ENBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=ENBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();