Evergy, Inc. (EVRG) Tax Rate (2017 - 2019)
Evergy's (EVRG) quarterly Tax Rate came in at 14.62% in Q2 2019, up 9221.0% year-over-year from 0.16% in Q2 2018, and up 73.71% quarter-over-quarter from 8.42% in Q1 2019.
Evergy, Inc. (EVRG) Tax Rate (2017 - 2019) Analysis & Trends
Evergy has disclosed Tax Rate across 3 years of filings, most recently posting 14.62% for Q2 2019.
- In Q2 2019, Tax Rate rose 9221.0% year-over-year to 14.62%; the TTM figure through Jun 2019 stood at 10.73% (down 333.0% YoY), while the FY2018 annual figure was 9.84%, down 2159.0% from the prior year.
- Tax Rate came in at 14.62% for Q2 2019 at Evergy, up from 8.42% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 52.8% in Q4 2017 to a low of 77.59% in Q2 2018.
- Average Tax Rate over 3 years is 9.83%, with a median of 14.62% recorded in 2019.
- Year-over-year, Tax Rate plunged 11010 bps in 2018 and jumped 9221 bps in 2019.
- Over 3 years, Tax Rate stood at 52.8% in 2017, then plunged by 94 bps to 3.41% in 2018, then jumped by 329 bps to 14.62% in 2019.
- Per Business Quant data, the three most recent Tax Rate figures were 14.62% in Q2 2019, 8.42% in Q1 2019, and 3.41% in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 14.62% |
| Mar 31, 2019 | 8.42% |
| Dec 31, 2018 | 3.41% |
| Sep 30, 2018 | 15.27% |
| Jun 30, 2018 | -77.59% |
| Mar 31, 2018 | 13.01% |
| Dec 31, 2017 | 52.80% |
| Sep 30, 2017 | 25.97% |
| Jun 30, 2017 | 32.52% |
Evergy, Inc. Tax Rate 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=tax-rate&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();