Allstate (ALL) Cash & Equivalents (QoQ) (2009 - 2014)
Analysis
Allstate (ALL) Cash & Equivalents (QoQ) (2009 - 2014) Analysis & Trends
Peer Set
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 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2014 | -0.45% |
| Jun 30, 2014 | -24.02% |
| Mar 31, 2014 | 73.33% |
| Dec 31, 2013 | -36.86% |
| Sep 30, 2013 | 68.61% |
| Jun 30, 2013 | -22.68% |
| Mar 31, 2013 | 1.74% |
| Dec 31, 2012 | 25.55% |
| Sep 30, 2012 | 12.43% |
| Jun 30, 2012 | -1.04% |
| Mar 31, 2012 | -25.64% |
| Dec 31, 2011 | -24.37% |
| Sep 30, 2011 | 48.05% |
| Jun 30, 2011 | 8.11% |
| Mar 31, 2011 | 14.06% |
| Dec 31, 2010 | 12.40% |
| Sep 30, 2010 | -29.68% |
| Jun 30, 2010 | 0.99% |
| Mar 31, 2010 | 15.03% |
| Dec 31, 2009 | -15.82% |
API Access
Allstate Cash & Equivalents (QoQ) 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-and-equivalents-qoq&ticker=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "ticker": "ALL", "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-and-equivalents-qoq&ticker=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();