Evergy, Inc. (EVRG) Non Operating Income (2017 - 2019)
Evergy's (EVRG) quarterly Non Operating Income came in at -$9.4 million in Q2 2019, up 10.48% year-over-year from -$8.5 million in Q2 2018, and down 17.5% quarter-over-quarter from -$8.0 million in Q1 2019.
Evergy, Inc. (EVRG) Non Operating Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Non Operating Income across 3 years of filings, most recently posting -$9.4 million for Q2 2019.
- In Q2 2019, Non Operating Income rose 10.48% year-over-year to -$9.4 million; the TTM figure through Jun 2019 stood at $346.7 million (up 1166.77% YoY), while the FY2018 annual figure was -$54.4 million, down 102.99% from the prior year.
- Non Operating Income came in at -$9.4 million for Q2 2019 at Evergy, down from -$8.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $388.4 million in Q4 2018 to a low of -$24.3 million in Q3 2018.
- Average Non Operating Income over 3 years is $34.2 million, with a median of -$8.0 million recorded in 2019.
- The largest YoY upside for Non Operating Income was 6168.75% in 2018 against a maximum downside of 268.18% in 2018.
- Over 3 years, Non Operating Income stood at -$6.4 million in 2017, then soared by 6168.75% to $388.4 million in 2018, then tumbled by 102.42% to -$9.4 million in 2019.
- Per Business Quant data, the three most recent Non Operating Income figures were -$9.4 million in Q2 2019, -$8.0 million in Q1 2019, and $388.4 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -9.40 Mn |
| Mar 31, 2019 | -8.00 Mn |
| Dec 31, 2018 | 388.40 Mn |
| Sep 30, 2018 | -24.30 Mn |
| Jun 30, 2018 | -10.50 Mn |
| Mar 31, 2018 | -9.00 Mn |
| Dec 31, 2017 | -6.40 Mn |
| Sep 30, 2017 | -6.60 Mn |
| Jun 30, 2017 | -6.10 Mn |
Evergy, Inc. Non Operating 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=non-operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();