Athene Holding Ltd. (ATH-PE) Payables (2015 - 2021)
Athene Holding (ATH-PE) posted Payables of $158.0 million for Q4 2021, down 60.5% on a QoQ basis from $400.0 million in Q1 2020.
Analysis
Athene Holding Ltd. (ATH-PE) Payables (2015 - 2021) Analysis & Trends
Athene Holding has reported Payables for 7 years, with the latest figure at $158.0 million in Q4 2021.
- On a quarterly basis, Payables changed N/A year-over-year to $158.0 million in Q4 2021; TTM through Dec 2021 was $158.0 million, a N/A change from a year earlier, with the FY2021 full-year figure at $158.0 million, changed N/A from the prior year.
- Payables was $158.0 million for Q4 2021 at Athene Holding, down from $400.0 million in the prior quarter.
- The five-year high for Payables was $2.3 billion in Q4 2017, with the low at $158.0 million in Q4 2021.
- Average Payables over 5 years is $1.6 billion, with a median of $1.8 billion recorded in 2019.
- The sharpest annual moves came in 2017 and 2020: Payables surged 67.97% in 2017, then sank 77.54% in 2020.
- Over 5 years, Payables stood at $2.3 billion in 2017, then decreased by 0.34% to $2.3 billion in 2018, then tumbled by 79.48% to $475.0 million in 2019, then declined by 15.79% to $400.0 million in 2020, then plunged by 60.5% to $158.0 million in 2021.
- The last three Payables figures came in at $158.0 million (Q4 2021), $400.0 million (Q1 2020), and $475.0 million (Q4 2019), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 158.00 Mn |
| Mar 31, 2020 | 400.00 Mn |
| Dec 31, 2019 | 475.00 Mn |
| Sep 30, 2019 | 2.32 Bn |
| Jun 30, 2019 | 2.18 Bn |
| Mar 31, 2019 | 1.78 Bn |
| Sep 30, 2018 | 2.32 Bn |
| Jun 30, 2018 | 1.75 Bn |
| Mar 31, 2018 | 1.15 Bn |
| Dec 31, 2017 | 2.32 Bn |
| Sep 30, 2017 | 1.90 Bn |
| Jun 30, 2017 | 1.86 Bn |
| Mar 31, 2017 | 1.68 Bn |
| Dec 31, 2016 | 1.38 Bn |
| Dec 31, 2015 | 867.00 Mn |
API Access
Athene Holding Ltd. 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=payables&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payables&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();