Evergy, Inc. (EVRG) Construction in Progress (2017 - 2018)
Evergy's (EVRG) quarterly Construction in Progress came in at $685.2 million in Q4 2018, up 57.55% year-over-year from $434.9 million in Q4 2017, and up 57.55% quarter-over-quarter from $434.9 million in Q4 2017.
Evergy, Inc. (EVRG) Construction in Progress (2017 - 2018) Analysis & Trends
Evergy has disclosed Construction in Progress across 2 years of filings, most recently posting $685.2 million for Q4 2018.
- In Q4 2018, Construction in Progress rose 57.55% year-over-year to $685.2 million; the TTM figure through Dec 2018 stood at $685.2 million (up 57.55% YoY), while the FY2018 annual figure was $685.2 million, up 57.55% from the prior year.
- Construction in Progress came in at $685.2 million for Q4 2018 at Evergy, up from $434.9 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $685.2 million in Q4 2018 to a low of $434.9 million in Q4 2017.
Peer Comparison
Evergy, Inc. Construction in Progress 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=construction-in-progress&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();