Athene Holding Ltd. (ATH-PE) Short term Debt (2018 - 2020)
Athene Holding (ATH-PE) posted Short term Debt of $400.0 million for Q1 2020, down 15.79% on a QoQ basis from $475.0 million in Q4 2019.
Athene Holding Ltd. (ATH-PE) Short term Debt (2018 - 2020) Analysis & Trends
Athene Holding has reported Short term Debt for 3 years, with the latest figure at $400.0 million in Q1 2020.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $400.0 million in Q1 2020; TTM through Mar 2020 was $400.0 million, a N/A change from a year earlier, with the FY2019 full-year figure at $475.0 million, changed N/A from the prior year.
- Short term Debt was $400.0 million for Q1 2020 at Athene Holding, down from $475.0 million in the prior quarter.
- The five-year high for Short term Debt was $475.0 million in Q4 2019, with the low at $183.0 million in Q2 2018.
- Average Short term Debt over 3 years is $352.7 million, with a median of $400.0 million recorded in 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2020 | 400.00 Mn |
| Dec 31, 2019 | 475.00 Mn |
| Jun 30, 2018 | 183.00 Mn |
Athene Holding Ltd. Short term Debt 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=short-term-debt&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();