Evergy, Inc. (EVRG) Debt Ratio (2017 - 2019)
Evergy's (EVRG) quarterly Debt Ratio came in at 0.37 in Q2 2019, up 14.3% year-over-year from 0.32 in Q2 2018, and up 4.42% quarter-over-quarter from 0.35 in Q1 2019.
Evergy, Inc. (EVRG) Debt Ratio (2017 - 2019) Analysis & Trends
Evergy has disclosed Debt Ratio across 3 years of filings, most recently posting 0.37 for Q2 2019.
- In Q2 2019, Debt Ratio rose 14.3% year-over-year to 0.37; the TTM figure through Jun 2019 stood at 0.37 (up 14.3% YoY), while the FY2018 annual figure was 0.32, down 8.0% from the prior year.
- Debt Ratio came in at 0.37 for Q2 2019 at Evergy, up from 0.35 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.37 in Q2 2019 to a low of 0.31 in Q3 2018.
- Average Debt Ratio over 3 years is 0.33, with a median of 0.33 recorded in 2017.
- Year-over-year, Debt Ratio slipped 8.0% in 2018 and increased 14.3% in 2019.
- Over 3 years, Debt Ratio stood at 0.34 in 2017, then decreased by 8.0% to 0.32 in 2018, then advanced by 15.99% to 0.37 in 2019.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.37 in Q2 2019, 0.35 in Q1 2019, and 0.32 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.37 |
| Mar 31, 2019 | 0.35 |
| Dec 31, 2018 | 0.32 |
| Sep 30, 2018 | 0.31 |
| Jun 30, 2018 | 0.32 |
| Dec 31, 2017 | 0.34 |
Evergy, Inc. Debt 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=debt-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();