Allstate (ALL) Equity Income (2010 - 2011)
Allstate's (ALL) quarterly Equity Income came in at $32.0 million in Q4 2011, down 57.89% year-over-year from $76.0 million in Q4 2010, and up 255.56% quarter-over-quarter from $9.0 million in Q3 2011.
Allstate (ALL) Equity Income (2010 - 2011) Analysis & Trends
Allstate (ALL) has reported Equity Income for 2 consecutive years, with $32.0 million the latest figure, recorded in Q4 2011.
- On a quarterly basis, Equity Income fell 57.89% year-over-year to $32.0 million in Q4 2011; TTM through Dec 2011 was $159.0 million, a N/A change from a year earlier, with the FY2011 full-year figure at $159.0 million, up 78.65% from the prior year.
- Equity Income was $32.0 million for Q4 2011 at Allstate, up from $9.0 million in the prior quarter.
- Over five years, Equity Income peaked at $76.0 million in Q4 2010 and troughed at -$11.0 million in Q3 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 248.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 | 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
| Date | Value |
|---|---|
| Dec 31, 2011 | 32.00 Mn |
| Sep 30, 2011 | 9.00 Mn |
| Jun 30, 2011 | 55.00 Mn |
| Mar 31, 2011 | 63.00 Mn |
| Dec 31, 2010 | 76.00 Mn |
| Sep 30, 2010 | -11.00 Mn |
Allstate Equity Income 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=equity-income&ticker=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();