Evergy, Inc. (EVRG) Other Non-Current Liabilities (2017 - 2019)
Evergy's (EVRG) quarterly Other Non-Current Liabilities came in at $648.2 million in Q2 2019, down 7.44% year-over-year from $700.3 million in Q2 2018, and little changed quarter-over-quarter from $645.8 million in Q1 2019.
Evergy, Inc. (EVRG) Other Non-Current Liabilities (2017 - 2019) Analysis & Trends
Evergy has disclosed Other Non-Current Liabilities across 3 years of filings, most recently posting $648.2 million for Q2 2019.
- In Q2 2019, Other Non-Current Liabilities fell 7.44% year-over-year to $648.2 million; the TTM figure through Jun 2019 stood at $648.2 million (down 7.44% YoY), while the FY2018 annual figure was $637.3 million, up 57.32% from the prior year.
- Other Non-Current Liabilities came in at $648.2 million for Q2 2019 at Evergy, roughly flat from $645.8 million in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $700.3 million in Q2 2018 to a low of $405.1 million in Q2 2017.
- Average Other Non-Current Liabilities over 3 years is $590.6 million, with a median of $645.8 million recorded in 2019.
- Year-over-year, Other Non-Current Liabilities jumped 72.87% in 2018 and retreated 7.44% in 2019.
- Over 3 years, Other Non-Current Liabilities stood at $405.1 million in 2017, then jumped by 57.32% to $637.3 million in 2018, then grew by 1.71% to $648.2 million in 2019.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were $648.2 million in Q2 2019, $645.8 million in Q1 2019, and $637.3 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 648.20 Mn |
| Mar 31, 2019 | 645.80 Mn |
| Dec 31, 2018 | 637.30 Mn |
| Sep 30, 2018 | 692.30 Mn |
| Jun 30, 2018 | 700.30 Mn |
| Dec 31, 2017 | 405.10 Mn |
| Jun 30, 2017 | 405.10 Mn |
Evergy, Inc. Other 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=other-non-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();