Evergy, Inc. (EVRG) Invested Capital (2017 - 2019)
Evergy's (EVRG) quarterly Invested Capital came in at $18.3 billion in Q2 2019, down 5.84% year-over-year from $19.4 billion in Q2 2018, and down 1.24% quarter-over-quarter from $18.5 billion in Q1 2019.
Evergy, Inc. (EVRG) Invested Capital (2017 - 2019) Analysis & Trends
Evergy has disclosed Invested Capital across 3 years of filings, most recently posting $18.3 billion for Q2 2019.
- In Q2 2019, Invested Capital fell 5.84% year-over-year to $18.3 billion; the TTM figure through Jun 2019 stood at $18.3 billion (down 5.84% YoY), while the FY2018 annual figure was $18.1 billion, up 130.72% from the prior year.
- Invested Capital came in at $18.3 billion for Q2 2019 at Evergy, down from $18.5 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $19.4 billion in Q2 2018 to a low of $4.0 billion in Q2 2017.
- Average Invested Capital over 3 years is $13.6 billion, with a median of $18.2 billion recorded in 2018.
- Year-over-year, Invested Capital jumped 388.33% in 2018 and retreated 5.84% in 2019.
- Over 3 years, Invested Capital stood at $7.8 billion in 2017, then surged by 130.72% to $18.1 billion in 2018, then increased by 1.06% to $18.3 billion in 2019.
- Per Business Quant data, the three most recent Invested Capital figures were $18.3 billion in Q2 2019, $18.5 billion in Q1 2019, and $18.1 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 18.30 Bn |
| Mar 31, 2019 | 18.53 Bn |
| Dec 31, 2018 | 18.11 Bn |
| Sep 30, 2018 | 18.71 Bn |
| Jun 30, 2018 | 19.44 Bn |
| Dec 31, 2017 | 7.85 Bn |
| Sep 30, 2017 | 4.00 Bn |
| Jun 30, 2017 | 3.98 Bn |
Evergy, Inc. Invested Capital 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=invested-capital&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();