Evergy, Inc. (EVRG) Assets Average (2018 - 2019)
Evergy's (EVRG) quarterly Assets Average came in at $25.9 billion in Q2 2019, little changed quarter-over-quarter from $25.8 billion in Q1 2019.
Evergy, Inc. (EVRG) Assets Average (2018 - 2019) Analysis & Trends
Evergy has disclosed Assets Average across 2 years of filings, most recently posting $25.9 billion for Q2 2019.
- In Q2 2019, Assets Average changed N/A year-over-year to $25.9 billion; the TTM figure through Jun 2019 stood at $25.9 billion (changed N/A YoY), while the FY2018 annual figure was $18.6 billion, changed N/A from the prior year.
- Assets Average came in at $25.9 billion for Q2 2019 at Evergy, roughly flat from $25.8 billion in the prior quarter.
- In the past five years, Assets Average ranged from a high of $26.4 billion in Q3 2018 to a low of $25.8 billion in Q1 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 25.89 Bn |
| Mar 31, 2019 | 25.83 Bn |
| Dec 31, 2018 | 25.84 Bn |
| Sep 30, 2018 | 26.37 Bn |
Evergy, Inc. Assets 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=assets-average&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-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=assets-average&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();