Athene Holding Ltd. (ATH-PE) Change in Cash (2016 - 2026)
Athene Holding (ATH-PE) posted Change in Cash of $4.4 billion for Q2 2026, up 82.35% on a QoQ basis from $2.4 billion in Q1 2026, and up 476.88% year-over-year from $763.1 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Change in Cash (2016 - 2026) Analysis & Trends
Athene Holding has reported Change in Cash for 11 years, with the latest figure at $4.4 billion in Q2 2026.
- On a quarterly basis, Change in Cash rose 476.88% year-over-year to $4.4 billion in Q2 2026; TTM through Jun 2026 was $11.5 billion, a 575.19% increase from a year earlier, with the FY2025 full-year figure at $2.6 billion, up 525.16% from the prior year.
- Change in Cash was $4.4 billion for Q2 2026 at Athene Holding, up from $2.4 billion in the prior quarter.
- The five-year high for Change in Cash was $6.9 billion in Q1 2023, with the low at -$2.7 billion in Q2 2023.
- Average Change in Cash over 5 years is $737.9 million, with a median of -$574.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Change in Cash plunged 297.22% in 2022, then surged 2734.65% in 2025.
- Over 5 years, Change in Cash stood at -$2.5 billion in 2022, then jumped by 240.75% to $3.5 billion in 2023, then plunged by 116.99% to -$597.0 million in 2024, then slumped by 79.4% to -$1.1 billion in 2025, then surged by 511.02% to $4.4 billion in 2026.
- The last three Change in Cash 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.41 Bn |
| Dec 31, 2025 | -1.07 Bn |
| Sep 30, 2025 | 5.73 Bn |
| Jun 30, 2025 | -1.17 Bn |
| Mar 31, 2025 | -851.00 Mn |
| Dec 31, 2024 | -597.00 Mn |
| Sep 30, 2024 | 202.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.88 Bn |
| Dec 31, 2022 | -2.50 Bn |
| Sep 30, 2022 | -858.00 Mn |
| Jun 30, 2022 | 2.25 Bn |
| Mar 31, 2022 | -551.00 Mn |
| Dec 31, 2021 | 1.92 Bn |
| Sep 30, 2021 | -216.00 Mn |
Athene Holding Ltd. Change in Cash 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=change-in-cash&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();