Evergy, Inc. (EVRG) Change in Accured Expenses (2017 - 2019)
Evergy's (EVRG) quarterly Change in Accured Expenses came in at -$46.4 million in Q2 2019, down 235.67% year-over-year from $34.2 million in Q2 2018, and up 37.88% quarter-over-quarter from -$74.7 million in Q1 2019.
Evergy, Inc. (EVRG) Change in Accured Expenses (2017 - 2019) Analysis & Trends
Evergy has disclosed Change in Accured Expenses across 3 years of filings, most recently posting -$46.4 million for Q2 2019.
- In Q2 2019, Change in Accured Expenses fell 235.67% year-over-year to -$46.4 million; the TTM figure through Jun 2019 stood at -$120.1 million (down 378.01% YoY), while the FY2018 annual figure was $92.0 million, up 177.97% from the prior year.
- Change in Accured Expenses came in at -$46.4 million for Q2 2019 at Evergy, up from -$74.7 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $34.2 million in Q2 2018 to a low of -$74.7 million in Q1 2019.
- Average Change in Accured Expenses over 3 years is -$9.6 million, with a median of -$7.4 million recorded in 2017.
- Year-over-year, Change in Accured Expenses surged 310.53% in 2018 and sank 415.19% in 2019.
- Over 3 years, Change in Accured Expenses stood at -$9.5 million in 2017, then surged by 310.53% to $20.0 million in 2018, then tumbled by 332.0% to -$46.4 million in 2019.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$46.4 million in Q2 2019, -$74.7 million in Q1 2019, and $20.0 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -46.40 Mn |
| Mar 31, 2019 | -74.70 Mn |
| Dec 31, 2018 | 20.00 Mn |
| Sep 30, 2018 | -19.00 Mn |
| Jun 30, 2018 | 34.20 Mn |
| Mar 31, 2018 | 23.70 Mn |
| Dec 31, 2017 | -9.50 Mn |
| Sep 30, 2017 | -5.20 Mn |
Evergy, Inc. Change in Accured Expenses 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=change-in-accured-expenses&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();