Chubb (CB) Operating Leases (2019 - 2020)
Chubb's (CB) quarterly Operating Leases came in at $517.0 million in Q3 2020, down 16.21% year-over-year from $617.0 million in Q4 2019, and down 2.64% quarter-over-quarter from $531.0 million in Q2 2020.
Chubb (CB) Operating Leases (2019 - 2020) Analysis & Trends
Chubb (CB) has reported Operating Leases for 2 consecutive years, with $517.0 million the latest figure, recorded in Q3 2020.
- On a quarterly basis, Operating Leases fell 16.21% year-over-year to $517.0 million in Q3 2020; TTM through Sep 2020 was $517.0 million, a 16.21% decrease from a year earlier, with the FY2019 full-year figure at $603.0 million, changed N/A from the prior year.
- Operating Leases was $517.0 million for Q3 2020 at Chubb, down from $531.0 million in the prior quarter.
- Over five years, Operating Leases peaked at $653.0 million in Q1 2019 and troughed at $517.0 million in Q3 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2020 | 517.00 Mn |
| Jun 30, 2020 | 531.00 Mn |
| Mar 31, 2020 | 563.00 Mn |
| Dec 31, 2019 | 603.00 Mn |
| Sep 30, 2019 | 617.00 Mn |
| Jun 30, 2019 | 642.00 Mn |
| Mar 31, 2019 | 653.00 Mn |
Chubb Operating Leases 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=operating-leases&ticker=CB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=CB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();