Evergy, Inc. (EVRG) Operating Income (2017 - 2019)
Evergy's (EVRG) quarterly Operating Income came in at $271.7 million in Q2 2019, up 114.11% year-over-year from $126.9 million in Q2 2018, and up 29.63% quarter-over-quarter from $209.6 million in Q1 2019.
Evergy, Inc. (EVRG) Operating Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Operating Income across 3 years of filings, most recently posting $271.7 million for Q2 2019.
- In Q2 2019, Operating Income rose 114.11% year-over-year to $271.7 million; the TTM figure through Jun 2019 stood at $1.2 billion (up 82.64% YoY), while the FY2018 annual figure was $933.6 million, up 37.54% from the prior year.
- Operating Income came in at $271.7 million for Q2 2019 at Evergy, up from $209.6 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of $533.1 million in Q3 2018 to a low of $122.3 million in Q4 2017.
- Average Operating Income over 3 years is $218.0 million, with a median of $160.2 million recorded in 2017.
- Year-over-year, Operating Income fell 20.79% in 2018 and surged 114.11% in 2019.
- Over 3 years, Operating Income stood at $122.3 million in 2017, then increased by 22.73% to $150.1 million in 2018, then soared by 81.01% to $271.7 million in 2019.
- Per Business Quant data, the three most recent Operating Income figures were $271.7 million in Q2 2019, $209.6 million in Q1 2019, and $150.1 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 271.70 Mn |
| Mar 31, 2019 | 209.60 Mn |
| Dec 31, 2018 | 150.10 Mn |
| Sep 30, 2018 | 533.10 Mn |
| Jun 30, 2018 | 126.90 Mn |
| Mar 31, 2018 | 123.50 Mn |
| Dec 31, 2017 | 122.30 Mn |
| Sep 30, 2017 | 264.90 Mn |
| Jun 30, 2017 | 160.20 Mn |
Evergy, Inc. Operating Income 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=operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();