Eagle Financial Services (EFSI) Cash from Financing Activities (2010 - 2026)
Eagle Financial Services' (EFSI) quarterly Cash from Financing Activities came in at $2.0 million in Q2 2026, down 98.38% on a YoY basis from $126.2 million in Q2 2025, and up 104.01% quarter-over-quarter from -$51.1 million in Q1 2026.
Eagle Financial Services (EFSI) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Eagle Financial Services (EFSI) has reported Cash from Financing Activities for 17 consecutive years, with $2.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities fell 98.38% year-over-year to $2.0 million; the trailing twelve-month figure through Jun 2026 stood at -$211.8 million (down 195.82% YoY), and the FY2025 full-year result was -$754000.0, down 103.91% from the prior year.
- Cash from Financing Activities rose to $2.0 million in Q2 2026 per EFSI's latest filing, from -$51.1 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $141.9 million in Q4 2022 and bottomed at -$113.2 million in Q3 2025.
- Historically, Cash from Financing Activities has averaged $26.9 million across 5 years, with a median of $22.0 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Cash from Financing Activities soared 3485.88% in 2025, then sank 242.9% in 2026.
- Over 5 years, Cash from Financing Activities stood at $141.9 million in 2022, then slumped by 81.05% to $26.9 million in 2023, then plunged by 182.29% to -$22.1 million in 2024, then sank by 123.68% to -$49.5 million in 2025, then soared by 104.14% to $2.0 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered $2.0 million, -$51.1 million, and -$49.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 4.92 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 3.65 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | -3.06 Bn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 5.17 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | -206.00 Mn |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 2.33 Bn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 148.00 Mn |
| 10 | Eagle Financial Services | 250.72 Mn | 106.73 Mn | - | 2.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.05 Mn |
| Mar 31, 2026 | -51.10 Mn |
| Dec 31, 2025 | -49.49 Mn |
| Sep 30, 2025 | -113.21 Mn |
| Jun 30, 2025 | 126.19 Mn |
| Mar 31, 2025 | 35.76 Mn |
| Dec 31, 2024 | -22.13 Mn |
| Sep 30, 2024 | 81.17 Mn |
| Jun 30, 2024 | 3.52 Mn |
| Mar 31, 2024 | -43.27 Mn |
| Dec 31, 2023 | 26.89 Mn |
| Sep 30, 2023 | 14.14 Mn |
| Jun 30, 2023 | 17.13 Mn |
| Mar 31, 2023 | 136.71 Mn |
| Dec 31, 2022 | 141.92 Mn |
| Sep 30, 2022 | 68.10 Mn |
| Jun 30, 2022 | 27.91 Mn |
| Mar 31, 2022 | 82.42 Mn |
| Dec 31, 2021 | 45.77 Mn |
| Sep 30, 2021 | 30.32 Mn |
Eagle Financial Services Cash from Financing Activities 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=cash-from-financing-activities&ticker=EFSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=EFSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();