Evergy, Inc. (EVRG) Accounts Payables (2017 - 2019)
Evergy's (EVRG) quarterly Accounts Payables came in at $278.1 million in Q2 2019, down 15.11% year-over-year from $327.6 million in Q2 2018, and down 5.31% quarter-over-quarter from $293.7 million in Q1 2019.
Evergy, Inc. (EVRG) Accounts Payables (2017 - 2019) Analysis & Trends
Evergy has disclosed Accounts Payables across 3 years of filings, most recently posting $278.1 million for Q2 2019.
- In Q2 2019, Accounts Payables fell 15.11% year-over-year to $278.1 million; the TTM figure through Jun 2019 stood at $278.1 million (down 15.11% YoY), while the FY2018 annual figure was $451.5 million, up 121.11% from the prior year.
- Accounts Payables came in at $278.1 million for Q2 2019 at Evergy, down from $293.7 million in the prior quarter.
- In the past five years, Accounts Payables ranged from a high of $451.5 million in Q4 2018 to a low of $204.2 million in Q4 2017.
- Average Accounts Payables over 3 years is $309.8 million, with a median of $298.7 million recorded in 2018.
- Year-over-year, Accounts Payables surged 121.11% in 2018 and slipped 15.11% in 2019.
- Over 3 years, Accounts Payables stood at $204.2 million in 2017, then soared by 121.11% to $451.5 million in 2018, then sank by 38.41% to $278.1 million in 2019.
- Per Business Quant data, the three most recent Accounts Payables figures were $278.1 million in Q2 2019, $293.7 million in Q1 2019, and $451.5 million in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 278.10 Mn |
| Mar 31, 2019 | 293.70 Mn |
| Dec 31, 2018 | 451.50 Mn |
| Sep 30, 2018 | 303.70 Mn |
| Jun 30, 2018 | 327.60 Mn |
| Dec 31, 2017 | 204.20 Mn |
Evergy, Inc. Accounts 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=accounts-payables&ticker=EVRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=EVRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();