Eagle Financial Services (EFSI) Short-Term Debt issuances (2010 - 2025)
Eagle Financial Services' (EFSI) quarterly Short-Term Debt issuances came in at -$71000.0 in Q3 2025, down 22.41% on a YoY basis from -$91511.1 in Q3 2024, and down 141.28% quarter-over-quarter from $172000.0 in Q2 2025.
Eagle Financial Services (EFSI) Short-Term Debt issuances (2010 - 2025) Analysis & Trends
Eagle Financial Services (EFSI) has reported Short-Term Debt issuances for 8 consecutive years, with -$71000.0 the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Short-Term Debt issuances fell 22.41% year-over-year to -$71000.0; the trailing twelve-month figure through Sep 2025 stood at $43000.0 (up 100.04% YoY), and the FY2023 full-year result was -$155.0 million, down 188.57% from the prior year.
- Short-Term Debt issuances retreated to -$71000.0 in Q3 2025 per EFSI's latest filing, from $172000.0 in the prior quarter.
- Across five years, Short-Term Debt issuances topped out at $100.0 million in Q4 2022 and bottomed at -$122.0 million in Q4 2023.
- Historically, Short-Term Debt issuances has averaged $2.3 million across 4 years, with a median of -$45000.0 in 2024.
- The sharpest annual moves came in 2023 and 2025: Short-Term Debt issuances sank 222.02% in 2023, then surged 482.22% in 2025.
- Over 4 years, Short-Term Debt issuances stood at $100.0 million in 2022, then tumbled by 222.02% to -$122.0 million in 2023, then jumped by 99.95% to -$58000.0 in 2024, then dropped by 22.41% to -$71000.0 in 2025.
- According to Business Quant data, Short-Term Debt issuances over the past three periods registered -$71000.0, $172000.0, and -$58000.0 for Q3 2025, Q2 2025, and Q3 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | -3.24 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -200.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -71,000.00 |
| Jun 30, 2025 | 172,000.00 |
| Sep 30, 2024 | -58,000.00 |
| Jun 30, 2024 | -45,000.00 |
| Mar 31, 2024 | 347,000.00 |
| Dec 31, 2023 | -122.02 Mn |
| Mar 31, 2023 | -32.98 Mn |
| Dec 31, 2022 | 100.00 Mn |
| Sep 30, 2022 | 75.00 Mn |
| Jun 30, 2014 | -4.59 Mn |
| Mar 31, 2014 | 4.59 Mn |
| Sep 30, 2013 | -5.62 Mn |
| Jun 30, 2013 | 5.62 Mn |
| Mar 31, 2013 | -10.00 Mn |
| Sep 30, 2011 | -3.24 Mn |
| Jun 30, 2011 | -809,000.00 |
| Mar 31, 2011 | -345,000.00 |
| Dec 31, 2010 | -524,000.00 |
| Sep 30, 2010 | -67,000.00 |
Eagle Financial Services 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=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-debt-issuances&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();