Chubb (CB) Cash from Financing Activities (2009 - 2026)
Chubb's (CB) quarterly Cash from Financing Activities came in at -$1.3 billion in Q2 2026, down 66.54% year-over-year from -$3.8 billion in Q2 2025, and down 33.58% quarter-over-quarter from -$950.0 million in Q1 2026.
Chubb (CB) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Chubb (CB) has reported Cash from Financing Activities for 18 consecutive years, with -$1.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 66.54% year-over-year to -$1.3 billion in Q2 2026; TTM through Jun 2026 was -$2.2 billion, a 24.34% increase from a year earlier, with the FY2025 full-year figure at -$1.8 billion, up 15.18% from the prior year.
- Cash from Financing Activities was -$1.3 billion for Q2 2026 at Chubb, down from -$950.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $1.7 billion in Q3 2025 and troughed at -$2.4 billion in Q4 2022.
- A 5-year average of -$882.3 million and a median of -$1.1 billion in 2023 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities slumped 712.18% in 2022 and surged 210.76% in 2024, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$2.4 billion in 2022, then soared by 51.74% to -$1.2 billion in 2023, then slumped by 82.04% to -$2.1 billion in 2024, then climbed by 21.61% to -$1.7 billion in 2025, then gained by 23.6% to -$1.3 billion in 2026.
- The last three Cash from Financing Activities figures came in at -$1.3 billion (Q2 2026), -$950.0 million (Q1 2026), and -$1.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -4.28 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | -1.27 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -672.00 Mn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -1.74 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | -1.33 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | -442.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -263.70 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -920.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | -634.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | 429.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.27 Bn |
| Mar 31, 2026 | -950.00 Mn |
| Dec 31, 2025 | -1.66 Bn |
| Sep 30, 2025 | 1.70 Bn |
| Jun 30, 2025 | -762.00 Mn |
| Mar 31, 2025 | -1.13 Bn |
| Dec 31, 2024 | -2.12 Bn |
| Sep 30, 2024 | 1.12 Bn |
| Jun 30, 2024 | -1.75 Bn |
| Mar 31, 2024 | 562.00 Mn |
| Dec 31, 2023 | -1.16 Bn |
| Sep 30, 2023 | -1.01 Bn |
| Jun 30, 2023 | -888.00 Mn |
| Mar 31, 2023 | -1.42 Bn |
| Dec 31, 2022 | -2.41 Bn |
| Sep 30, 2022 | -2.01 Bn |
| Jun 30, 2022 | 581.00 Mn |
| Mar 31, 2022 | -1.31 Bn |
| Dec 31, 2021 | 394.00 Mn |
| Sep 30, 2021 | -1.78 Bn |
Chubb Cash from Financing Activities 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=cash-from-financing-activities&ticker=CB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=CB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();