Evergy, Inc. (EVRG) Income from Non-Controlling Interests (2017 - 2019)
Evergy's (EVRG) quarterly Income from Non-Controlling Interests came in at -$5.4 million in Q2 2019, down 307.69% year-over-year from $2.6 million in Q2 2018, and down 238.46% quarter-over-quarter from $3.9 million in Q1 2019.
Evergy, Inc. (EVRG) Income from Non-Controlling Interests (2017 - 2019) Analysis & Trends
Evergy has disclosed Income from Non-Controlling Interests across 3 years of filings, most recently posting -$5.4 million for Q2 2019.
- In Q2 2019, Income from Non-Controlling Interests fell 307.69% year-over-year to -$5.4 million; the TTM figure through Jun 2019 stood at -$2.9 million (down 129.59% YoY), while the FY2018 annual figure was $10.2 million, down 19.05% from the prior year.
- Income from Non-Controlling Interests came in at -$5.4 million for Q2 2019 at Evergy, down from $3.9 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $3.9 million in Q2 2017 to a low of -$5.4 million in Q2 2019.
- Average Income from Non-Controlling Interests over 3 years is $1.2 million, with a median of $2.4 million recorded in 2017.
- The largest YoY upside for Income from Non-Controlling Interests was 62.5% in 2019 against a maximum downside of 307.69% in 2019.
- Over 3 years, Income from Non-Controlling Interests stood at $2.4 million in 2017, then slumped by 266.67% to -$4.0 million in 2018, then slumped by 35.0% to -$5.4 million in 2019.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$5.4 million in Q2 2019, $3.9 million in Q1 2019, and -$4.0 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -5.40 Mn |
| Mar 31, 2019 | 3.90 Mn |
| Dec 31, 2018 | -4.00 Mn |
| Sep 30, 2018 | 2.60 Mn |
| Jun 30, 2018 | 2.60 Mn |
| Mar 31, 2018 | 2.40 Mn |
| Dec 31, 2017 | 2.40 Mn |
| Sep 30, 2017 | 2.40 Mn |
| Jun 30, 2017 | 3.90 Mn |
Evergy, Inc. Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();