American International (AIG) Preferred Stock Liabilities (2010 - 2015)
American International's (AIG) quarterly Preferred Stock Liabilities came in at -$1.3 billion in Q2 2015, down 166.33% quarter-over-quarter from $1.9 billion in Q1 2015.
American International (AIG) Preferred Stock Liabilities (2010 - 2015) Analysis & Trends
American International has disclosed Preferred Stock Liabilities across 5 years of filings, most recently posting -$1.3 billion for Q2 2015.
- In Q2 2015, Preferred Stock Liabilities changed N/A year-over-year to -$1.3 billion; the TTM figure through Jun 2015 stood at -$1.3 billion (changed N/A YoY), while the FY2014 annual figure was -$1.6 billion, down 425.15% from the prior year.
- Preferred Stock Liabilities came in at -$1.3 billion for Q2 2015 at American International, down from $1.9 billion in the prior quarter.
- In the past five years, Preferred Stock Liabilities ranged from a high of $1.9 billion in Q1 2015 to a low of -$1.6 billion in Q4 2014.
- Average Preferred Stock Liabilities over 4 years is $171.5 million, with a median of $445.5 million recorded in 2011.
- The largest YoY upside for Preferred Stock Liabilities was 425.15% in 2014 against a maximum downside of 425.15% in 2014.
- Over 4 years, Preferred Stock Liabilities stood at $406.0 million in 2011, then gained by 19.46% to $485.0 million in 2013, then sank by 425.15% to -$1.6 billion in 2014, then grew by 20.16% to -$1.3 billion in 2015.
- Per Business Quant data, the three most recent Preferred Stock Liabilities figures were -$1.3 billion in Q2 2015, $1.9 billion in Q1 2015, and -$1.6 billion in Q4 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | -1.26 Bn |
| Mar 31, 2015 | 1.90 Bn |
| Dec 31, 2014 | -1.58 Bn |
| Sep 30, 2014 | 1.08 Bn |
| Dec 31, 2013 | 485.00 Mn |
| Jun 30, 2011 | 406.00 Mn |
| Dec 31, 2010 | 445.00 Mn |
American International Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=AIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "ticker": "AIG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=preferred-stock-liabilities&ticker=AIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();