Evergy, Inc. (EVRG) Non-Current Deffered Revenue (2017 - 2019)
Evergy's (EVRG) quarterly Non-Current Deffered Revenue came in at $371.4 million in Q2 2019, down 2.24% year-over-year from $379.9 million in Q2 2018, and little changed quarter-over-quarter from $372.4 million in Q1 2019.
Evergy, Inc. (EVRG) Non-Current Deffered Revenue (2017 - 2019) Analysis & Trends
Evergy has disclosed Non-Current Deffered Revenue across 3 years of filings, most recently posting $371.4 million for Q2 2019.
- In Q2 2019, Non-Current Deffered Revenue fell 2.24% year-over-year to $371.4 million; the TTM figure through Jun 2019 stood at $371.4 million (down 2.24% YoY), while the FY2018 annual figure was $373.2 million, up 45.16% from the prior year.
- Non-Current Deffered Revenue came in at $371.4 million for Q2 2019 at Evergy, roughly flat from $372.4 million in the prior quarter.
- In the past five years, Non-Current Deffered Revenue ranged from a high of $379.9 million in Q2 2018 to a low of $257.1 million in Q4 2017.
- Average Non-Current Deffered Revenue over 3 years is $355.5 million, with a median of $372.8 million recorded in 2018.
- Year-over-year, Non-Current Deffered Revenue surged 45.16% in 2018 and dropped 2.24% in 2019.
- Over 3 years, Non-Current Deffered Revenue stood at $257.1 million in 2017, then jumped by 45.16% to $373.2 million in 2018, then declined by 0.48% to $371.4 million in 2019.
- Per Business Quant data, the three most recent Non-Current Deffered Revenue figures were $371.4 million in Q2 2019, $372.4 million in Q1 2019, and $373.2 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 371.40 Mn |
| Mar 31, 2019 | 372.40 Mn |
| Dec 31, 2018 | 373.20 Mn |
| Sep 30, 2018 | 378.90 Mn |
| Jun 30, 2018 | 379.90 Mn |
| Dec 31, 2017 | 257.10 Mn |
Evergy, Inc. Non-Current Deffered Revenue 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-deffered-revenue&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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-deffered-revenue&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();