Athene Holding Ltd. (ATH-PE) Payout Ratio (2019 - 2026)
Athene Holding (ATH-PE) posted Payout Ratio of 0.2 for Q2 2026, up 305.93% on a QoQ basis from 0.1 in Q1 2026, and down 47.22% year-over-year from 0.37 in Q2 2025.
Athene Holding Ltd. (ATH-PE) Payout Ratio (2019 - 2026) Analysis & Trends
Athene Holding has reported Payout Ratio for 8 years, with the latest figure at 0.2 in Q2 2026.
- On a quarterly basis, Payout Ratio fell 47.22% year-over-year to 0.2 in Q2 2026; TTM through Jun 2026 was 1.09, a 182.7% increase from a year earlier, with the FY2025 full-year figure at 0.29, down 1.53% from the prior year.
- Payout Ratio was 0.2 for Q2 2026 at Athene Holding, up from 0.1 in the prior quarter.
- The five-year high for Payout Ratio was 0.86 in Q3 2024, with the low at 2.62 in Q1 2022.
- Average Payout Ratio over 5 years is 0.08, with a median of 0.2 recorded in 2026.
- The sharpest annual moves came in 2023 and 2026: Payout Ratio jumped 541.74% in 2023, then tumbled 121.29% in 2026.
- Over 5 years, Payout Ratio stood at 0.3 in 2022, then surged by 121.15% to 0.06 in 2023, then increased by 25.78% to 0.08 in 2024, then soared by 381.64% to 0.39 in 2025, then slumped by 49.34% to 0.2 in 2026.
- The last three Payout Ratio figures came in at 0.2 (Q2 2026), 0.1 (Q1 2026), and 0.39 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.20 |
| Mar 31, 2026 | -0.10 |
| Dec 31, 2025 | 0.39 |
| Sep 30, 2025 | 0.15 |
| Jun 30, 2025 | 0.37 |
| Mar 31, 2025 | 0.45 |
| Dec 31, 2024 | 0.08 |
| Sep 30, 2024 | 0.86 |
| Jun 30, 2024 | 0.32 |
| Mar 31, 2024 | 0.16 |
| Dec 31, 2023 | 0.06 |
| Sep 30, 2023 | 0.43 |
| Jun 30, 2023 | 0.47 |
| Mar 31, 2023 | 0.52 |
| Sep 30, 2022 | -0.30 |
| Jun 30, 2022 | -0.11 |
| Mar 31, 2022 | -2.62 |
| Dec 31, 2021 | 0.71 |
| Mar 31, 2020 | -0.04 |
| Dec 31, 2019 | 0.62 |
Athene Holding Ltd. Payout 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=payout-ratio&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();