Arch Capital (ACGL) Operating Income (2009 - 2026)
Arch Capital's (ACGL) quarterly Operating Income came in at -$1.0 billion in Q2 2026, down 14.46% on a YoY basis from -$1.2 billion in Q2 2025, and down 4.18% quarter-over-quarter from -$980.0 million in Q1 2026.
Arch Capital (ACGL) Operating Income (2009 - 2026) Analysis & Trends
Arch Capital (ACGL) has reported Operating Income for 18 consecutive years, with -$1.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income fell 14.46% year-over-year to -$1.0 billion; the trailing twelve-month figure through Jun 2026 stood at -$3.6 billion (up 35.89% YoY), and the FY2025 full-year result was -$4.4 billion, down 13.52% from the prior year.
- Operating Income declined to -$1.0 billion in Q2 2026 per ACGL's latest filing, from -$980.0 million in the prior quarter.
- Across five years, Operating Income topped out at -$449.0 million in Q4 2023 and bottomed at -$1.9 billion in Q1 2025.
- Historically, Operating Income has averaged -$922.0 million across 5 years, with a median of -$834.5 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Operating Income slumped 239.68% in 2025, then jumped 48.66% in 2026.
- Over 5 years, Operating Income stood at -$664.0 million in 2022, then soared by 32.38% to -$449.0 million in 2023, then slumped by 222.27% to -$1.4 billion in 2024, then soared by 38.29% to -$893.0 million in 2025, then slipped by 14.33% to -$1.0 billion in 2026.
- According to Business Quant data, Operating Income over the past three periods registered -$1.0 billion, -$980.0 million, and -$893.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -30.21 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.76 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -10.36 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 1.07 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.01 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 984.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 1.13 Bn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 800.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -1.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.02 Bn |
| Mar 31, 2026 | -980.00 Mn |
| Dec 31, 2025 | -893.00 Mn |
| Sep 30, 2025 | -697.00 Mn |
| Jun 30, 2025 | -892.00 Mn |
| Mar 31, 2025 | -1.91 Bn |
| Dec 31, 2024 | -1.45 Bn |
| Sep 30, 2024 | -1.35 Bn |
| Jun 30, 2024 | -506.00 Mn |
| Mar 31, 2024 | -562.00 Mn |
| Dec 31, 2023 | -449.00 Mn |
| Sep 30, 2023 | -906.00 Mn |
| Jun 30, 2023 | -777.00 Mn |
| Mar 31, 2023 | -729.00 Mn |
| Dec 31, 2022 | -664.00 Mn |
| Sep 30, 2022 | -1.60 Bn |
| Jun 30, 2022 | -570.00 Mn |
| Mar 31, 2022 | -637.00 Mn |
| Dec 31, 2021 | -378.96 Mn |
| Sep 30, 2021 | -924.59 Mn |
Arch Capital Operating 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=operating-income&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();