Arch Capital (ACGL) Non Operating Investment Income (2010 - 2022)
Arch Capital's (ACGL) quarterly Non Operating Investment Income came in at $79.9 million in Q4 2022, up 34.3% on a YoY basis from $59.5 million in Q4 2021, and up 143.52% quarter-over-quarter from -$183.7 million in Q3 2022.
Arch Capital (ACGL) Non Operating Investment Income (2010 - 2022) Analysis & Trends
Arch Capital (ACGL) has reported Non Operating Investment Income for 13 consecutive years, with $79.9 million the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Non Operating Investment Income rose 34.3% year-over-year to $79.9 million; the trailing twelve-month figure through Dec 2022 stood at -$662.7 million (down 274.47% YoY), and the FY2022 full-year result was -$662.7 million, down 274.47% from the prior year.
- Non Operating Investment Income grew to $79.9 million in Q4 2022 per ACGL's latest filing, from -$183.7 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $556.6 million in Q2 2020 and bottomed at -$367.0 million in Q1 2020.
- Historically, Non Operating Investment Income has averaged $24.9 million across 5 years, with a median of $50.2 million in 2019.
- The sharpest annual moves came in 2018 and 2020: Non Operating Investment Income sank 715.43% in 2018, then soared 765.38% in 2020.
- Over 5 years, Non Operating Investment Income stood at -$166.0 million in 2018, then surged by 124.59% to $40.8 million in 2019, then jumped by 765.38% to $353.3 million in 2020, then tumbled by 83.16% to $59.5 million in 2021, then soared by 34.3% to $79.9 million in 2022.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $79.9 million, -$183.7 million, and -$266.6 million for Q4 2022, Q3 2022, and Q2 2022 respectively.
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 |
|---|---|
| Dec 31, 2022 | 79.93 Mn |
| Sep 30, 2022 | -183.67 Mn |
| Jun 30, 2022 | -266.58 Mn |
| Mar 31, 2022 | -292.41 Mn |
| Dec 31, 2021 | 59.52 Mn |
| Sep 30, 2021 | -25.04 Mn |
| Jun 30, 2021 | 202.91 Mn |
| Mar 31, 2021 | 142.46 Mn |
| Dec 31, 2020 | 353.33 Mn |
| Sep 30, 2020 | 280.50 Mn |
| Jun 30, 2020 | 556.59 Mn |
| Mar 31, 2020 | -366.96 Mn |
| Dec 31, 2019 | 40.83 Mn |
| Sep 30, 2019 | 61.36 Mn |
| Jun 30, 2019 | 120.76 Mn |
| Mar 31, 2019 | 140.26 Mn |
| Dec 31, 2018 | -166.03 Mn |
| Sep 30, 2018 | -51.71 Mn |
| Jun 30, 2018 | -76.61 Mn |
| Mar 31, 2018 | -111.00 Mn |
Arch Capital 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=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "ACGL", "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=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();