Evergy, Inc. (EVRG) Short term Debt (2017 - 2019)
Evergy's (EVRG) quarterly Short term Debt came in at $55.1 million in Q2 2019, down 93.27% year-over-year from $819.3 million in Q2 2018, and down 92.14% quarter-over-quarter from $701.1 million in Q1 2019.
Evergy, Inc. (EVRG) Short term Debt (2017 - 2019) Analysis & Trends
Evergy has disclosed Short term Debt across 3 years of filings, most recently posting $55.1 million for Q2 2019.
- In Q2 2019, Short term Debt fell 93.27% year-over-year to $55.1 million; the TTM figure through Jun 2019 stood at $55.1 million (down 93.27% YoY), while the FY2018 annual figure was $705.4 million, up 2710.36% from the prior year.
- Short term Debt came in at $55.1 million for Q2 2019 at Evergy, down from $701.1 million in the prior quarter.
- In the past five years, Short term Debt ranged from a high of $819.3 million in Q2 2018 to a low of $25.1 million in Q4 2017.
- Average Short term Debt over 3 years is $408.2 million, with a median of $413.0 million recorded in 2017.
- Year-over-year, Short term Debt jumped 2710.36% in 2018 and sank 93.27% in 2019.
- Over 3 years, Short term Debt stood at $25.1 million in 2017, then jumped by 2710.36% to $705.4 million in 2018, then plunged by 92.19% to $55.1 million in 2019.
- Per Business Quant data, the three most recent Short term Debt figures were $55.1 million in Q2 2019, $701.1 million in Q1 2019, and $705.4 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 55.10 Mn |
| Mar 31, 2019 | 701.10 Mn |
| Dec 31, 2018 | 705.40 Mn |
| Sep 30, 2018 | 709.60 Mn |
| Jun 30, 2018 | 819.30 Mn |
| Dec 31, 2017 | 25.10 Mn |
| Sep 30, 2017 | 125.00 Mn |
| Jun 30, 2017 | 125.00 Mn |
Evergy, Inc. Short term 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=short-term-debt&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-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=short-term-debt&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();