Cincinnati Financial (CINF) Non Operating Investment Income (2009 - 2026)
Cincinnati Financial (CINF) posted Non Operating Investment Income of $1.3 billion for Q2 2026, up 1968.57% on a QoQ basis from -$70.0 million in Q1 2026, and up 176.53% year-over-year from $473.0 million in Q2 2025.
Cincinnati Financial (CINF) Non Operating Investment Income (2009 - 2026) Analysis & Trends
Cincinnati Financial has reported Non Operating Investment Income for 18 years, with the latest figure at $1.3 billion in Q2 2026.
- On a quarterly basis, Non Operating Investment Income rose 176.53% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $2.3 billion, a 116.98% increase from a year earlier, with the FY2025 full-year figure at $1.4 billion, up 3.67% from the prior year.
- Non Operating Investment Income was $1.3 billion for Q2 2026 at Cincinnati Financial, up from -$70.0 million in the prior quarter.
- The five-year high for Non Operating Investment Income was $1.3 billion in Q2 2026, with the low at -$1.2 billion in Q2 2022.
- Average Non Operating Investment Income over 5 years is $207.3 million, with a median of $160.0 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Non Operating Investment Income slumped 862.86% in 2022, then surged 477.36% in 2024.
- Over 5 years, Non Operating Investment Income stood at $1.0 billion in 2022, then increased by 1.56% to $1.0 billion in 2023, then slumped by 111.12% to -$116.0 million in 2024, then soared by 257.76% to $183.0 million in 2025, then jumped by 614.75% to $1.3 billion in 2026.
- The last three Non Operating Investment Income figures came in at $1.3 billion (Q2 2026), -$70.0 million (Q1 2026), and $183.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 16.08 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 162.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 588.00 Mn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 60.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.06 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | -153.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -768.90 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -265.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 64.00 Mn |
| 10 | Cincinnati Financial | 25.45 Bn | 23.56 Bn | 2.39 Bn | 1.31 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.31 Bn |
| Mar 31, 2026 | -70.00 Mn |
| Dec 31, 2025 | 183.00 Mn |
| Sep 30, 2025 | 853.00 Mn |
| Jun 30, 2025 | 473.00 Mn |
| Mar 31, 2025 | -67.00 Mn |
| Dec 31, 2024 | -116.00 Mn |
| Sep 30, 2024 | 758.00 Mn |
| Jun 30, 2024 | 137.00 Mn |
| Mar 31, 2024 | 612.00 Mn |
| Dec 31, 2023 | 1.04 Bn |
| Sep 30, 2023 | -456.00 Mn |
| Jun 30, 2023 | 434.00 Mn |
| Mar 31, 2023 | 106.00 Mn |
| Dec 31, 2022 | 1.03 Bn |
| Sep 30, 2022 | -674.00 Mn |
| Jun 30, 2022 | -1.15 Bn |
| Mar 31, 2022 | -666.00 Mn |
| Dec 31, 2021 | 1.46 Bn |
| Sep 30, 2021 | -70.00 Mn |
Cincinnati Financial Non Operating Investment Income 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=non-operating-investment-income&ticker=CINF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "CINF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=CINF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();