Evergy, Inc. (EVRG) Gross Profit (2017 - 2019)
Evergy's (EVRG) quarterly Gross Profit came in at $933.1 million in Q2 2019, up 53.07% year-over-year from $609.6 million in Q2 2018, and up 2.54% quarter-over-quarter from $910.0 million in Q1 2019.
Evergy, Inc. (EVRG) Gross Profit (2017 - 2019) Analysis & Trends
Evergy has disclosed Gross Profit across 3 years of filings, most recently posting $933.1 million for Q2 2019.
- In Q2 2019, Gross Profit rose 53.07% year-over-year to $933.1 million; the TTM figure through Jun 2019 stood at $4.2 billion (up 95.38% YoY), while the FY2018 annual figure was $3.2 billion, up 57.41% from the prior year.
- Gross Profit came in at $933.1 million for Q2 2019 at Evergy, up from $910.0 million in the prior quarter.
- In the past five years, Gross Profit ranged from a high of $1.3 billion in Q3 2018 to a low of $446.9 million in Q4 2017.
- Average Gross Profit over 3 years is $764.5 million, with a median of $653.7 million recorded in 2017.
- The largest YoY upside for Gross Profit was 156.25% in 2018 against a maximum downside of 29.78% in 2018.
- Over 3 years, Gross Profit stood at $446.9 million in 2017, then surged by 156.25% to $1.1 billion in 2018, then dropped by 18.52% to $933.1 million in 2019.
- Per Business Quant data, the three most recent Gross Profit figures were $933.1 million in Q2 2019, $910.0 million in Q1 2019, and $1.1 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 933.10 Mn |
| Mar 31, 2019 | 910.00 Mn |
| Dec 31, 2018 | 1.15 Bn |
| Sep 30, 2018 | 1.25 Bn |
| Jun 30, 2018 | 609.60 Mn |
| Mar 31, 2018 | 460.10 Mn |
| Dec 31, 2017 | 446.90 Mn |
| Sep 30, 2017 | 653.70 Mn |
| Jun 30, 2017 | 469.70 Mn |
Evergy, Inc. Gross Profit 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=gross-profit&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();