Chubb (CB) Income from Continuing Operations (2009 - 2026)
Chubb's (CB) quarterly Income from Continuing Operations came in at $2.9 billion in Q2 2026, down 3.9% year-over-year from $3.0 billion in Q2 2025, and up 22.8% quarter-over-quarter from $2.3 billion in Q1 2026.
Chubb (CB) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Chubb (CB) has reported Income from Continuing Operations for 18 consecutive years, with $2.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations fell 3.9% year-over-year to $2.9 billion in Q2 2026; TTM through Jun 2026 was $11.5 billion, a 18.86% increase from a year earlier, with the FY2025 full-year figure at $10.6 billion, up 10.19% from the prior year.
- Income from Continuing Operations was $2.9 billion for Q2 2026 at Chubb, up from $2.3 billion in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $3.3 billion in Q4 2023 and troughed at -$4.7 billion in Q2 2022.
- A 5-year average of $1.3 billion and a median of $2.3 billion in 2024 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations slumped 309.14% in 2022 and soared 153.38% in 2023, its largest moves.
- Over 5 years, Income from Continuing Operations stood at $1.7 billion in 2022, then surged by 92.96% to $3.3 billion in 2023, then declined by 19.76% to $2.6 billion in 2024, then grew by 20.19% to $3.2 billion in 2025, then fell by 9.17% to $2.9 billion in 2026.
- The last three Income from Continuing Operations figures came in at $2.9 billion (Q2 2026), $2.3 billion (Q1 2026), and $3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 25.77 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 2.88 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 3.31 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 2.21 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 3.27 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 825.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 2.36 Bn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 948.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 980.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | 1.01 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.88 Bn |
| Mar 31, 2026 | 2.35 Bn |
| Dec 31, 2025 | 3.17 Bn |
| Sep 30, 2025 | 3.11 Bn |
| Jun 30, 2025 | 3.00 Bn |
| Mar 31, 2025 | 1.34 Bn |
| Dec 31, 2024 | 2.64 Bn |
| Sep 30, 2024 | 2.70 Bn |
| Jun 30, 2024 | 2.22 Bn |
| Mar 31, 2024 | 2.29 Bn |
| Dec 31, 2023 | 3.29 Bn |
| Sep 30, 2023 | 2.04 Bn |
| Jun 30, 2023 | 1.79 Bn |
| Mar 31, 2023 | 1.89 Bn |
| Dec 31, 2022 | 1.71 Bn |
| Sep 30, 2022 | -3.82 Bn |
| Jun 30, 2022 | -4.74 Bn |
| Mar 31, 2022 | -4.46 Bn |
| Dec 31, 2021 | 2.13 Bn |
| Sep 30, 2021 | 1.83 Bn |
Chubb Income from Continuing Operations 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=income-from-continuing-operations&ticker=CB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=CB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();