Athene Holding Ltd. (ATH-PE) Change in Account Payables (2016 - 2026)
Athene Holding (ATH-PE) posted Change in Account Payables of -$586.0 million for Q2 2026, down 128.91% on a QoQ basis from -$256.0 million in Q1 2026, and up 25.26% year-over-year from -$467.8 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Change in Account Payables (2016 - 2026) Analysis & Trends
Athene Holding has reported Change in Account Payables for 11 years, with the latest figure at -$586.0 million in Q2 2026.
- On a quarterly basis, Change in Account Payables rose 25.26% year-over-year to -$586.0 million in Q2 2026; TTM through Jun 2026 was -$132.0 million, a 92.78% increase from a year earlier, with the FY2025 full-year figure at -$363.0 million, up 81.56% from the prior year.
- Change in Account Payables was -$586.0 million for Q2 2026 at Athene Holding, down from -$256.0 million in the prior quarter.
- The five-year high for Change in Account Payables was $3.8 billion in Q2 2022, with the low at -$910.0 million in Q3 2023.
- Average Change in Account Payables over 5 years is $281.1 million, with a median of -$272.5 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Change in Account Payables surged 2112.5% in 2023, then tumbled 1148.44% in 2024.
- Over 5 years, Change in Account Payables stood at $64.0 million in 2022, then soared by 2112.5% to $1.4 billion in 2023, then plunged by 158.9% to -$834.0 million in 2024, then soared by 238.73% to $1.2 billion in 2025, then sank by 150.65% to -$586.0 million in 2026.
- The last three Change in Account Payables figures came in at -$586.0 million (Q2 2026), -$256.0 million (Q1 2026), and $1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -586.00 Mn |
| Mar 31, 2026 | -256.00 Mn |
| Dec 31, 2025 | 1.16 Bn |
| Sep 30, 2025 | -447.00 Mn |
| Jun 30, 2025 | -784.00 Mn |
| Mar 31, 2025 | -289.00 Mn |
| Dec 31, 2024 | -834.00 Mn |
| Sep 30, 2024 | 79.00 Mn |
| Jun 30, 2024 | -543.00 Mn |
| Mar 31, 2024 | -671.00 Mn |
| Dec 31, 2023 | 1.42 Bn |
| Sep 30, 2023 | -910.00 Mn |
| Jun 30, 2023 | 3.76 Bn |
| Mar 31, 2023 | 64.00 Mn |
| Dec 31, 2022 | 64.00 Mn |
| Sep 30, 2022 | 837.00 Mn |
| Jun 30, 2022 | 3.78 Bn |
| Mar 31, 2022 | -776.00 Mn |
| Dec 31, 2021 | 2.87 Bn |
| Sep 30, 2021 | 4.31 Bn |
Athene Holding Ltd. Change in Account Payables 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-account-payables&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();