Evergy, Inc. (EVRG) Asset Utilization Ratio (2018 - 2019)
Evergy's (EVRG) quarterly Asset Utilization Ratio came in at 0.2 in Q2 2019, up 6.46% quarter-over-quarter from 0.19 in Q1 2019.
Analysis
Evergy, Inc. (EVRG) Asset Utilization Ratio (2018 - 2019) Analysis & Trends
Evergy has disclosed Asset Utilization Ratio across 2 years of filings, most recently posting 0.2 for Q2 2019.
- In Q2 2019, Asset Utilization Ratio changed N/A year-over-year to 0.2; the TTM figure through Jun 2019 stood at 0.2 (changed N/A YoY), while the FY2018 annual figure was 0.23, changed N/A from the prior year.
- Asset Utilization Ratio came in at 0.2 for Q2 2019 at Evergy, up from 0.19 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.2 in Q2 2019 to a low of 0.14 in Q3 2018.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 0.20 |
| Mar 31, 2019 | 0.19 |
| Dec 31, 2018 | 0.17 |
| Sep 30, 2018 | 0.14 |
API Access
Evergy, Inc. Asset Utilization Ratio 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=asset-utilization-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();