Chubb (CB) Interest & Investment Income (2009 - 2022)
Chubb's (CB) quarterly Interest & Investment Income came in at -$4.8 billion in Q2 2022, down 777.9% year-over-year from $706.0 million in Q2 2021, and little changed quarter-over-quarter from -$4.8 billion in Q1 2022.
Chubb (CB) Interest & Investment Income (2009 - 2022) Analysis & Trends
Chubb (CB) has reported Interest & Investment Income for 14 consecutive years, with -$4.8 billion the latest figure, recorded in Q2 2022.
- On a quarterly basis, Interest & Investment Income fell 777.9% year-over-year to -$4.8 billion in Q2 2022; TTM through Jun 2022 was -$4.5 billion, a 544.65% decrease from a year earlier, with the FY2022 full-year figure at $3.7 billion, up 8.28% from the prior year.
- Interest & Investment Income was -$4.8 billion for Q2 2022 at Chubb, roughly flat from -$4.8 billion in the prior quarter.
- Over five years, Interest & Investment Income peaked at $5.6 billion in Q4 2021 and troughed at -$4.8 billion in Q1 2022.
- A 5-year average of $237.0 million and a median of $300.0 million in 2019 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income soared 2305.75% in 2020 and plunged 777.9% in 2022, its largest moves.
- Over 5 years, Interest & Investment Income stood at $5.4 billion in 2018, then slumped by 101.62% to -$87.0 million in 2019, then soared by 2305.75% to $1.9 billion in 2020, then surged by 192.18% to $5.6 billion in 2021, then tumbled by 185.36% to -$4.8 billion in 2022.
- The last three Interest & Investment Income figures came in at -$4.8 billion (Q2 2022), -$4.8 billion (Q1 2022), and $5.6 billion (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | - |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | - |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | - |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | 417.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -4.79 Bn |
| Mar 31, 2022 | -4.79 Bn |
| Dec 31, 2021 | 5.61 Bn |
| Sep 30, 2021 | -564.00 Mn |
| Jun 30, 2021 | 706.00 Mn |
| Mar 31, 2021 | -2.29 Bn |
| Dec 31, 2020 | 1.92 Bn |
| Sep 30, 2020 | 687.00 Mn |
| Jun 30, 2020 | 3.25 Bn |
| Mar 31, 2020 | -2.48 Bn |
| Dec 31, 2019 | -87.00 Mn |
| Sep 30, 2019 | 694.00 Mn |
| Jun 30, 2019 | 1.25 Bn |
| Mar 31, 2019 | 1.85 Bn |
| Dec 31, 2018 | 5.37 Bn |
| Sep 30, 2018 | -251.00 Mn |
| Jun 30, 2018 | -578.00 Mn |
| Mar 31, 2018 | -1.23 Bn |
| Dec 31, 2017 | 2.21 Bn |
| Sep 30, 2017 | 153.00 Mn |
Chubb Interest & 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=interest-and-investment-income&ticker=CB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-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=interest-and-investment-income&ticker=CB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();