Athene Holding Ltd. (ATH-PE) Income from Continuing Operations (2016 - 2026)
Athene Holding (ATH-PE) posted Income from Continuing Operations of $1.7 billion for Q2 2026, up 213.83% on a QoQ basis from -$1.5 billion in Q1 2026, and up 145.92% year-over-year from $686.0 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Income from Continuing Operations (2016 - 2026) Analysis & Trends
Athene Holding has reported Income from Continuing Operations for 11 years, with the latest figure at $1.7 billion in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 145.92% year-over-year to $1.7 billion in Q2 2026; TTM through Jun 2026 was $3.0 billion, a 25.62% decrease from a year earlier, with the FY2025 full-year figure at $4.2 billion, down 13.93% from the prior year.
- Income from Continuing Operations was $1.7 billion for Q2 2026 at Athene Holding, up from -$1.5 billion in the prior quarter.
- The five-year high for Income from Continuing Operations was $3.7 billion in Q4 2023, with the low at -$2.8 billion in Q2 2022.
- Average Income from Continuing Operations over 5 years is $559.2 million, with a median of $812.5 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Income from Continuing Operations slumped 2562.34% in 2022, then jumped 410.06% in 2023.
- Over 5 years, Income from Continuing Operations stood at $726.0 million in 2022, then surged by 410.06% to $3.7 billion in 2023, then plunged by 70.86% to $1.1 billion in 2024, then declined by 16.77% to $898.0 million in 2025, then soared by 87.86% to $1.7 billion in 2026.
- The last three Income from Continuing Operations figures came in at $1.7 billion (Q2 2026), -$1.5 billion (Q1 2026), and $898.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.69 Bn |
| Mar 31, 2026 | -1.48 Bn |
| Dec 31, 2025 | 898.00 Mn |
| Sep 30, 2025 | 1.88 Bn |
| Jun 30, 2025 | 686.00 Mn |
| Mar 31, 2025 | 759.00 Mn |
| Dec 31, 2024 | 1.08 Bn |
| Sep 30, 2024 | 1.48 Bn |
| Jun 30, 2024 | 866.00 Mn |
| Mar 31, 2024 | 1.48 Bn |
| Dec 31, 2023 | 3.70 Bn |
| Sep 30, 2023 | 331.00 Mn |
| Jun 30, 2023 | 495.00 Mn |
| Mar 31, 2023 | 1.22 Bn |
| Dec 31, 2022 | 726.00 Mn |
| Sep 30, 2022 | -1.05 Bn |
| Jun 30, 2022 | -2.79 Bn |
| Mar 31, 2022 | -1.90 Bn |
| Dec 31, 2021 | 1.15 Bn |
| Sep 30, 2021 | 770.00 Mn |
Athene Holding Ltd. Income from Continuing 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-continuing-operations&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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-continuing-operations&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();