Evergy, Inc. (EVRG) Change in Receivables (2017 - 2019)
Evergy's (EVRG) quarterly Change in Receivables came in at $104.9 million in Q2 2019, up 47.95% year-over-year from $70.9 million in Q2 2018, and up 494.36% quarter-over-quarter from -$26.6 million in Q1 2019.
Evergy, Inc. (EVRG) Change in Receivables (2017 - 2019) Analysis & Trends
Evergy has disclosed Change in Receivables across 3 years of filings, most recently posting $104.9 million for Q2 2019.
- In Q2 2019, Change in Receivables rose 47.95% year-over-year to $104.9 million; the TTM figure through Jun 2019 stood at -$211.5 million (down 615.85% YoY), while the FY2018 annual figure was -$265.1 million, down 12723.81% from the prior year.
- Change in Receivables came in at $104.9 million for Q2 2019 at Evergy, up from -$26.6 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $104.9 million in Q2 2019 to a low of -$300.0 million in Q4 2018.
- Average Change in Receivables over 3 years is -$21.3 million, with a median of -$3.7 million recorded in 2017.
- Year-over-year, Change in Receivables sank 1604.55% in 2018 and jumped 47.95% in 2019.
- Over 3 years, Change in Receivables stood at -$17.6 million in 2017, then slumped by 1604.55% to -$300.0 million in 2018, then surged by 134.97% to $104.9 million in 2019.
- Per Business Quant data, the three most recent Change in Receivables figures were $104.9 million in Q2 2019, -$26.6 million in Q1 2019, and -$300.0 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 104.90 Mn |
| Mar 31, 2019 | -26.60 Mn |
| Dec 31, 2018 | -300.00 Mn |
| Sep 30, 2018 | 10.20 Mn |
| Jun 30, 2018 | 70.90 Mn |
| Mar 31, 2018 | -46.20 Mn |
| Dec 31, 2017 | -17.60 Mn |
| Sep 30, 2017 | 33.90 Mn |
Evergy, Inc. Change in Receivables 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-receivables&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();