Evergy, Inc. (EVRG) Total Current Liabilities (2017 - 2019)
Evergy's (EVRG) quarterly Total Current Liabilities came in at $3.5 billion in Q2 2019, up 13.16% year-over-year from $3.1 billion in Q2 2018, and up 4.42% quarter-over-quarter from $3.3 billion in Q1 2019.
Evergy, Inc. (EVRG) Total Current Liabilities (2017 - 2019) Analysis & Trends
Evergy has disclosed Total Current Liabilities across 3 years of filings, most recently posting $3.5 billion for Q2 2019.
- In Q2 2019, Total Current Liabilities rose 13.16% year-over-year to $3.5 billion; the TTM figure through Jun 2019 stood at $3.5 billion (up 13.16% YoY), while the FY2018 annual figure was $2.9 billion, up 248.09% from the prior year.
- Total Current Liabilities came in at $3.5 billion for Q2 2019 at Evergy, up from $3.3 billion in the prior quarter.
- In the past five years, Total Current Liabilities ranged from a high of $3.5 billion in Q2 2019 to a low of $823.7 million in Q4 2017.
- Average Total Current Liabilities over 3 years is $2.7 billion, with a median of $3.0 billion recorded in 2018.
- Year-over-year, Total Current Liabilities soared 248.09% in 2018 and gained 13.16% in 2019.
- Over 3 years, Total Current Liabilities stood at $823.7 million in 2017, then soared by 248.09% to $2.9 billion in 2018, then grew by 21.47% to $3.5 billion in 2019.
- Per Business Quant data, the three most recent Total Current Liabilities figures were $3.5 billion in Q2 2019, $3.3 billion in Q1 2019, and $2.9 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 3.48 Bn |
| Mar 31, 2019 | 3.34 Bn |
| Dec 31, 2018 | 2.87 Bn |
| Sep 30, 2018 | 2.66 Bn |
| Jun 30, 2018 | 3.08 Bn |
| Dec 31, 2017 | 823.70 Mn |
Evergy, Inc. Total Current 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-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-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-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();