Evergy, Inc. (EVRG) Free Cash Flow (2017 - 2019)
Evergy's (EVRG) quarterly Free Cash Flow came in at $8.2 million in Q2 2019, up 106.68% year-over-year from $4.0 million in Q2 2018, and down 84.56% quarter-over-quarter from $53.1 million in Q1 2019.
Evergy, Inc. (EVRG) Free Cash Flow (2017 - 2019) Analysis & Trends
Evergy has disclosed Free Cash Flow across 3 years of filings, most recently posting $8.2 million for Q2 2019.
- In Q2 2019, Free Cash Flow rose 106.68% year-over-year to $8.2 million; the TTM figure through Jun 2019 stood at $389.8 million (up 199.85% YoY), while the FY2018 annual figure was $428.1 million, up 189.06% from the prior year.
- Free Cash Flow came in at $8.2 million for Q2 2019 at Evergy, down from $53.1 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $531.3 million in Q3 2018 to a low of -$202.8 million in Q4 2018.
- Average Free Cash Flow over 3 years is $65.0 million, with a median of $30.6 million recorded in 2019.
- The largest YoY upside for Free Cash Flow was 168.33% in 2018 against a maximum downside of 576.0% in 2018.
- Over 3 years, Free Cash Flow stood at -$30.0 million in 2017, then sank by 576.0% to -$202.8 million in 2018, then surged by 104.04% to $8.2 million in 2019.
- Per Business Quant data, the three most recent Free Cash Flow figures were $8.2 million in Q2 2019, $53.1 million in Q1 2019, and -$202.8 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 8.20 Mn |
| Mar 31, 2019 | 53.10 Mn |
| Dec 31, 2018 | -202.80 Mn |
| Sep 30, 2018 | 531.30 Mn |
| Jun 30, 2018 | -122.80 Mn |
| Mar 31, 2018 | 84.80 Mn |
| Dec 31, 2017 | -30.00 Mn |
| Sep 30, 2017 | 198.00 Mn |
Evergy, Inc. Free Cash Flow 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=free-cash-flow&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();