Evergy, Inc. (EVRG) Depreciation & Amortization (CF) (2017 - 2019)
Evergy's (EVRG) quarterly Depreciation & Amortization (CF) came in at $215.4 million in Q2 2019, up 68.28% year-over-year from $128.0 million in Q2 2018, and up 0.84% quarter-over-quarter from $213.6 million in Q1 2019.
Evergy, Inc. (EVRG) Depreciation & Amortization (CF) (2017 - 2019) Analysis & Trends
Evergy has disclosed Depreciation & Amortization (CF) across 3 years of filings, most recently posting $215.4 million for Q2 2019.
- In Q2 2019, Depreciation & Amortization (CF) rose 68.28% year-over-year to $215.4 million; the TTM figure through Jun 2019 stood at $830.1 million (up 104.16% YoY), while the FY2018 annual figure was $618.8 million, up 66.48% from the prior year.
- Depreciation & Amortization (CF) came in at $215.4 million for Q2 2019 at Evergy, up from $213.6 million in the prior quarter.
- In the past five years, Depreciation & Amortization (CF) ranged from a high of $215.4 million in Q2 2019 to a low of $89.6 million in Q1 2018.
- Average Depreciation & Amortization (CF) over 3 years is $147.9 million, with a median of $128.0 million recorded in 2018.
- Year-over-year, Depreciation & Amortization (CF) soared 36.17% in 2018 and soared 138.39% in 2019.
- Over 3 years, Depreciation & Amortization (CF) stood at $94.4 million in 2017, then jumped by 119.49% to $207.2 million in 2018, then climbed by 3.96% to $215.4 million in 2019.
- Per Business Quant data, the three most recent Depreciation & Amortization (CF) figures were $215.4 million in Q2 2019, $213.6 million in Q1 2019, and $207.2 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 215.40 Mn |
| Mar 31, 2019 | 213.60 Mn |
| Dec 31, 2018 | 207.20 Mn |
| Sep 30, 2018 | 193.90 Mn |
| Jun 30, 2018 | 128.00 Mn |
| Mar 31, 2018 | 89.60 Mn |
| Dec 31, 2017 | 94.40 Mn |
| Sep 30, 2017 | 94.60 Mn |
| Jun 30, 2017 | 94.00 Mn |
Evergy, Inc. Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();