American International (AIG) Liabilities from Discontinued Operations (2009 - 2024)
American International's (AIG) quarterly Liabilities from Discontinued Operations came in at $78.0 million in Q3 2024, down 99.23% year-over-year from $10.1 billion in Q4 2023, and down 49.02% quarter-over-quarter from $153.0 million in Q2 2024.
American International (AIG) Liabilities from Discontinued Operations (2009 - 2024) Analysis & Trends
American International has disclosed Liabilities from Discontinued Operations across 11 years of filings, most recently posting $78.0 million for Q3 2024.
- In Q3 2024, Liabilities from Discontinued Operations fell 99.23% year-over-year to $78.0 million; the TTM figure through Sep 2024 stood at $78.0 million (down 99.23% YoY), while the FY2023 annual figure was $1.8 billion, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at $78.0 million for Q3 2024 at American International, down from $153.0 million in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $10.1 billion in Q3 2023 to a low of $78.0 million in Q3 2024.
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 |
|---|---|
| Sep 30, 2024 | 78.00 Mn |
| Jun 30, 2024 | 153.00 Mn |
| Mar 31, 2024 | 1.81 Bn |
| Dec 31, 2023 | 1.78 Bn |
| Sep 30, 2023 | 10.12 Bn |
| Jun 30, 2023 | 9.60 Bn |
| Dec 31, 2019 | 15.00 Mn |
| Jun 30, 2017 | 827.00 Mn |
| Mar 31, 2017 | 5.77 Bn |
| Dec 31, 2016 | 6.11 Bn |
| Sep 30, 2016 | 3.91 Bn |
| Mar 31, 2014 | 25.82 Bn |
| Dec 31, 2013 | 24.55 Bn |
| Sep 30, 2013 | 25.45 Bn |
| Jun 30, 2013 | 26.50 Bn |
| Mar 31, 2013 | 27.16 Bn |
| Dec 31, 2012 | 27.37 Bn |
| Jun 30, 2011 | 57.15 Bn |
| Mar 31, 2011 | 54.24 Bn |
| Dec 31, 2010 | 97.31 Bn |
American International Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();