Arch Capital (ACGL) Income from Non-Controlling Interests (2014 - 2023)
Arch Capital's (ACGL) quarterly Income from Non-Controlling Interests came in at -$1.0 million in Q4 2023, down 133.33% on a YoY basis from $3.0 million in Q4 2022, and up 50.0% quarter-over-quarter from -$2.0 million in Q2 2023.
Arch Capital (ACGL) Income from Non-Controlling Interests (2014 - 2023) Analysis & Trends
Arch Capital (ACGL) has reported Income from Non-Controlling Interests for 10 consecutive years, with -$1.0 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Income from Non-Controlling Interests fell 133.33% year-over-year to -$1.0 million; the trailing twelve-month figure through Jun 2024 stood at -$1.0 million (down 125.0% YoY), and the FY2023 full-year result was -$1.0 million, down 116.67% from the prior year.
- Income from Non-Controlling Interests improved to -$1.0 million in Q4 2023 per ACGL's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $167.6 million in Q2 2020 and bottomed at -$232.8 million in Q1 2020.
- Historically, Income from Non-Controlling Interests has averaged $11.3 million across 5 years, with a median of $2.5 million in 2022.
- The sharpest annual moves came in 2020 and 2022: Income from Non-Controlling Interests plunged 595.62% in 2020, then soared 1577.83% in 2022.
- Over 5 years, Income from Non-Controlling Interests stood at -$13.6 million in 2019, then soared by 509.59% to $55.8 million in 2020, then tumbled by 100.36% to -$203000.0 in 2021, then jumped by 1577.83% to $3.0 million in 2022, then tumbled by 133.33% to -$1.0 million in 2023.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$1.0 million, -$2.0 million, and $2.0 million for Q4 2023, Q2 2023, and Q1 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 105.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 108.00 Mn |
| 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 | - | 167.90 Mn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -1.00 Mn |
| Jun 30, 2023 | -2.00 Mn |
| Mar 31, 2023 | 2.00 Mn |
| Dec 31, 2022 | 3.00 Mn |
| Sep 30, 2022 | 1.00 Mn |
| Mar 31, 2022 | 2.00 Mn |
| Dec 31, 2021 | -203,000.00 |
| Sep 30, 2021 | 1.47 Mn |
| Jun 30, 2021 | 43.18 Mn |
| Mar 31, 2021 | 37.55 Mn |
| Dec 31, 2020 | 55.77 Mn |
| Sep 30, 2020 | 69.64 Mn |
| Jun 30, 2020 | 167.57 Mn |
| Mar 31, 2020 | -232.79 Mn |
| Dec 31, 2019 | -13.62 Mn |
| Sep 30, 2019 | 6.74 Mn |
| Jun 30, 2019 | 16.89 Mn |
| Mar 31, 2019 | 46.97 Mn |
| Dec 31, 2018 | -80.17 Mn |
| Sep 30, 2018 | 21.36 Mn |
Arch Capital Income from Non-Controlling Interests 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-non-controlling-interests&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();