Athene Holding Ltd. (ATH-PE) Exchange Rate Effect (2016 - 2026)
Athene Holding (ATH-PE) posted Exchange Rate Effect of -$1.0 million for Q2 2026, little changed on a QoQ basis from -$1.0 million in Q1 2026, and down 110.0% year-over-year from $10.0 million in Q2 2025.
Athene Holding Ltd. (ATH-PE) Exchange Rate Effect (2016 - 2026) Analysis & Trends
Athene Holding has reported Exchange Rate Effect for 9 years, with the latest figure at -$1.0 million in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 110.0% year-over-year to -$1.0 million in Q2 2026; TTM through Jun 2026 was -$10.0 million, a 183.33% decrease from a year earlier, with the FY2025 full-year figure at $5.0 million, up 266.67% from the prior year.
- Exchange Rate Effect was -$1.0 million for Q2 2026 at Athene Holding, roughly flat from -$1.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $10.0 million in Q2 2025, with the low at -$16.0 million in Q2 2022.
- Average Exchange Rate Effect over 5 years is -$312500.0, with a median of $500000.0 recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Exchange Rate Effect sank 250.0% in 2023, then soared 266.67% in 2024.
- Over 5 years, Exchange Rate Effect stood at $3.0 million in 2022, then jumped by 166.67% to $8.0 million in 2023, then sank by 175.0% to -$6.0 million in 2024, then plunged by 33.33% to -$8.0 million in 2025, then jumped by 87.5% to -$1.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$1.0 million (Q2 2026), -$1.0 million (Q1 2026), and -$8.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Dec 31, 2025 | -8.00 Mn |
| Jun 30, 2025 | 10.00 Mn |
| Mar 31, 2025 | 3.00 Mn |
| Dec 31, 2024 | -6.00 Mn |
| Sep 30, 2024 | 5.00 Mn |
| Mar 31, 2024 | -2.00 Mn |
| Dec 31, 2023 | 8.00 Mn |
| Sep 30, 2023 | -3.00 Mn |
| Jun 30, 2023 | 2.00 Mn |
| Mar 31, 2023 | 3.00 Mn |
| Dec 31, 2022 | 3.00 Mn |
| Sep 30, 2022 | 2.00 Mn |
| Jun 30, 2022 | -16.00 Mn |
| Mar 31, 2022 | -4.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Sep 30, 2021 | -3.00 Mn |
| Dec 31, 2020 | 2.00 Mn |
| Sep 30, 2020 | -7.00 Mn |
Athene Holding Ltd. Exchange Rate Effect 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=exchange-rate-effect&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();