Erie Indemnity (ERIE) Cash from Investing Activities (2009 - 2026)
Erie Indemnity's (ERIE) quarterly Cash from Investing Activities came in at -$145.9 million in Q2 2026, down 275.99% year-over-year from $82.9 million in Q2 2025, and down 64.47% quarter-over-quarter from -$88.7 million in Q1 2026.
Erie Indemnity (ERIE) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Erie Indemnity has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$145.9 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 275.99% year-over-year to -$145.9 million; the TTM figure through Jun 2026 stood at -$537.4 million (down 89.33% YoY), while the FY2025 annual figure was -$439.3 million, down 93.61% from the prior year.
- Cash from Investing Activities came in at -$145.9 million for Q2 2026 at Erie Indemnity, down from -$88.7 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $35.5 million in Q3 2025 to a low of -$338.3 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$64.7 million, with a median of -$45.3 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 139.13% in 2025 against a maximum downside of 498.66% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$31.9 million in 2022, then sank by 62.36% to -$51.8 million in 2023, then declined by 9.01% to -$56.5 million in 2024, then slumped by 498.66% to -$338.3 million in 2025, then jumped by 56.86% to -$145.9 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$145.9 million in Q2 2026, -$88.7 million in Q1 2026, and -$338.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -336.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -33.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -145.93 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -18.72 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -42.78 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -29.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -145.93 Mn |
| Mar 31, 2026 | -88.73 Mn |
| Dec 31, 2025 | -338.28 Mn |
| Sep 30, 2025 | 35.52 Mn |
| Jun 30, 2025 | -38.81 Mn |
| Mar 31, 2025 | -97.76 Mn |
| Dec 31, 2024 | -56.51 Mn |
| Sep 30, 2024 | -90.77 Mn |
| Jun 30, 2024 | -52.63 Mn |
| Mar 31, 2024 | -27.00 Mn |
| Dec 31, 2023 | -51.84 Mn |
| Sep 30, 2023 | -37.47 Mn |
| Jun 30, 2023 | -55.94 Mn |
| Mar 31, 2023 | -12.33 Mn |
| Dec 31, 2022 | -31.93 Mn |
| Sep 30, 2022 | -32.80 Mn |
| Jun 30, 2022 | -28.46 Mn |
| Mar 31, 2022 | -13.73 Mn |
| Dec 31, 2021 | -142.33 Mn |
| Sep 30, 2021 | -7.65 Mn |
Erie Indemnity Cash from Investing 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-investing-activities&ticker=ERIE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=ERIE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();