Evergy, Inc. (EVRG) Share-based Compensation (2017 - 2019)
Evergy's (EVRG) quarterly Share-based Compensation came in at -$28.3 million in Q2 2019, down 261.71% year-over-year from $17.5 million in Q2 2018, and down 121.09% quarter-over-quarter from -$12.8 million in Q1 2019.
Evergy, Inc. (EVRG) Share-based Compensation (2017 - 2019) Analysis & Trends
Evergy has disclosed Share-based Compensation across 3 years of filings, most recently posting -$28.3 million for Q2 2019.
- In Q2 2019, Share-based Compensation fell 261.71% year-over-year to -$28.3 million; the TTM figure through Jun 2019 stood at -$77.1 million (down 2241.67% YoY), while the FY2018 annual figure was -$66.8 million, down 108.75% from the prior year.
- Share-based Compensation came in at -$28.3 million for Q2 2019 at Evergy, down from -$12.8 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $17.5 million in Q2 2018 to a low of -$46.0 million in Q3 2018.
- Average Share-based Compensation over 3 years is -$9.2 million, with a median of -$8.2 million recorded in 2017.
- Year-over-year, Share-based Compensation soared 209.89% in 2018 and slumped 612.0% in 2019.
- Over 3 years, Share-based Compensation stood at -$9.1 million in 2017, then soared by 209.89% to $10.0 million in 2018, then sank by 383.0% to -$28.3 million in 2019.
- Per Business Quant data, the three most recent Share-based Compensation figures were -$28.3 million in Q2 2019, -$12.8 million in Q1 2019, and $10.0 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -28.30 Mn |
| Mar 31, 2019 | -12.80 Mn |
| Dec 31, 2018 | 10.00 Mn |
| Sep 30, 2018 | -46.00 Mn |
| Jun 30, 2018 | 17.50 Mn |
| Mar 31, 2018 | 2.50 Mn |
| Dec 31, 2017 | -9.10 Mn |
| Sep 30, 2017 | -7.30 Mn |
Evergy, Inc. Share-based Compensation 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=share-based-compensation&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();