Erie Indemnity (ERIE) Cash from Financing Activities (2009 - 2026)
Erie Indemnity's (ERIE) quarterly Cash from Financing Activities came in at -$54.7 million in Q2 2026, down 33.05% year-over-year from -$81.7 million in Q2 2025, and up 31.98% quarter-over-quarter from -$80.4 million in Q1 2026.
Erie Indemnity (ERIE) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Erie Indemnity has disclosed Cash from Financing Activities across 18 years of filings, most recently posting -$54.7 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 33.05% year-over-year to -$54.7 million; the TTM figure through Jun 2026 stood at -$235.5 million (down 8.48% YoY), while the FY2025 annual figure was -$199.9 million, up 13.11% from the prior year.
- Cash from Financing Activities came in at -$54.7 million for Q2 2026 at Erie Indemnity, up from -$80.4 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of -$41.1 million in Q2 2025 to a low of -$105.2 million in Q2 2022.
- Average Cash from Financing Activities over 5 years is -$60.4 million, with a median of -$55.4 million recorded in 2023.
- Year-over-year, Cash from Financing Activities sank 116.05% in 2022 and jumped 47.34% in 2023.
- Over 5 years, Cash from Financing Activities stood at -$51.7 million in 2022, then decreased by 7.21% to -$55.4 million in 2023, then declined by 7.85% to -$59.8 million in 2024, then rose by 6.37% to -$56.0 million in 2025, then gained by 2.24% to -$54.7 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$54.7 million in Q2 2026, -$80.4 million in Q1 2026, and -$56.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -800.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -858.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 1.25 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -408.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -172.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -54.71 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 3.97 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -25.70 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 138.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -54.71 Mn |
| Mar 31, 2026 | -80.42 Mn |
| Dec 31, 2025 | -55.96 Mn |
| Sep 30, 2025 | -44.40 Mn |
| Jun 30, 2025 | -41.12 Mn |
| Mar 31, 2025 | -58.38 Mn |
| Dec 31, 2024 | -59.77 Mn |
| Sep 30, 2024 | -57.82 Mn |
| Jun 30, 2024 | -53.03 Mn |
| Mar 31, 2024 | -59.38 Mn |
| Dec 31, 2023 | -55.42 Mn |
| Sep 30, 2023 | -55.42 Mn |
| Jun 30, 2023 | -55.42 Mn |
| Mar 31, 2023 | -55.42 Mn |
| Dec 31, 2022 | -51.69 Mn |
| Sep 30, 2022 | -91.69 Mn |
| Jun 30, 2022 | -105.24 Mn |
| Mar 31, 2022 | -52.22 Mn |
| Dec 31, 2021 | -48.72 Mn |
| Sep 30, 2021 | -48.71 Mn |
Erie Indemnity 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=ERIE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "ERIE", "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=ERIE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();