Arch Capital (ACGL) Other financing activities (2009 - 2026)
Arch Capital's (ACGL) quarterly Other financing activities came in at -$12.0 million in Q1 2026, down 500.0% on a YoY basis from $3.0 million in Q1 2025, and down 500.0% quarter-over-quarter from -$2.0 million in Q3 2025.
Arch Capital (ACGL) Other financing activities (2009 - 2026) Analysis & Trends
Arch Capital (ACGL) has reported Other financing activities for 18 consecutive years, with -$12.0 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other financing activities fell 500.0% year-over-year to -$12.0 million; the trailing twelve-month figure through Jun 2026 stood at -$14.0 million (down 250.0% YoY), and the FY2025 full-year result was -$4.0 million, down 100.0% from the prior year.
- Other financing activities slipped to -$12.0 million in Q1 2026 per ACGL's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Other financing activities topped out at $49.0 million in Q1 2022 and bottomed at -$131.0 million in Q2 2022.
- Historically, Other financing activities has averaged -$9.1 million across 5 years, with a median of -$2.0 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Other financing activities tumbled 1222.73% in 2022, then soared 1800.0% in 2023.
- Over 5 years, Other financing activities stood at -$1.0 million in 2022, then jumped by 1800.0% to $17.0 million in 2023, then plunged by 94.12% to $1.0 million in 2024, then plunged by 300.0% to -$2.0 million in 2025, then sank by 500.0% to -$12.0 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$12.0 million, -$2.0 million, and -$2.0 million for Q1 2026, Q3 2025, and Q1 2025 respectively.
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 | 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 | - |
| 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 |
|---|---|
| Mar 31, 2026 | -12.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Dec 31, 2024 | 1.00 Mn |
| Sep 30, 2024 | -3.00 Mn |
| Dec 31, 2023 | 17.00 Mn |
| Jun 30, 2023 | -20.00 Mn |
| Mar 31, 2023 | -2.00 Mn |
| Dec 31, 2022 | -1.00 Mn |
| Sep 30, 2022 | -3.00 Mn |
| Jun 30, 2022 | -131.00 Mn |
| Mar 31, 2022 | 49.00 Mn |
| Dec 31, 2021 | 37.75 Mn |
| Sep 30, 2021 | -49.39 Mn |
| Jun 30, 2021 | 11.67 Mn |
| Mar 31, 2021 | 15.97 Mn |
| Dec 31, 2020 | 18.45 Mn |
| Sep 30, 2020 | 57.89 Mn |
| Jun 30, 2020 | -1.29 Mn |
| Mar 31, 2020 | -1.33 Mn |
Arch Capital Other financing 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=other-financing-activities&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-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=other-financing-activities&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();