Athene Holding Ltd. (ATH-PE) Deferred Taxes (2016 - 2017)
Athene Holding (ATH-PE) posted Deferred Taxes of $19.0 million for Q3 2017, up 111.11% on a QoQ basis from $9.0 million in Q2 2017, and up 129.69% year-over-year from $8.3 million in Q3 2016.
Athene Holding Ltd. (ATH-PE) Deferred Taxes (2016 - 2017) Analysis & Trends
Athene Holding has reported Deferred Taxes for 2 years, with the latest figure at $19.0 million in Q3 2017.
- On a quarterly basis, Deferred Taxes rose 129.69% year-over-year to $19.0 million in Q3 2017; TTM through Sep 2017 was $76.0 million, a N/A change from a year earlier, with the FY2016 full-year figure at -$19.0 million, down 157.58% from the prior year.
- Deferred Taxes was $19.0 million for Q3 2017 at Athene Holding, up from $9.0 million in the prior quarter.
- The five-year high for Deferred Taxes was $26.0 million in Q4 2016, with the low at -$64.0 million in Q3 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2017 | 19.00 Mn |
| Jun 30, 2017 | 9.00 Mn |
| Mar 31, 2017 | 22.00 Mn |
| Dec 31, 2016 | 26.00 Mn |
| Sep 30, 2016 | -64.00 Mn |
| Jun 30, 2016 | 11.00 Mn |
| Mar 31, 2016 | 8.00 Mn |
Athene Holding Ltd. Deferred Taxes 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=deferred-taxes&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();