Evergy, Inc. (EVRG) Other Non Operating Income (2017 - 2019)
Evergy's (EVRG) quarterly Other Non Operating Income came in at -$15.8 million in Q2 2019, down 1029.41% year-over-year from $1.7 million in Q2 2018, and down 54.9% quarter-over-quarter from -$10.2 million in Q1 2019.
Evergy, Inc. (EVRG) Other Non Operating Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Other Non Operating Income across 3 years of filings, most recently posting -$15.8 million for Q2 2019.
- In Q2 2019, Other Non Operating Income fell 1029.41% year-over-year to -$15.8 million; the TTM figure through Jun 2019 stood at -$29.8 million (down 392.16% YoY), while the FY2018 annual figure was $15.5 million, up 86.75% from the prior year.
- Other Non Operating Income came in at -$15.8 million for Q2 2019 at Evergy, down from -$10.2 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $3.9 million in Q3 2017 to a low of -$15.8 million in Q2 2019.
- Average Other Non Operating Income over 3 years is -$2.1 million, with a median of $1.6 million recorded in 2018.
- Year-over-year, Other Non Operating Income surged 240.0% in 2018 and plunged 1029.41% in 2019.
- Over 3 years, Other Non Operating Income stood at $2.6 million in 2017, then slumped by 307.69% to -$5.4 million in 2018, then sank by 192.59% to -$15.8 million in 2019.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$15.8 million in Q2 2019, -$10.2 million in Q1 2019, and -$5.4 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -15.80 Mn |
| Mar 31, 2019 | -10.20 Mn |
| Dec 31, 2018 | -5.40 Mn |
| Sep 30, 2018 | 1.60 Mn |
| Jun 30, 2018 | 1.70 Mn |
| Mar 31, 2018 | 2.00 Mn |
| Dec 31, 2017 | 2.60 Mn |
| Sep 30, 2017 | 3.90 Mn |
| Jun 30, 2017 | 500,000.00 |
Evergy, Inc. Other 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=other-non-operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();