Arch Capital (ACGL) Acquisitions (2014 - 2017)
Arch Capital's (ACGL) quarterly Acquisitions came in at -$27.7 million in Q4 2017, down 101.41% on a YoY basis from $2.0 billion in Q4 2016, and down 200.0% quarter-over-quarter from $27.7 million in Q3 2017.
Arch Capital (ACGL) Acquisitions (2014 - 2017) Analysis & Trends
Arch Capital (ACGL) has reported Acquisitions for 4 consecutive years, with -$27.7 million the latest figure, recorded in Q4 2017.
- For the quarter ending Q4 2017, Acquisitions fell 101.41% year-over-year to -$27.7 million; the trailing twelve-month figure through Dec 2024 stood at -$27.7 million (changed N/A YoY), and the FY2024 full-year result was -$852.0 million, changed N/A from the prior year.
- Acquisitions eased to -$27.7 million in Q4 2017 per ACGL's latest filing, from $27.7 million in the prior quarter.
- Across five years, Acquisitions topped out at $2.0 billion in Q4 2016 and bottomed at -$27.7 million in Q4 2017.
- Historically, Acquisitions has averaged $247.7 million across 4 years, with a median of $2.4 million in 2015.
- The sharpest annual moves came in 2016 and 2017: Acquisitions soared 144.92% in 2016, then sank 101.41% in 2017.
- Over 4 years, Acquisitions stood at $1.5 million in 2014, then sank by 312.7% to -$3.2 million in 2015, then jumped by 60771.05% to $2.0 billion in 2016, then tumbled by 101.41% to -$27.7 million in 2017.
- According to Business Quant data, Acquisitions over the past three periods registered -$27.7 million, $27.7 million, and $2.0 billion for Q4 2017, Q3 2017, and Q4 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 14.00 Mn |
| 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 | - | -41.50 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, 2017 | -27.71 Mn |
| Sep 30, 2017 | 27.71 Mn |
| Dec 31, 2016 | 1.97 Bn |
| Sep 30, 2016 | 19.45 Mn |
| Jun 30, 2016 | 1.46 Mn |
| Jun 30, 2015 | -3.25 Mn |
| Mar 31, 2015 | 2.43 Mn |
| Dec 31, 2014 | 1.53 Mn |
| Mar 31, 2014 | 235.58 Mn |
Arch Capital Acquisitions 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=acquisitions&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();