Evergy, Inc. (EVRG) FCF Payout Ratio (2017 - 2019)
Evergy's (EVRG) quarterly FCF Payout Ratio came in at 14.12 in Q2 2019, up 1114.73% year-over-year from 1.16 in Q2 2018, and up 525.94% quarter-over-quarter from 2.26 in Q1 2019.
Evergy, Inc. (EVRG) FCF Payout Ratio (2017 - 2019) Analysis & Trends
Evergy has disclosed FCF Payout Ratio across 3 years of filings, most recently posting 14.12 for Q2 2019.
- In Q2 2019, FCF Payout Ratio rose 1114.73% year-over-year to 14.12; the TTM figure through Jun 2019 stood at 1.55 (down 41.14% YoY), while the FY2018 annual figure was 1.11, down 26.34% from the prior year.
- FCF Payout Ratio came in at 14.12 for Q2 2019 at Evergy, up from 2.26 in the prior quarter.
- In the past five years, FCF Payout Ratio ranged from a high of 14.12 in Q2 2019 to a low of 1.89 in Q4 2017.
- Average FCF Payout Ratio over 3 years is 1.63, with a median of 0.26 recorded in 2017.
- Year-over-year, FCF Payout Ratio retreated 20.03% in 2018 and jumped 1114.73% in 2019.
- Over 3 years, FCF Payout Ratio stood at 1.89 in 2017, then jumped by 35.96% to 1.21 in 2018, then jumped by 1264.67% to 14.12 in 2019.
- Per Business Quant data, the three most recent FCF Payout Ratio figures were 14.12 in Q2 2019, 2.26 in Q1 2019, and 1.21 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 14.12 |
| Mar 31, 2019 | 2.26 |
| Dec 31, 2018 | -1.21 |
| Sep 30, 2018 | 0.23 |
| Jun 30, 2018 | -1.39 |
| Mar 31, 2018 | 0.68 |
| Dec 31, 2017 | -1.89 |
| Sep 30, 2017 | 0.29 |
Evergy, Inc. FCF Payout Ratio 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=fcf-payout-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "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=fcf-payout-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();