Chubb (CB) Non Operating Investment Income (2015 - 2026)
Chubb's (CB) quarterly Non Operating Investment Income came in at $162.0 million in Q2 2026, up 1.25% year-over-year from $160.0 million in Q2 2025, and up 139.8% quarter-over-quarter from -$407.0 million in Q1 2026.
Chubb (CB) Non Operating Investment Income (2015 - 2026) Analysis & Trends
Chubb (CB) has reported Non Operating Investment Income for 12 consecutive years, with $162.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Investment Income rose 1.25% year-over-year to $162.0 million in Q2 2026; TTM through Jun 2026 was -$78.0 million, a 149.37% decrease from a year earlier, with the FY2025 full-year figure at $211.0 million, up 80.34% from the prior year.
- Non Operating Investment Income was $162.0 million for Q2 2026 at Chubb, up from -$407.0 million in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $283.0 million in Q3 2025 and troughed at -$503.0 million in Q2 2022.
- A 5-year average of -$89.4 million and a median of -$102.0 million in 2023 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income slumped 2071.43% in 2022 and jumped 292.23% in 2024, its largest moves.
- Over 5 years, Non Operating Investment Income stood at -$149.0 million in 2022, then gained by 17.45% to -$123.0 million in 2023, then jumped by 31.71% to -$84.0 million in 2024, then tumbled by 38.1% to -$116.0 million in 2025, then jumped by 239.66% to $162.0 million in 2026.
- The last three Non Operating Investment Income figures came in at $162.0 million (Q2 2026), -$407.0 million (Q1 2026), and -$116.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 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 162.00 Mn |
| Mar 31, 2026 | -407.00 Mn |
| Dec 31, 2025 | -116.00 Mn |
| Sep 30, 2025 | 283.00 Mn |
| Jun 30, 2025 | 160.00 Mn |
| Mar 31, 2025 | -116.00 Mn |
| Dec 31, 2024 | -84.00 Mn |
| Sep 30, 2024 | 198.00 Mn |
| Jun 30, 2024 | 104.00 Mn |
| Mar 31, 2024 | -101.00 Mn |
| Dec 31, 2023 | -123.00 Mn |
| Sep 30, 2023 | -103.00 Mn |
| Jun 30, 2023 | -304.00 Mn |
| Mar 31, 2023 | -77.00 Mn |
| Dec 31, 2022 | -149.00 Mn |
| Sep 30, 2022 | -456.00 Mn |
| Jun 30, 2022 | -503.00 Mn |
| Mar 31, 2022 | 23.00 Mn |
| Dec 31, 2021 | 197.00 Mn |
| Sep 30, 2021 | -21.00 Mn |
Chubb 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=CB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "CB", "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=CB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();