Evergy, Inc. (EVRG) Payout Ratio (2017 - 2019)
Evergy's (EVRG) quarterly Payout Ratio came in at 0.81 in Q2 2019, down 51.02% year-over-year from 1.66 in Q2 2018, and down 31.35% quarter-over-quarter from 1.18 in Q1 2019.
Evergy, Inc. (EVRG) Payout Ratio (2017 - 2019) Analysis & Trends
Evergy has disclosed Payout Ratio across 3 years of filings, most recently posting 0.81 for Q2 2019.
- In Q2 2019, Payout Ratio fell 51.02% year-over-year to 0.81; the TTM figure through Jun 2019 stood at 0.67 (down 29.99% YoY), while the FY2018 annual figure was 0.88, up 29.89% from the prior year.
- Payout Ratio came in at 0.81 for Q2 2019 at Evergy, down from 1.18 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 1.66 in Q2 2018 to a low of 0.34 in Q3 2018.
- Average Payout Ratio over 3 years is 0.97, with a median of 0.87 recorded in 2018.
- The largest YoY upside for Payout Ratio was 26.84% in 2019 against a maximum downside of 51.02% in 2019.
- Over 3 years, Payout Ratio stood at 1.65 in 2017, then plunged by 50.79% to 0.81 in 2018, then grew by 0.3% to 0.81 in 2019.
- Per Business Quant data, the three most recent Payout Ratio figures were 0.81 in Q2 2019, 1.18 in Q1 2019, and 0.81 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.81 |
| Mar 31, 2019 | 1.18 |
| Dec 31, 2018 | 0.81 |
| Sep 30, 2018 | 0.34 |
| Jun 30, 2018 | 1.66 |
| Mar 31, 2018 | 0.93 |
| Dec 31, 2017 | 1.65 |
| Sep 30, 2017 | 0.36 |
Evergy, Inc. 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=payout-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payout-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();