Arch Capital (ACGL) Short term Debt (2009 - 2011)
Arch Capital's (ACGL) quarterly Short term Debt came in at -$56.4 million in Q4 2011, up 25.38% on a YoY basis from -$45.0 million in Q4 2010, and up 22.11% quarter-over-quarter from -$72.4 million in Q3 2011.
Arch Capital (ACGL) Short term Debt (2009 - 2011) Analysis & Trends
Arch Capital (ACGL) has reported Short term Debt for 3 consecutive years, with -$56.4 million the latest figure, recorded in Q4 2011.
- For the quarter ending Q4 2011, Short term Debt rose 25.38% year-over-year to -$56.4 million; the trailing twelve-month figure through Dec 2011 stood at -$56.4 million (up 25.38% YoY), and the FY2011 full-year result was -$56.4 million, up 25.38% from the prior year.
- Short term Debt improved to -$56.4 million in Q4 2011 per ACGL's latest filing, from -$72.4 million in the prior quarter.
- Across five years, Short term Debt topped out at -$56.4 million in Q4 2011 and bottomed at -$212.8 million in Q4 2009.
- Historically, Short term Debt has averaged -$138.5 million across 3 years, with a median of -$150.5 million in 2011.
- The sharpest annual moves came in 2010 and 2011: Short term Debt soared 64.49% in 2010, then advanced 25.38% in 2011.
- Over 3 years, Short term Debt stood at -$212.8 million in 2009, then jumped by 64.49% to -$75.6 million in 2010, then rose by 25.38% to -$56.4 million in 2011.
- According to Business Quant data, Short term Debt over the past three periods registered -$56.4 million, -$72.4 million, and -$150.5 million for Q4 2011, Q3 2011, and Q2 2011 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 |
|---|---|
| Dec 31, 2011 | -56.39 Mn |
| Sep 30, 2011 | -72.40 Mn |
| Jun 30, 2011 | -150.50 Mn |
| Mar 31, 2011 | -198.42 Mn |
| Dec 31, 2010 | -75.58 Mn |
| Sep 30, 2010 | -203.22 Mn |
| Dec 31, 2009 | -212.82 Mn |
Arch Capital Short term Debt 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=short-term-debt&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();