Evergy, Inc. (EVRG) Receivables - Net (2017 - 2019)
Evergy's (EVRG) quarterly Receivables - Net came in at $278.4 million in Q2 2019, down 43.03% year-over-year from $488.7 million in Q2 2018, and up 68.93% quarter-over-quarter from $164.8 million in Q1 2019.
Evergy, Inc. (EVRG) Receivables - Net (2017 - 2019) Analysis & Trends
Evergy has disclosed Receivables - Net across 3 years of filings, most recently posting $278.4 million for Q2 2019.
- In Q2 2019, Receivables - Net fell 43.03% year-over-year to $278.4 million; the TTM figure through Jun 2019 stood at $278.4 million (down 43.03% YoY), while the FY2018 annual figure was $193.7 million, down 33.37% from the prior year.
- Receivables - Net came in at $278.4 million for Q2 2019 at Evergy, up from $164.8 million in the prior quarter.
- In the past five years, Receivables - Net ranged from a high of $496.5 million in Q3 2018 to a low of $164.8 million in Q1 2019.
- Average Receivables - Net over 3 years is $318.8 million, with a median of $284.6 million recorded in 2017.
- Year-over-year, Receivables - Net plunged 33.37% in 2018 and tumbled 43.03% in 2019.
- Over 3 years, Receivables - Net stood at $290.7 million in 2017, then sank by 33.37% to $193.7 million in 2018, then soared by 43.73% to $278.4 million in 2019.
- Per Business Quant data, the three most recent Receivables - Net figures were $278.4 million in Q2 2019, $164.8 million in Q1 2019, and $193.7 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 278.40 Mn |
| Mar 31, 2019 | 164.80 Mn |
| Dec 31, 2018 | 193.70 Mn |
| Sep 30, 2018 | 496.50 Mn |
| Jun 30, 2018 | 488.70 Mn |
| Dec 31, 2017 | 290.70 Mn |
Evergy, Inc. Receivables - Net 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=receivables-net&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();