Evergy, Inc. (EVRG) Net Margin (2017 - 2019)
Evergy's (EVRG) quarterly Net Margin came in at 11.66% in Q2 2019, up 14.0% year-over-year from 10.23% in Q2 2018, and up 40.26% quarter-over-quarter from 8.32% in Q1 2019.
Evergy, Inc. (EVRG) Net Margin (2017 - 2019) Analysis & Trends
Evergy has disclosed Net Margin across 3 years of filings, most recently posting 11.66% for Q2 2019.
- In Q2 2019, Net Margin rose 14.0% year-over-year to 11.66%; the TTM figure through Jun 2019 stood at 17.29% (up 487.0% YoY), while the FY2018 annual figure was 12.64%, down 18.0% from the prior year.
- Net Margin came in at 11.66% for Q2 2019 at Evergy, up from 8.32% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 25.3% in Q4 2018 to a low of 5.8% in Q4 2017.
- Average Net Margin over 3 years is 14.18%, with a median of 11.66% recorded in 2019.
- Year-over-year, Net Margin soared 1950 bps in 2018 and tumbled 193 bps in 2019.
- Over 3 years, Net Margin stood at 5.8% in 2017, then soared by 336 bps to 25.3% in 2018, then plunged by 54 bps to 11.66% in 2019.
- Per Business Quant data, the three most recent Net Margin figures were 11.66% in Q2 2019, 8.32% in Q1 2019, and 25.3% in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 11.66% |
| Mar 31, 2019 | 8.32% |
| Dec 31, 2018 | 25.30% |
| Sep 30, 2018 | 22.47% |
| Jun 30, 2018 | 11.53% |
| Mar 31, 2018 | 10.25% |
| Dec 31, 2017 | 5.80% |
| Sep 30, 2017 | 20.03% |
| Jun 30, 2017 | 12.23% |
Evergy, Inc. Net Margin 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=net-margin&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();