Evergy, Inc. (EVRG) Goodwill (2018 - 2019)
Evergy's (EVRG) quarterly Goodwill came in at $2.3 billion in Q2 2019, little changed year-over-year from $2.3 billion in Q2 2018, and little changed quarter-over-quarter from $2.3 billion in Q1 2019.
Evergy, Inc. (EVRG) Goodwill (2018 - 2019) Analysis & Trends
Evergy has disclosed Goodwill across 2 years of filings, most recently posting $2.3 billion for Q2 2019.
- In Q2 2019, Goodwill changed 0.12% year-over-year to $2.3 billion; the TTM figure through Jun 2019 stood at $2.3 billion (changed 0.12% YoY), while the FY2018 annual figure was $2.3 billion, changed N/A from the prior year.
- Goodwill came in at $2.3 billion for Q2 2019 at Evergy, roughly flat from $2.3 billion in the prior quarter.
- In the past five years, Goodwill ranged from a high of $2.3 billion in Q4 2018 to a low of $2.3 billion in Q3 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 2.34 Bn |
| Mar 31, 2019 | 2.34 Bn |
| Dec 31, 2018 | 2.34 Bn |
| Sep 30, 2018 | 2.33 Bn |
| Jun 30, 2018 | 2.33 Bn |
Evergy, Inc. Goodwill 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=goodwill&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();