Athene Holding Ltd. (ATH-PE) Income from Non-Controlling Interests (2019 - 2026)
Athene Holding (ATH-PE) posted Income from Non-Controlling Interests of $698.0 million for Q2 2026, up 53.07% on a QoQ basis from $456.0 million in Q1 2026, and up 214.41% year-over-year from $222.0 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Income from Non-Controlling Interests (2019 - 2026) Analysis & Trends
Athene Holding has reported Income from Non-Controlling Interests for 8 years, with the latest figure at $698.0 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests rose 214.41% year-over-year to $698.0 million in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 49.27% increase from a year earlier, with the FY2025 full-year figure at $1.5 billion, up 4.64% from the prior year.
- Income from Non-Controlling Interests was $698.0 million for Q2 2026 at Athene Holding, up from $456.0 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $859.0 million in Q3 2024, with the low at -$1.1 billion in Q2 2022.
- Average Income from Non-Controlling Interests over 5 years is $171.6 million, with a median of $288.5 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Income from Non-Controlling Interests tumbled 1356.76% in 2022, then surged 654.19% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at $329.0 million in 2022, then jumped by 122.8% to $733.0 million in 2023, then slumped by 91.27% to $64.0 million in 2024, then soared by 485.94% to $375.0 million in 2025, then jumped by 86.13% to $698.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at $698.0 million (Q2 2026), $456.0 million (Q1 2026), and $375.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 698.00 Mn |
| Mar 31, 2026 | 456.00 Mn |
| Dec 31, 2025 | 375.00 Mn |
| Sep 30, 2025 | 619.00 Mn |
| Jun 30, 2025 | 222.00 Mn |
| Mar 31, 2025 | 294.00 Mn |
| Dec 31, 2024 | 64.00 Mn |
| Sep 30, 2024 | 859.00 Mn |
| Jun 30, 2024 | 237.00 Mn |
| Mar 31, 2024 | 283.00 Mn |
| Dec 31, 2023 | 733.00 Mn |
| Sep 30, 2023 | -155.00 Mn |
| Jun 30, 2023 | 54.00 Mn |
| Mar 31, 2023 | 455.00 Mn |
| Dec 31, 2022 | 329.00 Mn |
| Sep 30, 2022 | -465.00 Mn |
| Jun 30, 2022 | -1.09 Bn |
| Mar 31, 2022 | -881.00 Mn |
| Dec 31, 2021 | 52.00 Mn |
| Sep 30, 2021 | 37.00 Mn |
Athene Holding Ltd. 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=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "ATH-PE", "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=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();