Evergy, Inc. (EVRG) EV to CFO (2017 - 2019)
Evergy's (EVRG) quarterly EV to CFO came in at 51.65 in Q2 2019, down 19.56% year-over-year from 64.21 in Q2 2018, and up 37.61% quarter-over-quarter from 37.53 in Q1 2019.
Evergy, Inc. (EVRG) EV to CFO (2017 - 2019) Analysis & Trends
Evergy has disclosed EV to CFO across 3 years of filings, most recently posting 51.65 for Q2 2019.
- In Q2 2019, EV to CFO fell 19.56% year-over-year to 51.65; the TTM figure through Jun 2019 stood at 8.79 (down 5.91% YoY), while the FY2018 annual figure was 9.52, up 16.59% from the prior year.
- EV to CFO came in at 51.65 for Q2 2019 at Evergy, up from 37.53 in the prior quarter.
- In the past five years, EV to CFO ranged from a high of 84.56 in Q4 2018 to a low of 17.31 in Q3 2018.
- Average EV to CFO over 3 years is 43.31, with a median of 40.68 recorded in 2017.
- Year-over-year, EV to CFO soared 92.93% in 2018 and dropped 19.56% in 2019.
- Over 3 years, EV to CFO stood at 43.83 in 2017, then soared by 92.93% to 84.56 in 2018, then slumped by 38.92% to 51.65 in 2019.
- Per Business Quant data, the three most recent EV to CFO figures were 51.65 in Q2 2019, 37.53 in Q1 2019, and 84.56 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 51.65 |
| Mar 31, 2019 | 37.53 |
| Dec 31, 2018 | 84.56 |
| Sep 30, 2018 | 17.31 |
| Jun 30, 2018 | 64.21 |
| Mar 31, 2018 | 28.81 |
| Dec 31, 2017 | 43.83 |
| Sep 30, 2017 | 18.59 |
Evergy, Inc. EV to CFO 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-cfo&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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-cfo&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();