Evergy, Inc. (EVRG) Total Liabilities (2017 - 2019)
Evergy's (EVRG) quarterly Total Liabilities came in at $16.8 billion in Q2 2019, up 6.8% year-over-year from $15.8 billion in Q2 2018, and up 1.0% quarter-over-quarter from $16.7 billion in Q1 2019.
Evergy, Inc. (EVRG) Total Liabilities (2017 - 2019) Analysis & Trends
Evergy has disclosed Total Liabilities across 3 years of filings, most recently posting $16.8 billion for Q2 2019.
- In Q2 2019, Total Liabilities rose 6.8% year-over-year to $16.8 billion; the TTM figure through Jun 2019 stood at $16.8 billion (up 6.8% YoY), while the FY2018 annual figure was $15.6 billion, up 100.54% from the prior year.
- Total Liabilities came in at $16.8 billion for Q2 2019 at Evergy, up from $16.7 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $16.8 billion in Q2 2019 to a low of -$3.9 billion in Q3 2017.
- Average Total Liabilities over 3 years is $8.5 billion, with a median of $15.4 billion recorded in 2018.
- The largest YoY upside for Total Liabilities was 531.35% in 2019 against a maximum downside of 6.8% in 2019.
- Over 3 years, Total Liabilities stood at $7.8 billion in 2017, then jumped by 100.54% to $15.6 billion in 2018, then climbed by 8.13% to $16.8 billion in 2019.
- Per Business Quant data, the three most recent Total Liabilities figures were $16.8 billion in Q2 2019, $16.7 billion in Q1 2019, and $15.6 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 16.84 Bn |
| Mar 31, 2019 | 16.67 Bn |
| Dec 31, 2018 | 15.57 Bn |
| Sep 30, 2018 | 15.39 Bn |
| Jun 30, 2018 | 15.76 Bn |
| Mar 31, 2018 | -3.86 Bn |
| Dec 31, 2017 | 7.76 Bn |
| Sep 30, 2017 | -3.88 Bn |
| Jun 30, 2017 | -3.85 Bn |
Evergy, Inc. Total Liabilities 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-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();