Athene Holding Ltd. (ATH-PE) Other Working Capital Changes (2016 - 2026)
Athene Holding (ATH-PE) posted Other Working Capital Changes of -$898.0 million for Q2 2026, up 33.43% on a QoQ basis from -$1.3 billion in Q1 2026, and down 667.52% year-over-year from $158.2 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Other Working Capital Changes (2016 - 2026) Analysis & Trends
Athene Holding has reported Other Working Capital Changes for 11 years, with the latest figure at -$898.0 million in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 667.52% year-over-year to -$898.0 million in Q2 2026; TTM through Jun 2026 was -$2.4 billion, a 645.27% decrease from a year earlier, with the FY2025 full-year figure at -$217.0 million, down 1004.17% from the prior year.
- Other Working Capital Changes was -$898.0 million for Q2 2026 at Athene Holding, up from -$1.3 billion in the prior quarter.
- The five-year high for Other Working Capital Changes was $2.1 billion in Q4 2023, with the low at -$1.3 billion in Q1 2026.
- Average Other Working Capital Changes over 5 years is $23.9 million, with a median of -$39.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Working Capital Changes surged 3680.0% in 2022, then slumped 2825.0% in 2025.
- Over 5 years, Other Working Capital Changes stood at -$74.0 million in 2022, then surged by 2887.84% to $2.1 billion in 2023, then sank by 61.75% to $789.0 million in 2024, then slumped by 92.14% to $62.0 million in 2025, then sank by 1548.39% to -$898.0 million in 2026.
- The last three Other Working Capital Changes figures came in at -$898.0 million (Q2 2026), -$1.3 billion (Q1 2026), and $62.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -898.00 Mn |
| Jun 30, 2026 | -898.00 Mn |
| Mar 31, 2026 | -1.35 Bn |
| Mar 31, 2026 | -1.35 Bn |
| Dec 31, 2025 | 62.00 Mn |
| Dec 31, 2025 | 62.00 Mn |
| Sep 30, 2025 | -236.00 Mn |
| Sep 30, 2025 | -236.00 Mn |
| Jun 30, 2025 | -117.00 Mn |
| Jun 30, 2025 | -117.00 Mn |
| Mar 31, 2025 | 74.00 Mn |
| Mar 31, 2025 | 74.00 Mn |
| Dec 31, 2024 | 789.00 Mn |
| Dec 31, 2024 | 789.00 Mn |
| Sep 30, 2024 | -302.00 Mn |
| Sep 30, 2024 | -302.00 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Mar 31, 2024 | -459.00 Mn |
| Mar 31, 2024 | -459.00 Mn |
Athene Holding Ltd. Other Working Capital Changes 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=other-working-capital-changes&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();