Evergy, Inc. (EVRG) Total Non-Current Liabilities (2017 - 2019)
Evergy's (EVRG) quarterly Total Non-Current Liabilities came in at $13.4 billion in Q2 2019, up 5.48% year-over-year from $12.7 billion in Q2 2018, and little changed quarter-over-quarter from $13.3 billion in Q1 2019.
Evergy, Inc. (EVRG) Total Non-Current Liabilities (2017 - 2019) Analysis & Trends
Evergy has disclosed Total Non-Current Liabilities across 3 years of filings, most recently posting $13.4 billion for Q2 2019.
- In Q2 2019, Total Non-Current Liabilities rose 5.48% year-over-year to $13.4 billion; the TTM figure through Jun 2019 stood at $13.4 billion (up 5.48% YoY), while the FY2018 annual figure was $12.7 billion, up 83.57% from the prior year.
- Total Non-Current Liabilities came in at $13.4 billion for Q2 2019 at Evergy, roughly flat from $13.3 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $13.4 billion in Q2 2019 to a low of -$4.3 billion in Q2 2017.
- Average Total Non-Current Liabilities over 3 years is $9.7 billion, with a median of $12.7 billion recorded in 2018.
- Year-over-year, Total Non-Current Liabilities jumped 397.79% in 2018 and grew 5.48% in 2019.
- Over 3 years, Total Non-Current Liabilities stood at $6.9 billion in 2017, then soared by 83.57% to $12.7 billion in 2018, then gained by 5.03% to $13.4 billion in 2019.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $13.4 billion in Q2 2019, $13.3 billion in Q1 2019, and $12.7 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 13.38 Bn |
| Mar 31, 2019 | 13.33 Bn |
| Dec 31, 2018 | 12.74 Bn |
| Sep 30, 2018 | 12.77 Bn |
| Jun 30, 2018 | 12.69 Bn |
| Dec 31, 2017 | 6.94 Bn |
| Jun 30, 2017 | -4.26 Bn |
Evergy, Inc. Total Non-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-non-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-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-non-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();