Evergy, Inc. (EVRG) Price to Sales (2017 - 2019)
Evergy's (EVRG) quarterly Price to Sales came in at 11.59 in Q2 2019, up 1.97% year-over-year from 11.37 in Q2 2018, and little changed quarter-over-quarter from 11.64 in Q1 2019.
Evergy, Inc. (EVRG) Price to Sales (2017 - 2019) Analysis & Trends
Evergy has disclosed Price to Sales across 3 years of filings, most recently posting 11.59 for Q2 2019.
- In Q2 2019, Price to Sales rose 1.97% year-over-year to 11.59; the TTM figure through Jun 2019 stood at 2.71 (down 23.01% YoY), while the FY2018 annual figure was 3.38, up 15.85% from the prior year.
- Price to Sales came in at 11.59 for Q2 2019 at Evergy, roughly flat from 11.64 in the prior quarter.
- In the past five years, Price to Sales ranged from a high of 12.61 in Q4 2017 to a low of 8.87 in Q3 2017.
- Average Price to Sales over 3 years is 11.35, with a median of 11.64 recorded in 2019.
- The largest YoY upside for Price to Sales was 3.04% in 2018 against a maximum downside of 8.05% in 2018.
- Over 3 years, Price to Sales stood at 12.61 in 2017, then dropped by 4.48% to 12.05 in 2018, then declined by 3.78% to 11.59 in 2019.
- Per Business Quant data, the three most recent Price to Sales figures were 11.59 in Q2 2019, 11.64 in Q1 2019, and 12.05 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 11.59 |
| Mar 31, 2019 | 11.64 |
| Dec 31, 2018 | 12.05 |
| Sep 30, 2018 | 9.14 |
| Jun 30, 2018 | 11.37 |
| Mar 31, 2018 | 12.46 |
| Dec 31, 2017 | 12.61 |
| Sep 30, 2017 | 8.87 |
| Jun 30, 2017 | 12.36 |
Evergy, Inc. Price to Sales 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=price-to-sales&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-sales", "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=price-to-sales&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();