Evergy, Inc. (EVRG) Non-Current Assets (2017 - 2019)
Evergy's (EVRG) quarterly Non-Current Assets came in at $5.1 billion in Q2 2019, down 78.56% year-over-year from $23.7 billion in Q2 2018, and down 0.73% quarter-over-quarter from $5.1 billion in Q1 2019.
Evergy, Inc. (EVRG) Non-Current Assets (2017 - 2019) Analysis & Trends
Evergy has disclosed Non-Current Assets across 3 years of filings, most recently posting $5.1 billion for Q2 2019.
- In Q2 2019, Non-Current Assets fell 78.56% year-over-year to $5.1 billion; the TTM figure through Jun 2019 stood at $5.1 billion (changed N/A YoY), while the FY2018 annual figure was $5.0 billion, up 325.37% from the prior year.
- Non-Current Assets came in at $5.1 billion for Q2 2019 at Evergy, down from $5.1 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $23.8 billion in Q3 2018 to a low of $1.2 billion in Q4 2017.
- Average Non-Current Assets over 3 years is $10.6 billion, with a median of $5.1 billion recorded in 2019.
- Year-over-year, Non-Current Assets surged 325.37% in 2018 and sank 78.56% in 2019.
- Over 3 years, Non-Current Assets stood at $1.2 billion in 2017, then soared by 325.37% to $5.0 billion in 2018, then advanced by 2.44% to $5.1 billion in 2019.
- Per Business Quant data, the three most recent Non-Current Assets figures were $5.1 billion in Q2 2019, $5.1 billion in Q1 2019, and $5.0 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 5.09 Bn |
| Mar 31, 2019 | 5.12 Bn |
| Dec 31, 2018 | 4.97 Bn |
| Sep 30, 2018 | 23.76 Bn |
| Jun 30, 2018 | 23.72 Bn |
| Dec 31, 2017 | 1.17 Bn |
Evergy, Inc. Non-Current Assets 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=non-current-assets&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();