Evergy, Inc. (EVRG) Deferred Taxes (2017 - 2019)
Evergy's (EVRG) quarterly Deferred Taxes came in at $15.9 million in Q2 2019, up 132.58% year-over-year from $6.8 million in Q2 2018, and up 895.0% quarter-over-quarter from -$2.0 million in Q1 2019.
Evergy, Inc. (EVRG) Deferred Taxes (2017 - 2019) Analysis & Trends
Evergy has disclosed Deferred Taxes across 3 years of filings, most recently posting $15.9 million for Q2 2019.
- In Q2 2019, Deferred Taxes rose 132.58% year-over-year to $15.9 million; the TTM figure through Jun 2019 stood at $100.4 million (up 98.03% YoY), while the FY2018 annual figure was $124.2 million, down 16.98% from the prior year.
- Deferred Taxes came in at $15.9 million for Q2 2019 at Evergy, up from -$2.0 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $92.8 million in Q3 2018 to a low of -$48.8 million in Q2 2018.
- Average Deferred Taxes over 3 years is $18.9 million, with a median of $9.8 million recorded in 2018.
- The largest YoY upside for Deferred Taxes was 132.58% in 2019 against a maximum downside of 152.63% in 2019.
- Over 3 years, Deferred Taxes stood at $22.6 million in 2017, then sank by 127.88% to -$6.3 million in 2018, then soared by 352.38% to $15.9 million in 2019.
- Per Business Quant data, the three most recent Deferred Taxes figures were $15.9 million in Q2 2019, -$2.0 million in Q1 2019, and -$6.3 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 15.90 Mn |
| Mar 31, 2019 | -2.00 Mn |
| Dec 31, 2018 | -6.30 Mn |
| Sep 30, 2018 | 92.80 Mn |
| Jun 30, 2018 | -48.80 Mn |
| Mar 31, 2018 | 3.80 Mn |
| Dec 31, 2017 | 22.60 Mn |
| Sep 30, 2017 | 73.10 Mn |
Evergy, Inc. 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=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "EVRG", "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=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();