Evergy, Inc. (EVRG) Net Income (2017 - 2019)
Evergy's (EVRG) quarterly Net Income came in at $142.5 million in Q2 2019, up 38.35% year-over-year from $103.0 million in Q2 2018, and up 40.81% quarter-over-quarter from $101.2 million in Q1 2019.
Evergy, Inc. (EVRG) Net Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Net Income across 3 years of filings, most recently posting $142.5 million for Q2 2019.
- In Q2 2019, Net Income rose 38.35% year-over-year to $142.5 million; the TTM figure through Jun 2019 stood at $902.8 million (up 152.11% YoY), while the FY2018 annual figure was $540.6 million, up 63.92% from the prior year.
- Net Income came in at $142.5 million for Q2 2019 at Evergy, up from $101.2 million in the prior quarter.
- In the past five years, Net Income ranged from a high of $355.6 million in Q3 2018 to a low of $34.5 million in Q4 2017.
- Average Net Income over 3 years is $148.4 million, with a median of $103.0 million recorded in 2018.
- The largest YoY upside for Net Income was 779.71% in 2018 against a maximum downside of 38.26% in 2018.
- Over 3 years, Net Income stood at $34.5 million in 2017, then jumped by 779.71% to $303.5 million in 2018, then slumped by 53.05% to $142.5 million in 2019.
- Per Business Quant data, the three most recent Net Income figures were $142.5 million in Q2 2019, $101.2 million in Q1 2019, and $303.5 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 142.50 Mn |
| Mar 31, 2019 | 101.20 Mn |
| Dec 31, 2018 | 303.50 Mn |
| Sep 30, 2018 | 355.60 Mn |
| Jun 30, 2018 | 103.00 Mn |
| Mar 31, 2018 | 61.50 Mn |
| Dec 31, 2017 | 34.50 Mn |
| Sep 30, 2017 | 159.10 Mn |
| Jun 30, 2017 | 74.50 Mn |
Evergy, Inc. Net Income 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=net-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();