Evergy, Inc. (EVRG) Cash from Investing Activities (2017 - 2019)
Evergy's (EVRG) quarterly Cash from Investing Activities came in at -$258.1 million in Q2 2019, down 125.28% year-over-year from $1.0 billion in Q2 2018, and up 4.9% quarter-over-quarter from -$271.4 million in Q1 2019.
Evergy, Inc. (EVRG) Cash from Investing Activities (2017 - 2019) Analysis & Trends
Evergy has disclosed Cash from Investing Activities across 3 years of filings, most recently posting -$258.1 million for Q2 2019.
- In Q2 2019, Cash from Investing Activities fell 125.28% year-over-year to -$258.1 million; the TTM figure through Jun 2019 stood at $481.2 million (up 3.35% YoY), while the FY2018 annual figure was $197.4 million, up 125.28% from the prior year.
- Cash from Investing Activities came in at -$258.1 million for Q2 2019 at Evergy, up from -$271.4 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $1.3 billion in Q4 2018 to a low of -$272.1 million in Q3 2018.
- Average Cash from Investing Activities over 3 years is $118.4 million, with a median of -$190.6 million recorded in 2017.
- Year-over-year, Cash from Investing Activities soared 743.33% in 2018 and tumbled 125.28% in 2019.
- Over 3 years, Cash from Investing Activities stood at -$199.4 million in 2017, then soared by 743.33% to $1.3 billion in 2018, then plunged by 120.12% to -$258.1 million in 2019.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$258.1 million in Q2 2019, -$271.4 million in Q1 2019, and $1.3 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -258.10 Mn |
| Mar 31, 2019 | -271.40 Mn |
| Dec 31, 2018 | 1.28 Bn |
| Sep 30, 2018 | -272.10 Mn |
| Jun 30, 2018 | 1.02 Bn |
| Mar 31, 2018 | -174.10 Mn |
| Dec 31, 2017 | -199.40 Mn |
| Sep 30, 2017 | -181.90 Mn |
Evergy, Inc. Cash from Investing Activities 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=cash-from-investing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();