Evergy, Inc. (EVRG) Dividend Yield (2017 - 2019)
Evergy's (EVRG) quarterly Dividend Yield came in at 0.82% in Q2 2019, down 86.0% year-over-year from 5.84% in Q2 2018, and down 3.29% quarter-over-quarter from 0.85% in Q1 2019.
Evergy, Inc. (EVRG) Dividend Yield (2017 - 2019) Analysis & Trends
Evergy has disclosed Dividend Yield across 3 years of filings, most recently posting 0.82% for Q2 2019.
- In Q2 2019, Dividend Yield fell 86.0% year-over-year to 0.82%; the TTM figure through Jun 2019 stood at 4.26% (up 89.0% YoY), while the FY2018 annual figure was 3.29%, up 31.0% from the prior year.
- Dividend Yield came in at 0.82% for Q2 2019 at Evergy, down from 0.85% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 1.7% in Q4 2018 to a low of 0.76% in Q4 2017.
- Average Dividend Yield over 3 years is 1.03%, with a median of 0.83% recorded in 2018.
- Year-over-year, Dividend Yield jumped 94 bps in 2018 and tumbled 86 bps in 2019.
- Over 3 years, Dividend Yield stood at 0.76% in 2017, then jumped by 125 bps to 1.7% in 2018, then plunged by 52 bps to 0.82% in 2019.
- Per Business Quant data, the three most recent Dividend Yield figures were 0.82% in Q2 2019, 0.85% in Q1 2019, and 1.7% in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.82% |
| Mar 31, 2019 | 0.85% |
| Dec 31, 2018 | 1.70% |
| Sep 30, 2018 | 0.84% |
| Jun 30, 2018 | 1.68% |
| Mar 31, 2018 | 0.77% |
| Dec 31, 2017 | 0.76% |
| Sep 30, 2017 | 0.81% |
Evergy, Inc. Dividend Yield 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-yield&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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-yield&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();