Evergy, Inc. (EVRG) Market Capitalization (2017 - 2019)
Evergy's (EVRG) quarterly Market Capitalization came in at $14.2 billion in Q2 2019, up 39.44% year-over-year from $10.2 billion in Q2 2018, and little changed quarter-over-quarter from $14.2 billion in Q1 2019.
Evergy, Inc. (EVRG) Market Capitalization (2017 - 2019) Analysis & Trends
Evergy has disclosed Market Capitalization across 3 years of filings, most recently posting $14.2 billion for Q2 2019.
- In Q2 2019, Market Capitalization rose 39.44% year-over-year to $14.2 billion; the TTM figure through Jun 2019 stood at $14.2 billion (up 39.44% YoY), while the FY2018 annual figure was $14.5 billion, up 92.67% from the prior year.
- Market Capitalization came in at $14.2 billion for Q2 2019 at Evergy, roughly flat from $14.2 billion in the prior quarter.
- In the past five years, Market Capitalization ranged from a high of $14.5 billion in Q3 2018 to a low of $7.0 billion in Q3 2017.
- Average Market Capitalization over 3 years is $10.8 billion, with a median of $10.2 billion recorded in 2018.
- The largest YoY upside for Market Capitalization was 105.3% in 2018 against a maximum downside of 34.83% in 2018.
- Over 3 years, Market Capitalization stood at $7.5 billion in 2017, then surged by 92.67% to $14.5 billion in 2018, then fell by 2.02% to $14.2 billion in 2019.
- Per Business Quant data, the three most recent Market Capitalization figures were $14.2 billion in Q2 2019, $14.2 billion in Q1 2019, and $14.5 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 14.16 Bn |
| Mar 31, 2019 | 14.17 Bn |
| Dec 31, 2018 | 14.46 Bn |
| Sep 30, 2018 | 14.47 Bn |
| Jun 30, 2018 | 10.16 Bn |
| Mar 31, 2018 | 7.48 Bn |
| Dec 31, 2017 | 7.50 Bn |
| Sep 30, 2017 | 7.05 Bn |
| Jun 30, 2017 | 7.53 Bn |
Evergy, Inc. Market Capitalization 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=market-capitalization&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization", "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=market-capitalization&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();