Evergy, Inc. (EVRG) Acquisitions (2018)
Evergy's (EVRG) quarterly Acquisitions came in at $1.1 billion in Q4 2018.
Analysis
Evergy, Inc. (EVRG) Acquisitions (2018) Analysis & Trends
Evergy has disclosed Acquisitions across 1 years of filings, most recently posting $1.1 billion for Q4 2018.
- In Q4 2018, Acquisitions changed N/A year-over-year to $1.1 billion; the TTM figure through Dec 2018 stood at $1.1 billion (changed N/A YoY), while the FY2018 annual figure was $1.2 billion, changed N/A from the prior year.
- Acquisitions came in at $1.1 billion for Q4 2018 at Evergy.
- In the past five years, Acquisitions ranged from a high of $1.1 billion in Q4 2018 to a low of $1.1 billion in Q4 2018.
Peer Set
Peer Comparison
API Access
Evergy, Inc. Acquisitions 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=acquisitions&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();