
ERIE INDEMNITY CO — Investor Relations & Filings
Erie Indemnity Co. is the management company for the Erie Insurance Exchange, a subscriber-owned reciprocal insurer. Acting as the attorney-in-fact, Erie Indemnity provides management services related to the sales, underwriting, and issuance of insurance policies on behalf of the Exchange. The combined entity, known as Erie Insurance Group, offers a range of property and casualty insurance products, including auto, home, renters, and business insurance. The group also provides life insurance policies. It distributes its products primarily through a network of independent insurance agents.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-21 | English | |
| 4 - ERIE INDEMNITY CO (0000922621) (Issuer) | 2026-03-26 | English | |
| ARS - ERIE INDEMNITY CO (0000922621) (Filer) | 2026-03-20 | English | |
| DEF 14C - ERIE INDEMNITY CO (0000922621) (Filer) | 2026-03-20 | English | |
| 4 - ERIE INDEMNITY CO (0000922621) (Issuer) | 2026-03-17 | English | |
| 4 - ERIE INDEMNITY CO (0000922621) (Filer) | 2026-03-03 | English |
Browse filings by year
17 yearsMarket data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Accelerant Holdings
A data-driven risk exchange platform for the specialty insu…
|
ARX | KY | Financial and insurance activit… |
|
Advantage Risk Management Co., Ltd.
Offers HR solutions in mental health, disability support, a…
|
8769 | JP | Financial and insurance activit… |
|
AFFIN-ACF HOLDINGS BERHAD
Holding company in financial services, offering banking and…
|
— | MY | Financial and insurance activit… |
|
ALEXANDER FORBES GROUP HOLDINGS LIMITED
Diversified financial services providing integrated advice …
|
AFH | ZA | Financial and insurance activit… |
|
ALPHA GROWTH PLC
A financial services firm specializing in esoteric asset ma…
|
ALGW | GB | Financial and insurance activit… |
|
ID Watchdog, Inc.
Provider of comprehensive identity theft protection, detect…
|
IDW | CA | Financial and insurance activit… |
|
INVERSIONES ATLANTIDA, S.A.
A strategic financial holding company offering banking, ins…
|
57MB | SG | Financial and insurance activit… |
|
IRRC Corporation
Integrates insurance agency operations with proprietary tec…
|
7325 | JP | Financial and insurance activit… |
|
MARSH & MCLENNAN COMPANIES, INC.
A global professional services firm providing advice in ris…
|
MMC | US | Financial and insurance activit… |
|
NexgenRx Inc.
Full-service TPA and tech provider specializing in group be…
|
NXG | CA | Financial and insurance activit… |
ERIE INDEMNITY CO via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/30372/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30372 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=30372 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=30372 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 30372}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for ERIE INDEMNITY CO (id: 30372)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.