Evergy, Inc. (EVRG) Capital Expenditures (2017 - 2019)
Evergy's (EVRG) quarterly Capital Expenditures came in at $263.4 million in Q2 2019, up 1.15% year-over-year from $260.4 million in Q2 2018, and down 14.76% quarter-over-quarter from $309.0 million in Q1 2019.
Evergy, Inc. (EVRG) Capital Expenditures (2017 - 2019) Analysis & Trends
Evergy has disclosed Capital Expenditures across 3 years of filings, most recently posting $263.4 million for Q2 2019.
- In Q2 2019, Capital Expenditures rose 1.15% year-over-year to $263.4 million; the TTM figure through Jun 2019 stood at $1.2 billion (up 47.87% YoY), while the FY2018 annual figure was $1.1 billion, up 39.9% from the prior year.
- Capital Expenditures came in at $263.4 million for Q2 2019 at Evergy, down from $309.0 million in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of $371.4 million in Q4 2018 to a low of $174.8 million in Q1 2018.
- Average Capital Expenditures over 3 years is $252.9 million, with a median of $261.8 million recorded in 2018.
- Year-over-year, Capital Expenditures soared 85.7% in 2018 and advanced 1.15% in 2019.
- Over 3 years, Capital Expenditures stood at $200.0 million in 2017, then soared by 85.7% to $371.4 million in 2018, then slipped by 29.08% to $263.4 million in 2019.
- Per Business Quant data, the three most recent Capital Expenditures figures were $263.4 million in Q2 2019, $309.0 million in Q1 2019, and $371.4 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 263.40 Mn |
| Mar 31, 2019 | 309.00 Mn |
| Dec 31, 2018 | 371.40 Mn |
| Sep 30, 2018 | 263.10 Mn |
| Jun 30, 2018 | 260.40 Mn |
| Mar 31, 2018 | 174.80 Mn |
| Dec 31, 2017 | 200.00 Mn |
| Sep 30, 2017 | 181.00 Mn |
Evergy, Inc. Capital Expenditures 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=capital-expenditures&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();