Evergy, Inc. (EVRG) Cash from Operations (2017 - 2019)
Evergy's (EVRG) quarterly Cash from Operations came in at $271.6 million in Q2 2019, up 97.38% year-over-year from $137.6 million in Q2 2018, and down 24.99% quarter-over-quarter from $362.1 million in Q1 2019.
Evergy, Inc. (EVRG) Cash from Operations (2017 - 2019) Analysis & Trends
Evergy has disclosed Cash from Operations across 3 years of filings, most recently posting $271.6 million for Q2 2019.
- In Q2 2019, Cash from Operations rose 97.38% year-over-year to $271.6 million; the TTM figure through Jun 2019 stood at $1.6 billion (up 68.75% YoY), while the FY2018 annual figure was $1.5 billion, up 64.11% from the prior year.
- Cash from Operations came in at $271.6 million for Q2 2019 at Evergy, down from $362.1 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $794.4 million in Q3 2018 to a low of $137.6 million in Q2 2018.
- Average Cash from Operations over 3 years is $317.9 million, with a median of $265.6 million recorded in 2018.
- The largest YoY upside for Cash from Operations was 109.6% in 2018 against a maximum downside of 0.82% in 2018.
- Over 3 years, Cash from Operations stood at $170.0 million in 2017, then dropped by 0.82% to $168.6 million in 2018, then surged by 61.09% to $271.6 million in 2019.
- Per Business Quant data, the three most recent Cash from Operations figures were $271.6 million in Q2 2019, $362.1 million in Q1 2019, and $168.6 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 271.60 Mn |
| Mar 31, 2019 | 362.10 Mn |
| Dec 31, 2018 | 168.60 Mn |
| Sep 30, 2018 | 794.40 Mn |
| Jun 30, 2018 | 137.60 Mn |
| Mar 31, 2018 | 259.60 Mn |
| Dec 31, 2017 | 170.00 Mn |
| Sep 30, 2017 | 379.00 Mn |
Evergy, Inc. Cash from Operations 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-operations&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();