Evergy, Inc. (EVRG) Equity Income (2017 - 2019)
Evergy's (EVRG) quarterly Equity Income came in at $2.1 million in Q2 2019, up 50.0% year-over-year from $1.4 million in Q2 2018, and down 4.55% quarter-over-quarter from $2.2 million in Q1 2019.
Evergy, Inc. (EVRG) Equity Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Equity Income across 3 years of filings, most recently posting $2.1 million for Q2 2019.
- In Q2 2019, Equity Income rose 50.0% year-over-year to $2.1 million; the TTM figure through Jun 2019 stood at $371.0 million (up 5883.87% YoY), while the FY2018 annual figure was $5.4 million, down 19.4% from the prior year.
- Equity Income came in at $2.1 million for Q2 2019 at Evergy, down from $2.2 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $364.7 million in Q4 2018 to a low of $1.4 million in Q1 2018.
- Average Equity Income over 3 years is $42.1 million, with a median of $1.8 million recorded in 2017.
- The largest YoY upside for Equity Income was 20161.11% in 2018 against a maximum downside of 6.67% in 2018.
- Over 3 years, Equity Income stood at $1.8 million in 2017, then soared by 20161.11% to $364.7 million in 2018, then slumped by 99.42% to $2.1 million in 2019.
- Per Business Quant data, the three most recent Equity Income figures were $2.1 million in Q2 2019, $2.2 million in Q1 2019, and $364.7 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 2.10 Mn |
| Mar 31, 2019 | 2.20 Mn |
| Dec 31, 2018 | 364.70 Mn |
| Sep 30, 2018 | 2.00 Mn |
| Jun 30, 2018 | 1.40 Mn |
| Mar 31, 2018 | 1.40 Mn |
| Dec 31, 2017 | 1.80 Mn |
| Sep 30, 2017 | 1.60 Mn |
| Jun 30, 2017 | 1.50 Mn |
Evergy, Inc. Equity 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=equity-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();