Evergy, Inc. (EVRG) Price to Book (2017 - 2019)
Evergy's (EVRG) quarterly Price to Book came in at 1.59 in Q2 2019, up 71.02% year-over-year from 0.93 in Q2 2018, and up 5.68% quarter-over-quarter from 1.51 in Q1 2019.
Evergy, Inc. (EVRG) Price to Book (2017 - 2019) Analysis & Trends
Evergy has disclosed Price to Book across 3 years of filings, most recently posting 1.59 for Q2 2019.
- In Q2 2019, Price to Book rose 71.02% year-over-year to 1.59; the TTM figure through Jun 2019 stood at 1.59 (up 71.02% YoY), while the FY2018 annual figure was 1.44, down 25.83% from the prior year.
- Price to Book came in at 1.59 for Q2 2019 at Evergy, up from 1.51 in the prior quarter.
- In the past five years, Price to Book ranged from a high of 1.95 in Q2 2017 to a low of 0.93 in Q2 2018.
- Average Price to Book over 3 years is 1.61, with a median of 1.59 recorded in 2019.
- Year-over-year, Price to Book slumped 52.3% in 2018 and jumped 71.02% in 2019.
- Over 3 years, Price to Book stood at 1.94 in 2017, then decreased by 25.83% to 1.44 in 2018, then rose by 10.61% to 1.59 in 2019.
- Per Business Quant data, the three most recent Price to Book figures were 1.59 in Q2 2019, 1.51 in Q1 2019, and 1.44 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1.59 |
| Mar 31, 2019 | 1.51 |
| Dec 31, 2018 | 1.44 |
| Sep 30, 2018 | 1.35 |
| Jun 30, 2018 | 0.93 |
| Mar 31, 2018 | 1.94 |
| Dec 31, 2017 | 1.94 |
| Sep 30, 2017 | 1.82 |
| Jun 30, 2017 | 1.95 |
Evergy, Inc. Price to Book 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-book&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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-book&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();