Evergy, Inc. (EVRG) Shares Outstanding (2017 - 2019)
Evergy's (EVRG) quarterly Shares Outstanding (Entity) came in at $235.5 million in Q2 2019, up 30.16% year-over-year from $180.9 million in Q2 2018, and down 3.54% quarter-over-quarter from $244.1 million in Q1 2019.
Evergy, Inc. (EVRG) Shares Outstanding (2017 - 2019) Analysis & Trends
Evergy has disclosed Shares Outstanding (Entity) across 3 years of filings, most recently posting $235.5 million for Q2 2019.
- In Q2 2019, Shares Outstanding (Entity) rose 30.16% year-over-year to $235.5 million; the TTM figure through Jun 2019 stood at $235.5 million (up 30.16% YoY), while the FY2018 annual figure was $254.6 million, up 79.2% from the prior year.
- Shares Outstanding (Entity) came in at $235.5 million for Q2 2019 at Evergy, down from $244.1 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $263.5 million in Q3 2018 to a low of $142.1 million in Q2 2017.
- Average Shares Outstanding (Entity) over 3 years is $194.1 million, with a median of $180.9 million recorded in 2018.
- The largest YoY upside for Shares Outstanding (Entity) was 85.41% in 2018 against a maximum downside of 27.31% in 2018.
- Over 3 years, Shares Outstanding (Entity) stood at $142.1 million in 2017, then surged by 79.2% to $254.6 million in 2018, then retreated by 7.53% to $235.5 million in 2019.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $235.5 million in Q2 2019, $244.1 million in Q1 2019, and $254.6 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 243.20 Mn |
| Mar 31, 2019 | 252.80 Mn |
| Dec 31, 2018 | 213.90 Mn |
| Sep 30, 2018 | 268.60 Mn |
| Jun 30, 2018 | 180.90 Mn |
| Mar 31, 2018 | 142.60 Mn |
| Dec 31, 2017 | 142.50 Mn |
| Sep 30, 2017 | 142.50 Mn |
| Jun 30, 2017 | 142.50 Mn |
Evergy, Inc. Shares Outstanding 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=shares-outstanding&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();