American International (AIG) Cash from Discontinued Operations (2009 - 2024)
American International's (AIG) quarterly Cash from Discontinued Operations came in at -$369.0 million in Q2 2024, down 239.25% quarter-over-quarter from $265.0 million in Q1 2024.
American International (AIG) Cash from Discontinued Operations (2009 - 2024) Analysis & Trends
American International has disclosed Cash from Discontinued Operations across 7 years of filings, most recently posting -$369.0 million for Q2 2024.
- In Q2 2024, Cash from Discontinued Operations changed N/A year-over-year to -$369.0 million; the TTM figure through Mar 2025 stood at -$369.0 million (down 167.58% YoY), while the FY2024 annual figure was -$104.0 million, up 85.35% from the prior year.
- Cash from Discontinued Operations came in at -$369.0 million for Q2 2024 at American International, down from $265.0 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $265.0 million in Q1 2024 to a low of -$591.0 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discontinued Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | - |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | - |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | - |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | - |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | - |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | - |
| 10 | Berkley W R | 25.97 Bn | 21.87 Bn | 1.76 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | -369.00 Mn |
| Mar 31, 2024 | 265.00 Mn |
| Dec 31, 2023 | -591.00 Mn |
| Sep 30, 2023 | 203.00 Mn |
| Sep 30, 2013 | 669.00 Mn |
| Jun 30, 2013 | 727.00 Mn |
| Mar 31, 2013 | 628.00 Mn |
| Dec 31, 2012 | 679.00 Mn |
| Sep 30, 2012 | 823.00 Mn |
| Jun 30, 2012 | 838.00 Mn |
| Mar 31, 2012 | 588.00 Mn |
| Sep 30, 2011 | 695.00 Mn |
| Jun 30, 2011 | 1.45 Bn |
| Mar 31, 2011 | 1.23 Bn |
| Dec 31, 2010 | 4.29 Bn |
| Sep 30, 2010 | 2.27 Bn |
| Jun 30, 2010 | 2.20 Bn |
| Mar 31, 2010 | 1.67 Bn |
| Dec 31, 2009 | 2.74 Bn |
| Sep 30, 2009 | 1.52 Bn |
American International Cash 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=cash-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();