Evergy, Inc. (EVRG) Long-Term Investments (2017 - 2018)
Evergy's (EVRG) quarterly Long-Term Investments came in at $4.7 billion in Q3 2018, little changed quarter-over-quarter from $4.7 billion in Q2 2018.
Evergy, Inc. (EVRG) Long-Term Investments (2017 - 2018) Analysis & Trends
Evergy has disclosed Long-Term Investments across 2 years of filings, most recently posting $4.7 billion for Q3 2018.
- In Q3 2018, Long-Term Investments changed N/A year-over-year to $4.7 billion; the TTM figure through Sep 2018 stood at $4.7 billion (changed N/A YoY), while the FY2017 annual figure was $1.2 billion, changed N/A from the prior year.
- Long-Term Investments came in at $4.7 billion for Q3 2018 at Evergy, roughly flat from $4.7 billion in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of $4.7 billion in Q3 2018 to a low of $1.2 billion in Q4 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | 4.75 Bn |
| Jun 30, 2018 | 4.73 Bn |
| Dec 31, 2017 | 1.17 Bn |
Evergy, Inc. Long-Term Investments 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=long-term-investments&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();