Evergy, Inc. (EVRG) Total Debt (2017 - 2019)
Evergy's (EVRG) quarterly Total Debt came in at $9.4 billion in Q2 2019, up 10.27% year-over-year from $8.5 billion in Q2 2018, and up 3.05% quarter-over-quarter from $9.1 billion in Q1 2019.
Evergy, Inc. (EVRG) Total Debt (2017 - 2019) Analysis & Trends
Evergy has disclosed Total Debt across 3 years of filings, most recently posting $9.4 billion for Q2 2019.
- In Q2 2019, Total Debt rose 10.27% year-over-year to $9.4 billion; the TTM figure through Jun 2019 stood at $9.4 billion (up 10.27% YoY), while the FY2018 annual figure was $8.1 billion, up 102.6% from the prior year.
- Total Debt came in at $9.4 billion for Q2 2019 at Evergy, up from $9.1 billion in the prior quarter.
- In the past five years, Total Debt ranged from a high of $9.4 billion in Q2 2019 to a low of $125.0 million in Q2 2017.
- Average Total Debt over 3 years is $5.9 billion, with a median of $8.1 billion recorded in 2018.
- Year-over-year, Total Debt jumped 6731.76% in 2018 and climbed 10.27% in 2019.
- Over 3 years, Total Debt stood at $4.0 billion in 2017, then jumped by 102.6% to $8.1 billion in 2018, then advanced by 16.54% to $9.4 billion in 2019.
- Per Business Quant data, the three most recent Total Debt figures were $9.4 billion in Q2 2019, $9.1 billion in Q1 2019, and $8.1 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 9.42 Bn |
| Mar 31, 2019 | 9.14 Bn |
| Dec 31, 2018 | 8.08 Bn |
| Sep 30, 2018 | 8.03 Bn |
| Jun 30, 2018 | 8.54 Bn |
| Dec 31, 2017 | 3.99 Bn |
| Sep 30, 2017 | 125.00 Mn |
| Jun 30, 2017 | 125.00 Mn |
Evergy, Inc. Total Debt 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=total-debt&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();