Evergy, Inc. (EVRG) Pension (2017 - 2019)
Evergy's (EVRG) quarterly Pension came in at $1.0 billion in Q2 2019, up 4.42% year-over-year from $959.1 million in Q2 2018, and up 0.72% quarter-over-quarter from $994.3 million in Q1 2019.
Evergy, Inc. (EVRG) Pension (2017 - 2019) Analysis & Trends
Evergy has disclosed Pension across 3 years of filings, most recently posting $1.0 billion for Q2 2019.
- In Q2 2019, Pension rose 4.42% year-over-year to $1.0 billion; the TTM figure through Jun 2019 stood at $1.0 billion (up 4.42% YoY), while the FY2018 annual figure was $987.6 million, up 101.06% from the prior year.
- Pension came in at $1.0 billion for Q2 2019 at Evergy, up from $994.3 million in the prior quarter.
- In the past five years, Pension ranged from a high of $1.0 billion in Q2 2019 to a low of $491.2 million in Q4 2017.
- Average Pension over 3 years is $897.2 million, with a median of $973.4 million recorded in 2018.
- Year-over-year, Pension soared 101.06% in 2018 and increased 4.42% in 2019.
- Over 3 years, Pension stood at $491.2 million in 2017, then soared by 101.06% to $987.6 million in 2018, then climbed by 1.41% to $1.0 billion in 2019.
- Per Business Quant data, the three most recent Pension figures were $1.0 billion in Q2 2019, $994.3 million in Q1 2019, and $987.6 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 1.00 Bn |
| Mar 31, 2019 | 994.30 Mn |
| Dec 31, 2018 | 987.60 Mn |
| Sep 30, 2018 | 949.70 Mn |
| Jun 30, 2018 | 959.10 Mn |
| Dec 31, 2017 | 491.20 Mn |
Evergy, Inc. Pension 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=pension&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "pension", "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=pension&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();