Evergy, Inc. (EVRG) EV to FCF (2017 - 2019)
Evergy's (EVRG) quarterly EV to FCF came in at 1710.73 in Q2 2019, up 2477.86% year-over-year from 66.36 in Q2 2018, and up 568.39% quarter-over-quarter from 255.95 in Q1 2019.
Evergy, Inc. (EVRG) EV to FCF (2017 - 2019) Analysis & Trends
Evergy has disclosed EV to FCF across 3 years of filings, most recently posting 1710.73 for Q2 2019.
- In Q2 2019, EV to FCF rose 2477.86% year-over-year to 1710.73; the TTM figure through Jun 2019 stood at 35.99 (down 47.05% YoY), while the FY2018 annual figure was 33.3, down 33.81% from the prior year.
- EV to FCF came in at 1710.73 for Q2 2019 at Evergy, up from 255.95 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 1710.73 in Q2 2019 to a low of 248.38 in Q4 2017.
- Average EV to FCF over 3 years is 215.71, with a median of 30.73 recorded in 2017.
- Year-over-year, EV to FCF retreated 27.26% in 2018 and soared 2477.86% in 2019.
- Over 3 years, EV to FCF stood at 248.38 in 2017, then soared by 71.7% to 70.3 in 2018, then soared by 2533.35% to 1710.73 in 2019.
- Per Business Quant data, the three most recent EV to FCF figures were 1710.73 in Q2 2019, 255.95 in Q1 2019, and 70.3 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1,710.73 |
| Mar 31, 2019 | 255.95 |
| Dec 31, 2018 | -70.30 |
| Sep 30, 2018 | 25.88 |
| Jun 30, 2018 | -71.94 |
| Mar 31, 2018 | 88.21 |
| Dec 31, 2017 | -248.38 |
| Sep 30, 2017 | 35.58 |
Evergy, Inc. EV to FCF 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=ev-to-fcf&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();