Evergy, Inc. (EVRG) Common Equity (2017 - 2019)
Evergy's (EVRG) quarterly Common Equity came in at $8.9 billion in Q2 2019, down 18.47% year-over-year from $10.9 billion in Q2 2018, and down 5.42% quarter-over-quarter from $9.4 billion in Q1 2019.
Evergy, Inc. (EVRG) Common Equity (2017 - 2019) Analysis & Trends
Evergy has disclosed Common Equity across 3 years of filings, most recently posting $8.9 billion for Q2 2019.
- In Q2 2019, Common Equity fell 18.47% year-over-year to $8.9 billion; the TTM figure through Jun 2019 stood at $8.9 billion (down 18.47% YoY), while the FY2018 annual figure was $10.0 billion, up 159.77% from the prior year.
- Common Equity came in at $8.9 billion for Q2 2019 at Evergy, down from $9.4 billion in the prior quarter.
- In the past five years, Common Equity ranged from a high of $10.9 billion in Q2 2018 to a low of $3.9 billion in Q2 2017.
- Average Common Equity over 3 years is $7.3 billion, with a median of $8.9 billion recorded in 2019.
- Year-over-year, Common Equity jumped 182.64% in 2018 and dropped 18.47% in 2019.
- Over 3 years, Common Equity stood at $3.9 billion in 2017, then soared by 159.77% to $10.0 billion in 2018, then retreated by 11.42% to $8.9 billion in 2019.
- Per Business Quant data, the three most recent Common Equity figures were $8.9 billion in Q2 2019, $9.4 billion in Q1 2019, and $10.0 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 8.88 Bn |
| Mar 31, 2019 | 9.39 Bn |
| Dec 31, 2018 | 10.03 Bn |
| Sep 30, 2018 | 10.69 Bn |
| Jun 30, 2018 | 10.90 Bn |
| Mar 31, 2018 | 3.86 Bn |
| Dec 31, 2017 | 3.86 Bn |
| Sep 30, 2017 | 3.88 Bn |
| Jun 30, 2017 | 3.85 Bn |
Evergy, Inc. Common Equity 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=common-equity&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();