Eagle Financial Services (EFSI) Change in Net Loans (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly Change in Net Loans came in at $43.1 million in Q2 2026, up 405.37% quarter-over-quarter from -$14.1 million in Q1 2026.
Eagle Financial Services (EFSI) Change in Net Loans (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported Change in Net Loans for 17 consecutive years, with $43.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Net Loans changed N/A year-over-year to $43.1 million; the trailing twelve-month figure through Jun 2026 stood at $29.0 million (up 190.11% YoY), and the FY2025 full-year result was -$18.8 million, changed N/A from the prior year.
- Change in Net Loans rose to $43.1 million in Q2 2026 per EFSI's latest filing, from -$14.1 million in the prior quarter.
- Across five years, Change in Net Loans topped out at $43.1 million in Q2 2026 and bottomed at -$57.7 million in Q4 2022.
- Historically, Change in Net Loans has averaged -$14.1 million across 5 years, with a median of -$14.6 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Change in Net Loans sank 184.14% in 2022, then soared 196.81% in 2024.
- Over 5 years, Change in Net Loans stood at -$57.7 million in 2022, then surged by 95.59% to -$2.5 million in 2023, then sank by 425.22% to -$13.4 million in 2024, then plunged by 40.38% to -$18.8 million in 2025, then jumped by 329.42% to $43.1 million in 2026.
- According to Business Quant data, Change in Net Loans over the past three periods registered $43.1 million, -$14.1 million, and -$18.8 million for Q2 2026, Q1 2026, and Q1 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 4.38 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 2.56 Bn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - | 43.07 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 43.07 Mn |
| Mar 31, 2026 | -14.10 Mn |
| Mar 31, 2025 | -18.77 Mn |
| Sep 30, 2024 | -13.37 Mn |
| Jun 30, 2024 | -9.63 Mn |
| Mar 31, 2024 | 23.00 Mn |
| Dec 31, 2023 | -2.55 Mn |
| Sep 30, 2023 | -10.52 Mn |
| Jun 30, 2023 | -15.04 Mn |
| Mar 31, 2023 | -23.76 Mn |
| Dec 31, 2022 | -57.71 Mn |
| Sep 30, 2022 | -29.45 Mn |
| Jun 30, 2022 | -35.86 Mn |
| Mar 31, 2022 | -32.50 Mn |
| Dec 31, 2021 | -58.66 Mn |
| Sep 30, 2021 | -23.33 Mn |
| Jun 30, 2021 | -56.81 Mn |
| Mar 31, 2021 | 38.63 Mn |
| Dec 31, 2020 | 31.03 Mn |
| Sep 30, 2020 | 16.62 Mn |
Eagle Financial Services Change in Net Loans 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=change-in-net-loans&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "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=change-in-net-loans&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();