Athene Holding Ltd. (ATH-PE) Net Cash Flow (2016 - 2026)
Athene Holding (ATH-PE) posted Net Cash Flow of $4.4 billion for Q2 2026, up 82.32% on a QoQ basis from $2.4 billion in Q1 2026, and up 473.77% year-over-year from $767.4 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Net Cash Flow (2016 - 2026) Analysis & Trends
Athene Holding has reported Net Cash Flow for 11 years, with the latest figure at $4.4 billion in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 473.77% year-over-year to $4.4 billion in Q2 2026; TTM through Jun 2026 was $11.5 billion, a 573.25% increase from a year earlier, with the FY2025 full-year figure at $2.6 billion, up 526.42% from the prior year.
- Net Cash Flow was $4.4 billion for Q2 2026 at Athene Holding, up from $2.4 billion in the prior quarter.
- The five-year high for Net Cash Flow was $6.9 billion in Q1 2023, with the low at -$2.7 billion in Q2 2023.
- Average Net Cash Flow over 5 years is $738.2 million, with a median of -$569.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Net Cash Flow tumbled 303.76% in 2022, then soared 2806.6% in 2025.
- Over 5 years, Net Cash Flow stood at -$2.5 billion in 2022, then surged by 240.26% to $3.5 billion in 2023, then plunged by 116.86% to -$591.0 million in 2024, then sank by 79.86% to -$1.1 billion in 2025, then jumped by 514.21% to $4.4 billion in 2026.
- The last three Net Cash Flow figures came in at $4.4 billion (Q2 2026), $2.4 billion (Q1 2026), and -$1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.40 Bn |
| Mar 31, 2026 | 2.42 Bn |
| Dec 31, 2025 | -1.06 Bn |
| Sep 30, 2025 | 5.73 Bn |
| Jun 30, 2025 | -1.18 Bn |
| Mar 31, 2025 | -854.00 Mn |
| Dec 31, 2024 | -591.00 Mn |
| Sep 30, 2024 | 197.00 Mn |
| Jun 30, 2024 | -2.26 Bn |
| Mar 31, 2024 | 2.04 Bn |
| Dec 31, 2023 | 3.51 Bn |
| Sep 30, 2023 | -1.56 Bn |
| Jun 30, 2023 | -2.72 Bn |
| Mar 31, 2023 | 6.87 Bn |
| Dec 31, 2022 | -2.50 Bn |
| Sep 30, 2022 | -860.00 Mn |
| Jun 30, 2022 | 2.26 Bn |
| Mar 31, 2022 | -547.00 Mn |
| Dec 31, 2021 | 1.92 Bn |
| Sep 30, 2021 | -213.00 Mn |
Athene Holding Ltd. Net Cash Flow 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=net-cash-flow&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();