
CINCINNATI FINANCIAL CORP — Investor Relations & Filings
Cincinnati Financial Corporation is an insurance holding company that primarily provides property and casualty insurance. The company's operations are conducted through several subsidiaries, including The Cincinnati Insurance Company, The Cincinnati Indemnity Company, and The Cincinnati Casualty Company. It offers a broad portfolio of insurance products for both businesses and individuals. Core offerings include commercial lines insurance, which covers various business risks, and personal lines insurance, primarily for home and auto. The company also provides excess and surplus lines coverage for unique or hard-to-place risks, life insurance products, and manages an investment portfolio. Cincinnati Financial markets its products and services through a network of independent insurance agents.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-19 | English | |
| Regulatory Filings 2026 | 2026-05-12 | English | |
| Regulatory Filings 2026 | 2026-05-11 | English | |
| 8-K - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English |
Browse filings by year
33 years- 2026 63 filings
- 2025 118 filings
- 2024 114 filings
- 2023 118 filings
- 2022 105 filings
- 2021 93 filings
- 2020 124 filings
- 2019 110 filings
- 2018 103 filings
- 2017 109 filings
- 2016 130 filings
- 2015 130 filings
- 2014 146 filings
- 2013 135 filings
- 2012 149 filings
- 2011 118 filings
- 2010 80 filings
- 2009 97 filings
- 2008 130 filings
- 2007 166 filings
- 2006 104 filings
- 2005 123 filings
- 2004 148 filings
- 2003 67 filings
- 2002 10 filings
- 2001 10 filings
- 2000 10 filings
- 1999 12 filings
- 1998 18 filings
- 1997 17 filings
- 1996 10 filings
- 1995 14 filings
- 1994 16 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46537475 | 8-K | 2026-05-19 | English | ||
| 45911594 | Regulatory Filings 2026 | 2026-05-12 | English | ||
| 45911598 | Regulatory Filings 2026 | 2026-05-11 | English | ||
| 41836200 | 8-K - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-05-06 | English | ||
| 45911604 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 45911610 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 45911712 | 10-Q | 2026-04-27 | English | ||
| 45911724 | 8-K | 2026-04-27 | English | ||
| 35338032 | S-3 - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-04-22 | English | ||
| 45911727 | Major Shareholding Notification 2026 | 2026-03-26 | English | ||
| 32976031 | DEFA14A - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-03-18 | English | ||
| 32976032 | DEF 14A - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-03-18 | English | ||
| 45911788 | PRE 14A | 2026-03-02 | English | ||
| 32875002 | 4 - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-02-27 | English | ||
| 32875004 | 4 - CINCINNATI FINANCIAL CORP (0000020286) (Filer) | 2026-02-27 | English | ||
Market data
Market data not available
Price history
Peer group · Non-life insurance
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Cosmos Insurance Company Public LTD
A general insurance provider serving individual and commerc…
|
COS | CY | Financial and insurance activit… |
|
Crescent Star Insurance Limited
Established 1957, offers comprehensive non-life general ins…
|
CSIL | PK | Financial and insurance activit… |
|
Crescent Star Insurance Limited (Right)
General insurance provider offering diverse non-life produc…
|
CSILR3 | PK | Financial and insurance activit… |
|
Croatia osiguranje d.d.
Insurance provider offering life and non-life products with…
|
CROS | HR | Financial and insurance activit… |
|
DB INSURANCE CO.,LTD
Provider of property and casualty insurance, loans, and inv…
|
005830 | KR | Financial and insurance activit… |
|
Definity Financial Corporation
P&C insurer providing personal and commercial coverage via …
|
DFY | CA | Financial and insurance activit… |
|
DFV Deutsche Familienversicherung AG
A digital insurer offering health, long-term care, property…
|
DFV | DE | Financial and insurance activit… |
|
Direct Line Insurance Group PLC
An insurance provider offering personal and commercial gene…
|
DLG | GB | Financial and insurance activit… |
|
DONEGAL GROUP INC
An insurance holding company providing property and casualt…
|
DGICA | US | Financial and insurance activit… |
|
Dubai Insurance Co. PJSC
General insurance provider with 50+ years experience, servi…
|
DIN | AE | Financial and insurance activit… |
CINCINNATI FINANCIAL CORP 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/30222/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30222 | 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=30222 | 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=30222 \ -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": 30222}, 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 CINCINNATI FINANCIAL CORP (id: 30222)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.