Athene Holding Ltd. (ATH-PE) Cash from Operations (2016 - 2026)
Athene Holding (ATH-PE) posted Cash from Operations of $1.8 billion for Q2 2026, up 115.09% on a QoQ basis from $835.0 million in Q1 2026, and up 70.08% year-over-year from $1.1 billion in Q2 2025.
Athene Holding Ltd. (ATH-PE) Cash from Operations (2016 - 2026) Analysis & Trends
Athene Holding has reported Cash from Operations for 11 years, with the latest figure at $1.8 billion in Q2 2026.
- On a quarterly basis, Cash from Operations rose 70.08% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $6.3 billion, a 138.26% increase from a year earlier, with the FY2025 full-year figure at $5.2 billion, up 175.05% from the prior year.
- Cash from Operations was $1.8 billion for Q2 2026 at Athene Holding, up from $835.0 million in the prior quarter.
- The five-year high for Cash from Operations was $4.6 billion in Q2 2022, with the low at -$702.0 million in Q3 2023.
- Average Cash from Operations over 5 years is $1.2 billion, with a median of $708.0 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Cash from Operations sank 151.96% in 2023, then surged 688.08% in 2025.
- Over 5 years, Cash from Operations stood at $181.0 million in 2022, then jumped by 606.63% to $1.3 billion in 2023, then slumped by 69.82% to $386.0 million in 2024, then soared by 688.08% to $3.0 billion in 2025, then slumped by 40.96% to $1.8 billion in 2026.
- The last three Cash from Operations figures came in at $1.8 billion (Q2 2026), $835.0 million (Q1 2026), and $3.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.80 Bn |
| Mar 31, 2026 | 835.00 Mn |
| Dec 31, 2025 | 3.04 Bn |
| Sep 30, 2025 | 636.00 Mn |
| Jun 30, 2025 | 1.06 Bn |
| Mar 31, 2025 | 426.00 Mn |
| Dec 31, 2024 | 386.00 Mn |
| Sep 30, 2024 | 780.00 Mn |
| Jun 30, 2024 | 525.00 Mn |
| Mar 31, 2024 | 185.00 Mn |
| Dec 31, 2023 | 1.28 Bn |
| Sep 30, 2023 | -702.00 Mn |
| Jun 30, 2023 | 4.33 Bn |
| Mar 31, 2023 | 75.00 Mn |
| Dec 31, 2022 | 181.00 Mn |
| Sep 30, 2022 | 1.35 Bn |
| Jun 30, 2022 | 4.57 Bn |
| Mar 31, 2022 | 155.00 Mn |
| Dec 31, 2021 | 3.03 Bn |
| Sep 30, 2021 | 4.76 Bn |
Athene Holding Ltd. Cash from 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-operations&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-operations&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();