American International (AIG) Income from Discontinued Operations (2009 - 2024)
American International's (AIG) quarterly Income from Discontinued Operations came in at -$46.0 million in Q4 2024, up 96.55% year-over-year from -$23.4 million in Q1 2024, and down 91.67% quarter-over-quarter from -$24.0 million in Q3 2024.
American International (AIG) Income from Discontinued Operations (2009 - 2024) Analysis & Trends
American International has disclosed Income from Discontinued Operations across 15 years of filings, most recently posting -$46.0 million for Q4 2024.
- In Q4 2024, Income from Discontinued Operations rose 96.55% year-over-year to -$46.0 million; the TTM figure through Sep 2025 stood at -$46.0 million (up 99.06% YoY), while the FY2024 annual figure was -$3.6 billion, down 418.91% from the prior year.
- Income from Discontinued Operations came in at -$46.0 million for Q4 2024 at American International, down from -$24.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $8.4 billion in Q4 2022 to a low of -$4.4 billion in Q2 2024.
- Average Income from Discontinued Operations over 4 years is $574.7 million, with a median of -$1.0 million recorded in 2020.
- Year-over-year, Income from Discontinued Operations soared 85100.0% in 2023 and slumped 612.82% in 2024.
- Over 4 years, Income from Discontinued Operations stood at $5.0 million in 2020, then soared by 167580.0% to $8.4 billion in 2022, then sank by 115.92% to -$1.3 billion in 2023, then surged by 96.55% to -$46.0 million in 2024.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$46.0 million in Q4 2024, -$24.0 million in Q3 2024, and -$4.4 billion in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | 318.00 Mn |
| 10 | Berkley W R | 25.97 Bn | 21.87 Bn | 1.76 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -46.00 Mn |
| Sep 30, 2024 | -24.00 Mn |
| Jun 30, 2024 | -4.36 Bn |
| Mar 31, 2024 | 803.00 Mn |
| Dec 31, 2023 | -1.34 Bn |
| Sep 30, 2023 | 2.05 Bn |
| Jun 30, 2023 | 850.00 Mn |
| Dec 31, 2022 | 8.38 Bn |
| Jun 30, 2022 | -1.00 Mn |
| Sep 30, 2020 | 5.00 Mn |
| Jun 30, 2020 | -1.00 Mn |
| Dec 31, 2019 | 49.00 Mn |
| Jun 30, 2019 | -1.00 Mn |
| Dec 31, 2018 | -2.00 Mn |
| Sep 30, 2018 | -39.00 Mn |
| Mar 31, 2018 | -1.00 Mn |
| Dec 31, 2017 | -3.00 Mn |
| Sep 30, 2017 | -1.00 Mn |
| Jun 30, 2017 | 8.00 Mn |
| Dec 31, 2016 | -36.00 Mn |
American International Income 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=income-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=AIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();