Evergy, Inc. (EVRG) Minority Interest (2017 - 2019)
Evergy's (EVRG) quarterly Minority Interest came in at -$28.4 million in Q2 2019, up 33.49% year-over-year from -$21.3 million in Q2 2018, and up 8.97% quarter-over-quarter from -$31.2 million in Q1 2019.
Evergy, Inc. (EVRG) Minority Interest (2017 - 2019) Analysis & Trends
Evergy has disclosed Minority Interest across 3 years of filings, most recently posting -$28.4 million for Q2 2019.
- In Q2 2019, Minority Interest rose 33.49% year-over-year to -$28.4 million; the TTM figure through Jun 2019 stood at -$28.4 million (up 33.49% YoY), while the FY2018 annual figure was -$37.5 million, up 21.38% from the prior year.
- Minority Interest came in at -$28.4 million for Q2 2019 at Evergy, up from -$31.2 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of -$28.4 million in Q2 2019 to a low of -$47.7 million in Q4 2017.
- Average Minority Interest over 3 years is -$37.9 million, with a median of -$38.8 million recorded in 2018.
- Year-over-year, Minority Interest grew 21.38% in 2018 and surged 33.49% in 2019.
- Over 3 years, Minority Interest stood at -$47.7 million in 2017, then grew by 21.38% to -$37.5 million in 2018, then gained by 24.27% to -$28.4 million in 2019.
- Per Business Quant data, the three most recent Minority Interest figures were -$28.4 million in Q2 2019, -$31.2 million in Q1 2019, and -$37.5 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -28.40 Mn |
| Mar 31, 2019 | -31.20 Mn |
| Dec 31, 2018 | -37.50 Mn |
| Sep 30, 2018 | -40.10 Mn |
| Jun 30, 2018 | -42.70 Mn |
| Dec 31, 2017 | -47.70 Mn |
Evergy, Inc. Minority Interest 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=minority-interest&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();