Athene Holding Ltd. (ATH-PE) Debt Ratio (2015 - 2026)
Athene Holding (ATH-PE) posted Debt Ratio of 0.02 for Q2 2026, down 5.4% on a QoQ basis from 0.02 in Q1 2026, and down 14.64% year-over-year from 0.02 in Q2 2025.
Athene Holding Ltd. (ATH-PE) Debt Ratio (2015 - 2026) Analysis & Trends
Athene Holding has reported Debt Ratio for 12 years, with the latest figure at 0.02 in Q2 2026.
- On a quarterly basis, Debt Ratio fell 14.64% year-over-year to 0.02 in Q2 2026; TTM through Jun 2026 was 0.02, a 14.64% decrease from a year earlier, with the FY2025 full-year figure at 0.02, up 2.21% from the prior year.
- Debt Ratio was 0.02 for Q2 2026 at Athene Holding, down from 0.02 in the prior quarter.
- The five-year high for Debt Ratio was 0.02 in Q2 2025, with the low at 0.01 in Q1 2022.
- Average Debt Ratio over 5 years is 0.02, with a median of 0.02 recorded in 2024.
- The sharpest annual moves came in 2022 and 2026: Debt Ratio surged 38.93% in 2022, then slipped 14.64% in 2026.
- Over 5 years, Debt Ratio stood at 0.01 in 2022, then slipped by 6.62% to 0.01 in 2023, then grew by 24.0% to 0.02 in 2024, then advanced by 2.21% to 0.02 in 2025, then declined by 6.68% to 0.02 in 2026.
- The last three Debt Ratio figures came in at 0.02 (Q2 2026), 0.02 (Q1 2026), and 0.02 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.02 |
| Mar 31, 2026 | 0.02 |
| Dec 31, 2025 | 0.02 |
| Sep 30, 2025 | 0.02 |
| Jun 30, 2025 | 0.02 |
| Mar 31, 2025 | 0.02 |
| Dec 31, 2024 | 0.02 |
| Sep 30, 2024 | 0.02 |
| Jun 30, 2024 | 0.02 |
| Mar 31, 2024 | 0.02 |
| Dec 31, 2023 | 0.01 |
| Sep 30, 2023 | 0.01 |
| Jun 30, 2023 | 0.01 |
| Mar 31, 2023 | 0.01 |
| Dec 31, 2022 | 0.01 |
| Sep 30, 2022 | 0.01 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.01 |
| Sep 30, 2021 | 0.01 |
Athene Holding Ltd. Debt Ratio 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=debt-ratio&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();