Arch Capital (ACGL) Cash from Investing Activities (2009 - 2026)
Arch Capital's (ACGL) quarterly Cash from Investing Activities came in at -$1.5 billion in Q2 2026, down 25.0% on a YoY basis from -$2.0 billion in Q2 2025, and down 140.22% quarter-over-quarter from -$639.0 million in Q1 2026.
Arch Capital (ACGL) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Arch Capital (ACGL) has reported Cash from Investing Activities for 18 consecutive years, with -$1.5 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 25.0% year-over-year to -$1.5 billion; the trailing twelve-month figure through Jun 2026 stood at -$4.0 billion (down 5.16% YoY), and the FY2025 full-year result was -$4.0 billion, up 9.53% from the prior year.
- Cash from Investing Activities fell to -$1.5 billion in Q2 2026 per ACGL's latest filing, from -$639.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $420.0 million in Q4 2024 and bottomed at -$2.0 billion in Q3 2024.
- Historically, Cash from Investing Activities has averaged -$1.1 billion across 5 years, with a median of -$1.1 billion in 2025.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities tumbled 259.0% in 2022, then soared 127.42% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$995.0 million in 2022, then tumbled by 53.97% to -$1.5 billion in 2023, then soared by 127.42% to $420.0 million in 2024, then sank by 199.29% to -$417.0 million in 2025, then slumped by 268.11% to -$1.5 billion in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$1.5 billion, -$639.0 million, and -$417.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -24.34 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | -2.34 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -2.92 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -165.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | -1.16 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 791.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 1.83 Bn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -752.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | -551.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -1.54 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.54 Bn |
| Mar 31, 2026 | -639.00 Mn |
| Dec 31, 2025 | -417.00 Mn |
| Sep 30, 2025 | -1.38 Bn |
| Jun 30, 2025 | -1.23 Bn |
| Mar 31, 2025 | -1.01 Bn |
| Dec 31, 2024 | 420.00 Mn |
| Sep 30, 2024 | -1.96 Bn |
| Jun 30, 2024 | -1.51 Bn |
| Mar 31, 2024 | -1.41 Bn |
| Dec 31, 2023 | -1.53 Bn |
| Sep 30, 2023 | -1.94 Bn |
| Jun 30, 2023 | -1.01 Bn |
| Mar 31, 2023 | -996.00 Mn |
| Dec 31, 2022 | -995.00 Mn |
| Sep 30, 2022 | -1.29 Bn |
| Jun 30, 2022 | -502.00 Mn |
| Mar 31, 2022 | -313.00 Mn |
| Dec 31, 2021 | -684.72 Mn |
| Sep 30, 2021 | -359.61 Mn |
Arch Capital Cash from Investing Activities 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=cash-from-investing-activities&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();