Evergy, Inc. (EVRG) Payables (2017 - 2019)
Evergy's (EVRG) quarterly Payables came in at $2.5 billion in Q2 2019, up 78.91% year-over-year from $1.4 billion in Q2 2018, and up 56.86% quarter-over-quarter from $1.6 billion in Q1 2019.
Evergy, Inc. (EVRG) Payables (2017 - 2019) Analysis & Trends
Evergy has disclosed Payables across 3 years of filings, most recently posting $2.5 billion for Q2 2019.
- In Q2 2019, Payables rose 78.91% year-over-year to $2.5 billion; the TTM figure through Jun 2019 stood at $2.5 billion (up 78.91% YoY), while the FY2018 annual figure was $1.2 billion, up 122.99% from the prior year.
- Payables came in at $2.5 billion for Q2 2019 at Evergy, up from $1.6 billion in the prior quarter.
- In the past five years, Payables ranged from a high of $2.5 billion in Q2 2019 to a low of $533.7 million in Q4 2017.
- Average Payables over 3 years is $1.4 billion, with a median of $1.3 billion recorded in 2018.
- Year-over-year, Payables soared 122.99% in 2018 and jumped 78.91% in 2019.
- Over 3 years, Payables stood at $533.7 million in 2017, then jumped by 122.99% to $1.2 billion in 2018, then jumped by 111.5% to $2.5 billion in 2019.
- Per Business Quant data, the three most recent Payables figures were $2.5 billion in Q2 2019, $1.6 billion in Q1 2019, and $1.2 billion in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 2.52 Bn |
| Mar 31, 2019 | 1.60 Bn |
| Dec 31, 2018 | 1.19 Bn |
| Sep 30, 2018 | 979.60 Mn |
| Jun 30, 2018 | 1.41 Bn |
| Dec 31, 2017 | 533.70 Mn |
Evergy, Inc. Payables 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=payables&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();