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