Evergy, Inc. (EVRG) Interest Coverage Ratio (2017 - 2019)
Evergy's (EVRG) quarterly Interest Coverage Ratio came in at 2.85 in Q2 2019, up 31.07% year-over-year from 2.17 in Q2 2018, and up 23.79% quarter-over-quarter from 2.3 in Q1 2019.
Evergy, Inc. (EVRG) Interest Coverage Ratio (2017 - 2019) Analysis & Trends
Evergy has disclosed Interest Coverage Ratio across 3 years of filings, most recently posting 2.85 for Q2 2019.
- In Q2 2019, Interest Coverage Ratio rose 31.07% year-over-year to 2.85; the TTM figure through Jun 2019 stood at 3.94 (up 16.56% YoY), while the FY2018 annual figure was 3.34, down 15.88% from the prior year.
- Interest Coverage Ratio came in at 2.85 for Q2 2019 at Evergy, up from 2.3 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 7.66 in Q4 2018 to a low of 2.17 in Q2 2018.
- Average Interest Coverage Ratio over 3 years is 4.05, with a median of 2.86 recorded in 2017.
- The largest YoY upside for Interest Coverage Ratio was 168.0% in 2018 against a maximum downside of 40.73% in 2018.
- Over 3 years, Interest Coverage Ratio stood at 2.86 in 2017, then surged by 168.0% to 7.66 in 2018, then plunged by 62.81% to 2.85 in 2019.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 2.85 in Q2 2019, 2.3 in Q1 2019, and 7.66 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 2.85 |
| Mar 31, 2019 | 2.30 |
| Dec 31, 2018 | 7.66 |
| Sep 30, 2018 | 5.98 |
| Jun 30, 2018 | 2.17 |
| Mar 31, 2018 | 2.82 |
| Dec 31, 2017 | 2.86 |
| Sep 30, 2017 | 6.10 |
| Jun 30, 2017 | 3.67 |
Evergy, Inc. Interest 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=interest-coverage-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();