Evergy, Inc. (EVRG) FCF Margin (2017 - 2019)
Evergy's (EVRG) quarterly FCF Margin came in at 0.67% in Q2 2019, up 1442.0% year-over-year from 0.04% in Q2 2018, and down 84.62% quarter-over-quarter from 4.36% in Q1 2019.
Evergy, Inc. (EVRG) FCF Margin (2017 - 2019) Analysis & Trends
Evergy has disclosed FCF Margin across 3 years of filings, most recently posting 0.67% for Q2 2019.
- In Q2 2019, FCF Margin rose 1442.0% year-over-year to 0.67%; the TTM figure through Jun 2019 stood at 7.47% (up 296.0% YoY), while the FY2018 annual figure was 10.01%, up 425.0% from the prior year.
- FCF Margin came in at 0.67% for Q2 2019 at Evergy, down from 4.36% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 33.57% in Q3 2018 to a low of 16.9% in Q4 2018.
- Average FCF Margin over 3 years is 5.25%, with a median of 2.52% recorded in 2019.
- Year-over-year, FCF Margin plunged 1186 bps in 2018 and jumped 1442 bps in 2019.
- Over 3 years, FCF Margin stood at 5.04% in 2017, then plunged by 235 bps to 16.9% in 2018, then surged by 104 bps to 0.67% in 2019.
- Per Business Quant data, the three most recent FCF Margin figures were 0.67% in Q2 2019, 4.36% in Q1 2019, and 16.9% in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.67% |
| Mar 31, 2019 | 4.36% |
| Dec 31, 2018 | -16.90% |
| Sep 30, 2018 | 33.57% |
| Jun 30, 2018 | -13.75% |
| Mar 31, 2018 | 14.13% |
| Dec 31, 2017 | -5.04% |
| Sep 30, 2017 | 24.93% |
Evergy, Inc. FCF Margin 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-margin&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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-margin&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();