Evergy, Inc. (EVRG) EPS (Basic) (2017 - 2019)
Evergy's (EVRG) quarterly EPS (Basic) came in at $0.59 in Q2 2019, up 2.91% year-over-year from $0.57 in Q2 2018, and up 46.37% quarter-over-quarter from $0.4 in Q1 2019.
Evergy, Inc. (EVRG) EPS (Basic) (2017 - 2019) Analysis & Trends
Evergy has disclosed EPS (Basic) across 3 years of filings, most recently posting $0.59 for Q2 2019.
- In Q2 2019, EPS (Basic) rose 2.91% year-over-year to $0.59; the TTM figure through Jun 2019 stood at $3.71 (up 87.53% YoY), while the FY2018 annual figure was $2.53, up 9.2% from the prior year.
- EPS (Basic) came in at $0.59 for Q2 2019 at Evergy, up from $0.4 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $1.42 in Q4 2018 to a low of $0.24 in Q4 2017.
- Average EPS (Basic) over 3 years is $0.73, with a median of $0.57 recorded in 2018.
- Year-over-year, EPS (Basic) soared 486.06% in 2018 and fell 7.18% in 2019.
- Over 3 years, EPS (Basic) stood at $0.24 in 2017, then soared by 486.06% to $1.42 in 2018, then tumbled by 58.7% to $0.59 in 2019.
- Per Business Quant data, the three most recent EPS (Basic) figures were $0.59 in Q2 2019, $0.4 in Q1 2019, and $1.42 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.59 |
| Mar 31, 2019 | 0.40 |
| Dec 31, 2018 | 1.42 |
| Sep 30, 2018 | 1.32 |
| Jun 30, 2018 | 0.57 |
| Mar 31, 2018 | 0.43 |
| Dec 31, 2017 | 0.24 |
| Sep 30, 2017 | 1.12 |
| Jun 30, 2017 | 0.52 |
Evergy, Inc. EPS (Basic) 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=eps-basic&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();