Evergy, Inc. (EVRG) Price to FCF (2017 - 2019)
Evergy's (EVRG) quarterly Price to FCF came in at 1727.24 in Q2 2019, up 2188.16% year-over-year from 75.49 in Q2 2018, and up 547.26% quarter-over-quarter from 266.85 in Q1 2019.
Evergy, Inc. (EVRG) Price to FCF (2017 - 2019) Analysis & Trends
Evergy has disclosed Price to FCF across 3 years of filings, most recently posting 1727.24 for Q2 2019.
- In Q2 2019, Price to FCF rose 2188.16% year-over-year to 1727.24; the TTM figure through Jun 2019 stood at 36.33 (down 53.5% YoY), while the FY2018 annual figure was 33.77, down 33.35% from the prior year.
- Price to FCF came in at 1727.24 for Q2 2019 at Evergy, up from 266.85 in the prior quarter.
- In the past five years, Price to FCF ranged from a high of 1727.24 in Q2 2019 to a low of 250.09 in Q4 2017.
- Average Price to FCF over 3 years is 217.63, with a median of 31.41 recorded in 2017.
- Year-over-year, Price to FCF dropped 23.49% in 2018 and jumped 2188.16% in 2019.
- Over 3 years, Price to FCF stood at 250.09 in 2017, then soared by 71.5% to 71.28 in 2018, then jumped by 2523.22% to 1727.24 in 2019.
- Per Business Quant data, the three most recent Price to FCF figures were 1727.24 in Q2 2019, 266.85 in Q1 2019, and 71.28 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1,727.24 |
| Mar 31, 2019 | 266.85 |
| Dec 31, 2018 | -71.28 |
| Sep 30, 2018 | 27.23 |
| Jun 30, 2018 | -82.72 |
| Mar 31, 2018 | 88.21 |
| Dec 31, 2017 | -250.09 |
| Sep 30, 2017 | 35.60 |
Evergy, Inc. Price 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=price-to-fcf&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();