Evergy, Inc. (EVRG) Change in Taxes (2017 - 2019)
Evergy's (EVRG) quarterly Change in Taxes came in at -$300000.0 in Q2 2019, down 101.57% year-over-year from $19.1 million in Q2 2018, and down 100.3% quarter-over-quarter from $100.2 million in Q1 2019.
Evergy, Inc. (EVRG) Change in Taxes (2017 - 2019) Analysis & Trends
Evergy has disclosed Change in Taxes across 3 years of filings, most recently posting -$300000.0 for Q2 2019.
- In Q2 2019, Change in Taxes fell 101.57% year-over-year to -$300000.0; the TTM figure through Jun 2019 stood at $115.9 million (up 75.61% YoY), while the FY2018 annual figure was -$76.4 million, down 930.43% from the prior year.
- Change in Taxes came in at -$300000.0 for Q2 2019 at Evergy, down from $100.2 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $100.2 million in Q1 2019 to a low of -$35.2 million in Q4 2018.
- Average Change in Taxes over 3 years is $22.7 million, with a median of $21.8 million recorded in 2017.
- Year-over-year, Change in Taxes jumped 108.13% in 2018 and sank 101.57% in 2019.
- Over 3 years, Change in Taxes stood at -$26.4 million in 2017, then slumped by 33.33% to -$35.2 million in 2018, then surged by 99.15% to -$300000.0 in 2019.
- Per Business Quant data, the three most recent Change in Taxes figures were -$300000.0 in Q2 2019, $100.2 million in Q1 2019, and -$35.2 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -300,000.00 |
| Mar 31, 2019 | 100.20 Mn |
| Dec 31, 2018 | -35.20 Mn |
| Sep 30, 2018 | 51.20 Mn |
| Jun 30, 2018 | 19.10 Mn |
| Mar 31, 2018 | 48.70 Mn |
| Dec 31, 2017 | -26.40 Mn |
| Sep 30, 2017 | 24.60 Mn |
Evergy, Inc. Change in 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=change-in-taxes&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-taxes&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();