Evergy, Inc. (EVRG) Current Taxes (2017 - 2019)
Evergy's (EVRG) quarterly Current Taxes came in at $195.8 million in Q2 2019, down 6.89% year-over-year from $210.3 million in Q2 2018, and down 12.0% quarter-over-quarter from $222.5 million in Q1 2019.
Evergy, Inc. (EVRG) Current Taxes (2017 - 2019) Analysis & Trends
Evergy has disclosed Current Taxes across 3 years of filings, most recently posting $195.8 million for Q2 2019.
- In Q2 2019, Current Taxes fell 6.89% year-over-year to $195.8 million; the TTM figure through Jun 2019 stood at $195.8 million (down 6.89% YoY), while the FY2018 annual figure was $133.6 million, up 52.34% from the prior year.
- Current Taxes came in at $195.8 million for Q2 2019 at Evergy, down from $222.5 million in the prior quarter.
- In the past five years, Current Taxes ranged from a high of $282.1 million in Q3 2018 to a low of $87.7 million in Q4 2017.
- Average Current Taxes over 3 years is $188.7 million, with a median of $203.0 million recorded in 2018.
- Year-over-year, Current Taxes soared 52.34% in 2018 and declined 6.89% in 2019.
- Over 3 years, Current Taxes stood at $87.7 million in 2017, then soared by 52.34% to $133.6 million in 2018, then soared by 46.56% to $195.8 million in 2019.
- Per Business Quant data, the three most recent Current Taxes figures were $195.8 million in Q2 2019, $222.5 million in Q1 2019, and $133.6 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 195.80 Mn |
| Mar 31, 2019 | 222.50 Mn |
| Dec 31, 2018 | 133.60 Mn |
| Sep 30, 2018 | 282.10 Mn |
| Jun 30, 2018 | 210.30 Mn |
| Dec 31, 2017 | 87.70 Mn |
Evergy, Inc. Current 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=current-taxes&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-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=current-taxes&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();