Evergy, Inc. (EVRG) Change in Cash (2017 - 2019)
Evergy's (EVRG) quarterly Change in Cash came in at -$440.9 million in Q2 2019, down 134.75% year-over-year from $1.3 billion in Q2 2018, and down 213.75% quarter-over-quarter from $387.6 million in Q1 2019.
Evergy, Inc. (EVRG) Change in Cash (2017 - 2019) Analysis & Trends
Evergy has disclosed Change in Cash across 3 years of filings, most recently posting -$440.9 million for Q2 2019.
- In Q2 2019, Change in Cash fell 134.75% year-over-year to -$440.9 million; the TTM figure through Jun 2019 stood at -$1.2 billion (down 191.88% YoY), while the FY2018 annual figure was $156.8 million, up 52166.67% from the prior year.
- Change in Cash came in at -$440.9 million for Q2 2019 at Evergy, down from $387.6 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $1.3 billion in Q2 2018 to a low of -$600.4 million in Q3 2018.
- Average Change in Cash over 3 years is $14.8 million, with a median of $200000.0 recorded in 2017.
- Year-over-year, Change in Cash slumped 300300.0% in 2018 and surged 4869.23% in 2019.
- Over 3 years, Change in Cash stood at $200000.0 in 2017, then slumped by 259850.0% to -$519.5 million in 2018, then climbed by 15.13% to -$440.9 million in 2019.
- Per Business Quant data, the three most recent Change in Cash figures were -$440.9 million in Q2 2019, $387.6 million in Q1 2019, and -$519.5 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -440.90 Mn |
| Mar 31, 2019 | 387.60 Mn |
| Dec 31, 2018 | -519.50 Mn |
| Sep 30, 2018 | -600.40 Mn |
| Jun 30, 2018 | 1.27 Bn |
| Mar 31, 2018 | 7.80 Mn |
| Sep 30, 2017 | 200,000.00 |
Evergy, Inc. Change in Cash 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=change-in-cash&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();