Evergy, Inc. (EVRG) Receivables (2017 - 2019)
Evergy's (EVRG) quarterly Receivables came in at $371.1 million in Q2 2019, down 37.84% year-over-year from $597.0 million in Q2 2018, and up 50.85% quarter-over-quarter from $246.0 million in Q1 2019.
Evergy, Inc. (EVRG) Receivables (2017 - 2019) Analysis & Trends
Evergy has disclosed Receivables across 3 years of filings, most recently posting $371.1 million for Q2 2019.
- In Q2 2019, Receivables fell 37.84% year-over-year to $371.1 million; the TTM figure through Jun 2019 stood at $371.1 million (down 37.84% YoY), while the FY2018 annual figure was $295.5 million, down 21.28% from the prior year.
- Receivables came in at $371.1 million for Q2 2019 at Evergy, up from $246.0 million in the prior quarter.
- In the past five years, Receivables ranged from a high of $638.7 million in Q3 2018 to a low of $246.0 million in Q1 2019.
- Average Receivables over 3 years is $420.6 million, with a median of $373.2 million recorded in 2017.
- Year-over-year, Receivables declined 21.28% in 2018 and plunged 37.84% in 2019.
- Over 3 years, Receivables stood at $375.4 million in 2017, then retreated by 21.28% to $295.5 million in 2018, then increased by 25.58% to $371.1 million in 2019.
- Per Business Quant data, the three most recent Receivables figures were $371.1 million in Q2 2019, $246.0 million in Q1 2019, and $295.5 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 371.10 Mn |
| Mar 31, 2019 | 246.00 Mn |
| Dec 31, 2018 | 295.50 Mn |
| Sep 30, 2018 | 638.70 Mn |
| Jun 30, 2018 | 597.00 Mn |
| Dec 31, 2017 | 375.40 Mn |
Evergy, Inc. 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=receivables&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=receivables&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();