Erie Indemnity (ERIE) Invested Capital (2016 - 2022)
Erie Indemnity's (ERIE) quarterly Invested Capital came in at $1.4 billion in Q4 2022, up 0.84% year-over-year from $1.4 billion in Q4 2021, and up 6.77% quarter-over-quarter from $1.4 billion in Q3 2022.
Erie Indemnity (ERIE) Invested Capital (2016 - 2022) Analysis & Trends
Erie Indemnity has disclosed Invested Capital across 7 years of filings, most recently posting $1.4 billion for Q4 2022.
- In Q4 2022, Invested Capital rose 0.84% year-over-year to $1.4 billion; the TTM figure through Dec 2022 stood at $1.4 billion (up 0.84% YoY), while the FY2022 annual figure was $1.4 billion, up 0.84% from the prior year.
- Invested Capital came in at $1.4 billion for Q4 2022 at Erie Indemnity, up from $1.4 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $2.2 billion in Q3 2018 to a low of $914.9 million in Q1 2018.
- Average Invested Capital over 5 years is $1.3 billion, with a median of $1.3 billion recorded in 2021.
- Year-over-year, Invested Capital tumbled 54.27% in 2018 and gained 21.66% in 2019.
- Over 5 years, Invested Capital stood at $1.1 billion in 2018, then increased by 14.69% to $1.2 billion in 2019, then increased by 4.29% to $1.3 billion in 2020, then climbed by 11.87% to $1.4 billion in 2021, then advanced by 0.84% to $1.4 billion in 2022.
- Per Business Quant data, the three most recent Invested Capital figures were $1.4 billion in Q4 2022, $1.4 billion in Q3 2022, and $1.4 billion in Q2 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 36.64 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 24.65 Bn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 38.74 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | 14.30 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 20.37 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | -27.41 Mn |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 4.65 Bn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 865.76 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 3.69 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 1.45 Bn |
| Sep 30, 2022 | 1.36 Bn |
| Jun 30, 2022 | 1.42 Bn |
| Mar 31, 2022 | 1.43 Bn |
| Dec 31, 2021 | 1.44 Bn |
| Sep 30, 2021 | 1.38 Bn |
| Jun 30, 2021 | 1.34 Bn |
| Mar 31, 2021 | 1.30 Bn |
| Dec 31, 2020 | 1.28 Bn |
| Sep 30, 2020 | 1.34 Bn |
| Mar 31, 2020 | 1.21 Bn |
| Dec 31, 2019 | 1.23 Bn |
| Jun 30, 2019 | 1.16 Bn |
| Mar 31, 2019 | 1.11 Bn |
| Dec 31, 2018 | 1.07 Bn |
| Sep 30, 2018 | 2.17 Bn |
| Jun 30, 2018 | 979.91 Mn |
| Mar 31, 2018 | 914.88 Mn |
| Dec 31, 2017 | 932.07 Mn |
| Sep 30, 2017 | 2.07 Bn |
Erie Indemnity Invested Capital 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=invested-capital&ticker=ERIE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=ERIE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();