Evergy, Inc. (EVRG) Inventory Average (2018 - 2019)
Evergy's (EVRG) quarterly Inventory Average came in at $477.6 million in Q2 2019, down 2.28% quarter-over-quarter from $488.8 million in Q1 2019.
Evergy, Inc. (EVRG) Inventory Average (2018 - 2019) Analysis & Trends
Evergy has disclosed Inventory Average across 2 years of filings, most recently posting $477.6 million for Q2 2019.
- In Q2 2019, Inventory Average changed N/A year-over-year to $477.6 million; the TTM figure through Jun 2019 stood at $477.6 million (changed N/A YoY), while the FY2018 annual figure was $402.3 million, changed N/A from the prior year.
- Inventory Average came in at $477.6 million for Q2 2019 at Evergy, down from $488.8 million in the prior quarter.
- In the past five years, Inventory Average ranged from a high of $530.4 million in Q3 2018 to a low of $477.6 million in Q2 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 477.60 Mn |
| Mar 31, 2019 | 488.75 Mn |
| Dec 31, 2018 | 515.95 Mn |
| Sep 30, 2018 | 530.40 Mn |
Evergy, Inc. Inventory Average 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=inventory-average&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();