Evergy, Inc. (EVRG) Tax Provisions (2017 - 2019)
Evergy's (EVRG) quarterly Tax Provisions came in at $24.4 million in Q2 2019, up 154.22% year-over-year from $9.6 million in Q2 2018, and up 162.37% quarter-over-quarter from $9.3 million in Q1 2019.
Evergy, Inc. (EVRG) Tax Provisions (2017 - 2019) Analysis & Trends
Evergy has disclosed Tax Provisions across 3 years of filings, most recently posting $24.4 million for Q2 2019.
- In Q2 2019, Tax Provisions rose 154.22% year-over-year to $24.4 million; the TTM figure through Jun 2019 stood at $108.5 million (up 85.15% YoY), while the FY2018 annual figure was $59.0 million, down 60.98% from the prior year.
- Tax Provisions came in at $24.4 million for Q2 2019 at Evergy, up from $9.3 million in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $64.1 million in Q3 2018 to a low of -$45.0 million in Q2 2018.
- Average Tax Provisions over 3 years is $22.6 million, with a median of $24.4 million recorded in 2019.
- Year-over-year, Tax Provisions slumped 225.35% in 2018 and soared 154.22% in 2019.
- Over 3 years, Tax Provisions stood at $38.6 million in 2017, then slumped by 72.28% to $10.7 million in 2018, then jumped by 128.04% to $24.4 million in 2019.
- Per Business Quant data, the three most recent Tax Provisions figures were $24.4 million in Q2 2019, $9.3 million in Q1 2019, and $10.7 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 24.40 Mn |
| Mar 31, 2019 | 9.30 Mn |
| Dec 31, 2018 | 10.70 Mn |
| Sep 30, 2018 | 64.10 Mn |
| Jun 30, 2018 | -45.00 Mn |
| Mar 31, 2018 | 9.20 Mn |
| Dec 31, 2017 | 38.60 Mn |
| Sep 30, 2017 | 55.80 Mn |
| Jun 30, 2017 | 35.90 Mn |
Evergy, Inc. Tax Provisions 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-provisions&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();