Evergy, Inc. (EVRG) Cash from Financing Activities (2017 - 2019)
Evergy's (EVRG) quarterly Cash from Financing Activities came in at -$454.4 million in Q2 2019, down 511.97% year-over-year from $110.3 million in Q2 2018, and down 253.05% quarter-over-quarter from $296.9 million in Q1 2019.
Evergy, Inc. (EVRG) Cash from Financing Activities (2017 - 2019) Analysis & Trends
Evergy has disclosed Cash from Financing Activities across 3 years of filings, most recently posting -$454.4 million for Q2 2019.
- In Q2 2019, Cash from Financing Activities fell 511.97% year-over-year to -$454.4 million; the TTM figure through Jun 2019 stood at -$2.6 billion (down 1845.52% YoY), while the FY2018 annual figure was -$1.5 billion, down 1069.0% from the prior year.
- Cash from Financing Activities came in at -$454.4 million for Q2 2019 at Evergy, down from $296.9 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $296.9 million in Q1 2019 to a low of -$1.3 billion in Q4 2018.
- Average Cash from Financing Activities over 3 years is -$344.9 million, with a median of -$137.3 million recorded in 2017.
- Year-over-year, Cash from Financing Activities tumbled 4672.45% in 2018 and soared 482.11% in 2019.
- Over 3 years, Cash from Financing Activities stood at $29.4 million in 2017, then plunged by 4672.45% to -$1.3 billion in 2018, then surged by 66.2% to -$454.4 million in 2019.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$454.4 million in Q2 2019, $296.9 million in Q1 2019, and -$1.3 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -454.40 Mn |
| Mar 31, 2019 | 296.90 Mn |
| Dec 31, 2018 | -1.34 Bn |
| Sep 30, 2018 | -1.12 Bn |
| Jun 30, 2018 | 110.30 Mn |
| Mar 31, 2018 | -77.70 Mn |
| Dec 31, 2017 | 29.40 Mn |
| Sep 30, 2017 | -196.90 Mn |
Evergy, Inc. Cash from 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=cash-from-financing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-financing-activities&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();