Evergy, Inc. (EVRG) Revenue (2017 - 2019)
Evergy's (EVRG) quarterly Revenue came in at $1.2 billion in Q2 2019, up 36.75% year-over-year from $893.4 million in Q2 2018, and little changed quarter-over-quarter from $1.2 billion in Q1 2019.
Evergy, Inc. (EVRG) Revenue (2017 - 2019) Analysis & Trends
Evergy has disclosed Revenue across 3 years of filings, most recently posting $1.2 billion for Q2 2019.
- In Q2 2019, Revenue rose 36.75% year-over-year to $1.2 billion; the TTM figure through Jun 2019 stood at $5.2 billion (up 81.11% YoY), while the FY2018 annual figure was $4.3 billion, up 66.31% from the prior year.
- Revenue came in at $1.2 billion for Q2 2019 at Evergy, roughly flat from $1.2 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $1.6 billion in Q3 2018 to a low of $594.8 million in Q4 2017.
- Average Revenue over 3 years is $968.1 million, with a median of $893.4 million recorded in 2018.
- The largest YoY upside for Revenue was 102.75% in 2019 against a maximum downside of 36.75% in 2019.
- Over 3 years, Revenue stood at $594.8 million in 2017, then surged by 101.71% to $1.2 billion in 2018, then increased by 1.83% to $1.2 billion in 2019.
- Per Business Quant data, the three most recent Revenue figures were $1.2 billion in Q2 2019, $1.2 billion in Q1 2019, and $1.2 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1.22 Bn |
| Mar 31, 2019 | 1.22 Bn |
| Dec 31, 2018 | 1.20 Bn |
| Sep 30, 2018 | 1.58 Bn |
| Jun 30, 2018 | 893.40 Mn |
| Mar 31, 2018 | 600.20 Mn |
| Dec 31, 2017 | 594.80 Mn |
| Sep 30, 2017 | 794.30 Mn |
| Jun 30, 2017 | 609.30 Mn |
Evergy, Inc. Revenue 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=revenue&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();