American International (AIG) Income from Non-Controlling Interests (2009 - 2025)
American International's (AIG) quarterly Income from Non-Controlling Interests came in at -$4.0 million in Q4 2025, down 233.33% year-over-year from $3.0 million in Q4 2024, and down 180.0% quarter-over-quarter from $5.0 million in Q3 2025.
American International (AIG) Income from Non-Controlling Interests (2009 - 2025) Analysis & Trends
American International has disclosed Income from Non-Controlling Interests across 17 years of filings, most recently posting -$4.0 million for Q4 2025.
- In Q4 2025, Income from Non-Controlling Interests fell 233.33% year-over-year to -$4.0 million; the TTM figure through Jun 2026 stood at $1.0 million (changed 0.0% YoY), while the FY2025 annual figure was $1.0 million, down 99.79% from the prior year.
- Income from Non-Controlling Interests came in at -$4.0 million for Q4 2025 at American International, down from $5.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $720.0 million in Q3 2023 to a low of -$566.0 million in Q4 2023.
- Average Income from Non-Controlling Interests over 5 years is $134.9 million, with a median of $81.5 million recorded in 2021.
- Year-over-year, Income from Non-Controlling Interests soared 3409.09% in 2021 and sank 11220.0% in 2023.
- Over 5 years, Income from Non-Controlling Interests stood at $364.0 million in 2021, then sank by 101.37% to -$5.0 million in 2022, then slumped by 11220.0% to -$566.0 million in 2023, then soared by 100.53% to $3.0 million in 2024, then plunged by 233.33% to -$4.0 million in 2025.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$4.0 million in Q4 2025, $5.0 million in Q3 2025, and $3.0 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | 105.00 Mn |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | 108.00 Mn |
| 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 | - | 167.90 Mn |
| 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 | 45,000.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -4.00 Mn |
| Sep 30, 2025 | 5.00 Mn |
| Dec 31, 2024 | 3.00 Mn |
| Sep 30, 2024 | -2.00 Mn |
| Jun 30, 2024 | 93.00 Mn |
| Mar 31, 2024 | 384.00 Mn |
| Dec 31, 2023 | -566.00 Mn |
| Sep 30, 2023 | 720.00 Mn |
| Jun 30, 2023 | 198.00 Mn |
| Mar 31, 2023 | -117.00 Mn |
| Dec 31, 2022 | -5.00 Mn |
| Sep 30, 2022 | 339.00 Mn |
| Jun 30, 2022 | 325.00 Mn |
| Mar 31, 2022 | 387.00 Mn |
| Dec 31, 2021 | 364.00 Mn |
| Sep 30, 2021 | 70.00 Mn |
| Jun 30, 2021 | 51.00 Mn |
| Mar 31, 2021 | 183.00 Mn |
| Dec 31, 2020 | -11.00 Mn |
| Sep 30, 2020 | 11.00 Mn |
American International Income from Non-Controlling Interests 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-non-controlling-interests&ticker=AIG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=AIG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();