Eagle Financial Services (EFSI) Long-Term Debt Issuances (2022 - 2024)
Eagle Financial Services' (EFSI) quarterly Long-Term Debt Issuances came in at -$10.0 million in Q2 2024, up 93.33% on a YoY basis from -$5.2 million in Q3 2023, and little changed quarter-over-quarter from -$10.0 million in Q1 2024.
Eagle Financial Services (EFSI) Long-Term Debt Issuances (2022 - 2024) Analysis & Trends
Eagle Financial Services (EFSI) has reported Long-Term Debt Issuances for 3 consecutive years, with -$10.0 million the latest figure, recorded in Q2 2024.
- For the quarter ending Q2 2024, Long-Term Debt Issuances rose 93.33% year-over-year to -$10.0 million; the trailing twelve-month figure through Mar 2025 stood at -$20.0 million (down 100.0% YoY), and the FY2022 full-year result was $29.3 million, changed N/A from the prior year.
- Long-Term Debt Issuances was little changed at -$10.0 million in Q2 2024 per EFSI's latest filing, from -$10.0 million in the prior quarter.
- Across five years, Long-Term Debt Issuances topped out at $175.0 million in Q4 2023 and bottomed at -$150.0 million in Q2 2023.
- Historically, Long-Term Debt Issuances has averaged $1.0 million across 3 years, with a median of -$1000.0 in 2022.
- The widest YoY moves for Long-Term Debt Issuances: up 17500100.0% in 2023, down 14999900.0% in 2023.
- Over 3 years, Long-Term Debt Issuances stood at -$1000.0 in 2022, then soared by 17500100.0% to $175.0 million in 2023, then slumped by 105.71% to -$10.0 million in 2024.
- According to Business Quant data, Long-Term Debt Issuances over the past three periods registered -$10.0 million, -$10.0 million, and $175.0 million for Q2 2024, Q1 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 27.66 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 2.70 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 1.55 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 7.00 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 1.06 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 747.00 Mn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | -10.00 Mn |
| Mar 31, 2024 | -10.00 Mn |
| Dec 31, 2023 | 175.00 Mn |
| Sep 30, 2023 | -25.00 Mn |
| Jun 30, 2023 | -150.00 Mn |
| Dec 31, 2022 | -1,000.00 |
| Sep 30, 2022 | 1,000.00 |
| Jun 30, 2022 | -1,000.00 |
| Mar 31, 2022 | 29.33 Mn |
Eagle Financial Services Long-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=long-term-debt-issuances&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "EFSI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();