Evergy, Inc. (EVRG) Inventory (2017 - 2019)
Evergy's (EVRG) quarterly Inventory came in at $488.7 million in Q2 2019, down 9.48% year-over-year from $539.9 million in Q2 2018, and up 4.76% quarter-over-quarter from $466.5 million in Q1 2019.
Evergy, Inc. (EVRG) Inventory (2017 - 2019) Analysis & Trends
Evergy has disclosed Inventory across 3 years of filings, most recently posting $488.7 million for Q2 2019.
- In Q2 2019, Inventory fell 9.48% year-over-year to $488.7 million; the TTM figure through Jun 2019 stood at $488.7 million (down 9.48% YoY), while the FY2018 annual figure was $511.0 million, up 74.05% from the prior year.
- Inventory came in at $488.7 million for Q2 2019 at Evergy, up from $466.5 million in the prior quarter.
- In the past five years, Inventory ranged from a high of $539.9 million in Q2 2018 to a low of $293.6 million in Q4 2017.
- Average Inventory over 3 years is $470.1 million, with a median of $499.8 million recorded in 2018.
- Year-over-year, Inventory surged 74.05% in 2018 and dropped 9.48% in 2019.
- Over 3 years, Inventory stood at $293.6 million in 2017, then jumped by 74.05% to $511.0 million in 2018, then fell by 4.36% to $488.7 million in 2019.
- Per Business Quant data, the three most recent Inventory figures were $488.7 million in Q2 2019, $466.5 million in Q1 2019, and $511.0 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 488.70 Mn |
| Mar 31, 2019 | 466.50 Mn |
| Dec 31, 2018 | 511.00 Mn |
| Sep 30, 2018 | 520.90 Mn |
| Jun 30, 2018 | 539.90 Mn |
| Dec 31, 2017 | 293.60 Mn |
Evergy, Inc. Inventory 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&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();