
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 |
|---|---|---|---|
|
Tổng Công ty Bảo hiểm Ngân hàng Đầu tư và Phát triển Việt Nam
General insurance provider, leader in bancassurance and onl…
|
BIC | VN | Financial and insurance activit… |
|
Tổng Công ty Cổ phần Bảo hiểm Petrolimex
Leading non-life insurer providing diverse insurance produc…
|
PGI | VN | Financial and insurance activit… |
|
Tổng Công ty Cổ phần Bảo hiểm Quân đội
Leading non-life insurance provider offering a comprehensiv…
|
MIG | VN | Financial and insurance activit… |
|
Tổng Công ty Cổ phần Bảo Minh
Prominent insurer since 1994, offering diverse solutions an…
|
BMI | VN | Financial and insurance activit… |
|
Topdanmark
Provides non-life, life insurance, and pension products to …
|
TOP | DK | Financial and insurance activit… |
|
Tower Limited
Provides general insurance for motor, home, and travel usin…
|
TWR | NZ | Financial and insurance activit… |
|
TOWER LIMITED
Provides personal and commercial general insurance through …
|
TWR | AU | Financial and insurance activit… |
|
TPL Corp Limited
Investment holding company with strategic investments in in…
|
TPL | PK | Financial and insurance activit… |
|
TPL Direct Insurance Limited
Offers comprehensive general and Takaful insurance products…
|
TDIL | PK | Financial and insurance activit… |
|
TPL Insurance Limited
A leading insurtech company providing seamless online gener…
|
TPLI | PK | 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.