Evergy, Inc. (EVRG) Interest & Investment Income (2017 - 2019)
Evergy's (EVRG) quarterly Interest & Investment Income came in at $2.6 million in Q2 2019, up 62.5% year-over-year from $1.6 million in Q2 2018, and down 18.75% quarter-over-quarter from $3.2 million in Q1 2019.
Evergy, Inc. (EVRG) Interest & Investment Income (2017 - 2019) Analysis & Trends
Evergy has disclosed Interest & Investment Income across 3 years of filings, most recently posting $2.6 million for Q2 2019.
- In Q2 2019, Interest & Investment Income rose 62.5% year-over-year to $2.6 million; the TTM figure through Jun 2019 stood at $37.0 million (up 1270.37% YoY), while the FY2018 annual figure was $8.8 million, up 120.0% from the prior year.
- Interest & Investment Income came in at $2.6 million for Q2 2019 at Evergy, down from $3.2 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of $26.3 million in Q4 2018 to a low of -$400000.0 in Q1 2018.
- Average Interest & Investment Income over 3 years is $4.5 million, with a median of $1.6 million recorded in 2018.
- The largest YoY upside for Interest & Investment Income was 5160.0% in 2018 against a maximum downside of 45.45% in 2018.
- Over 3 years, Interest & Investment Income stood at $500000.0 in 2017, then surged by 5160.0% to $26.3 million in 2018, then slumped by 90.11% to $2.6 million in 2019.
- Per Business Quant data, the three most recent Interest & Investment Income figures were $2.6 million in Q2 2019, $3.2 million in Q1 2019, and $26.3 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 2.60 Mn |
| Mar 31, 2019 | 3.20 Mn |
| Dec 31, 2018 | 26.30 Mn |
| Sep 30, 2018 | 4.90 Mn |
| Jun 30, 2018 | 1.60 Mn |
| Mar 31, 2018 | -400,000.00 |
| Dec 31, 2017 | 500,000.00 |
| Sep 30, 2017 | 1.00 Mn |
| Jun 30, 2017 | 1.10 Mn |
Evergy, Inc. Interest & Investment 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=interest-and-investment-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();