Evergy, Inc. (EVRG) Dividend Coverage Ratio (2017 - 2019)
Evergy's (EVRG) quarterly Dividend Coverage Ratio came in at 1.23 in Q2 2019, up 104.18% year-over-year from 0.6 in Q2 2018, and up 45.67% quarter-over-quarter from 0.84 in Q1 2019.
Evergy, Inc. (EVRG) Dividend Coverage Ratio (2017 - 2019) Analysis & Trends
Evergy has disclosed Dividend Coverage Ratio across 3 years of filings, most recently posting 1.23 for Q2 2019.
- In Q2 2019, Dividend Coverage Ratio rose 104.18% year-over-year to 1.23; the TTM figure through Jun 2019 stood at 1.5 (up 42.84% YoY), while the FY2018 annual figure was 1.14, down 23.01% from the prior year.
- Dividend Coverage Ratio came in at 1.23 for Q2 2019 at Evergy, up from 0.84 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 2.91 in Q3 2018 to a low of 0.6 in Q2 2018.
- Average Dividend Coverage Ratio over 3 years is 1.41, with a median of 1.15 recorded in 2018.
- The largest YoY upside for Dividend Coverage Ratio was 104.18% in 2019 against a maximum downside of 21.16% in 2019.
- Over 3 years, Dividend Coverage Ratio stood at 0.61 in 2017, then surged by 103.2% to 1.23 in 2018, then decreased by 0.3% to 1.23 in 2019.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 1.23 in Q2 2019, 0.84 in Q1 2019, and 1.23 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1.23 |
| Mar 31, 2019 | 0.84 |
| Dec 31, 2018 | 1.23 |
| Sep 30, 2018 | 2.91 |
| Jun 30, 2018 | 0.60 |
| Mar 31, 2018 | 1.07 |
| Dec 31, 2017 | 0.61 |
| Sep 30, 2017 | 2.80 |
Evergy, Inc. Dividend Coverage 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=dividend-coverage-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();