Eagle Financial Services (EFSI) Change in Cash (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly Change in Cash came in at -$45.8 million in Q2 2026, down 134.93% on a YoY basis from $131.1 million in Q2 2025, and down 66.9% quarter-over-quarter from -$27.4 million in Q1 2026.
Eagle Financial Services (EFSI) Change in Cash (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported Change in Cash for 17 consecutive years, with -$45.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 134.93% year-over-year to -$45.8 million; the trailing twelve-month figure through Jun 2026 stood at -$252.0 million (down 192.53% YoY), and the FY2025 full-year result was $24.0 million, down 56.15% from the prior year.
- Change in Cash declined to -$45.8 million in Q2 2026 per EFSI's latest filing, from -$27.4 million in the prior quarter.
- Across five years, Change in Cash topped out at $131.1 million in Q2 2025 and bottomed at -$127.9 million in Q3 2025.
- Historically, Change in Cash has averaged $4.4 million across 5 years, with a median of $56500.0 in 2022.
- The widest YoY moves for Change in Cash: up 3394.52% in 2025, down 525.59% in 2025.
- Over 5 years, Change in Cash stood at $31.0 million in 2022, then tumbled by 111.9% to -$3.7 million in 2023, then surged by 424.78% to $12.0 million in 2024, then plunged by 525.59% to -$50.9 million in 2025, then climbed by 10.13% to -$45.8 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$45.8 million, -$27.4 million, and -$50.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -1.22 Bn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - | -45.78 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.78 Mn |
| Mar 31, 2026 | -27.43 Mn |
| Dec 31, 2025 | -50.94 Mn |
| Sep 30, 2025 | -127.87 Mn |
| Jun 30, 2025 | 131.06 Mn |
| Mar 31, 2025 | 71.79 Mn |
| Dec 31, 2024 | 11.97 Mn |
| Sep 30, 2024 | 57.54 Mn |
| Jun 30, 2024 | -3.98 Mn |
| Mar 31, 2024 | -10.72 Mn |
| Dec 31, 2023 | -3.69 Mn |
| Sep 30, 2023 | 63.14 Mn |
| Jun 30, 2023 | -49.82 Mn |
| Mar 31, 2023 | 61.82 Mn |
| Dec 31, 2022 | 30.96 Mn |
| Sep 30, 2022 | 3.80 Mn |
| Jun 30, 2022 | -63.77 Mn |
| Mar 31, 2022 | 31.84 Mn |
| Dec 31, 2021 | -4.34 Mn |
| Sep 30, 2021 | -36.06 Mn |
Eagle Financial Services Change in Cash 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-cash&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();