Evergy, Inc. (EVRG) Other financing activities (2017 - 2019)
Evergy's (EVRG) quarterly Other financing activities came in at -$2.8 million in Q2 2019, up 80.28% year-over-year from -$1.6 million in Q2 2018, and up 37.78% quarter-over-quarter from -$4.5 million in Q1 2019.
Evergy, Inc. (EVRG) Other financing activities (2017 - 2019) Analysis & Trends
Evergy has disclosed Other financing activities across 3 years of filings, most recently posting -$2.8 million for Q2 2019.
- In Q2 2019, Other financing activities rose 80.28% year-over-year to -$2.8 million; the TTM figure through Jun 2019 stood at -$9.5 million (up 65.83% YoY), while the FY2018 annual figure was -$21.3 million, down 35.67% from the prior year.
- Other financing activities came in at -$2.8 million for Q2 2019 at Evergy, up from -$4.5 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $159.7 million in Q3 2018 to a low of -$161.9 million in Q4 2018.
- Average Other financing activities over 3 years is -$4.7 million, with a median of -$4.7 million recorded in 2018.
- The largest YoY upside for Other financing activities was 26516.67% in 2018 against a maximum downside of 1640.86% in 2018.
- Over 3 years, Other financing activities stood at -$9.3 million in 2017, then slumped by 1640.86% to -$161.9 million in 2018, then jumped by 98.27% to -$2.8 million in 2019.
- Per Business Quant data, the three most recent Other financing activities figures were -$2.8 million in Q2 2019, -$4.5 million in Q1 2019, and -$161.9 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -2.80 Mn |
| Mar 31, 2019 | -4.50 Mn |
| Dec 31, 2018 | -161.90 Mn |
| Sep 30, 2018 | 159.70 Mn |
| Jun 30, 2018 | -14.20 Mn |
| Mar 31, 2018 | -4.90 Mn |
| Dec 31, 2017 | -9.30 Mn |
| Sep 30, 2017 | 600,000.00 |
Evergy, Inc. Other financing activities 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=other-financing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();