American Water Works Company (AWK) Change in Account Payables (2010 - 2015)
American Water Works Company's (AWK) quarterly Change in Account Payables came in at -$30.1 million in Q1 2015, up 49.18% year-over-year from -$20.1 million in Q1 2014, and down 850.55% quarter-over-quarter from $4.0 million in Q4 2014.
American Water Works Company (AWK) Change in Account Payables (2010 - 2015) Analysis & Trends
American Water Works Company has disclosed Change in Account Payables across 6 years of filings, most recently posting -$30.1 million for Q1 2015.
- In Q1 2015, Change in Account Payables rose 49.18% year-over-year to -$30.1 million; the TTM figure through Mar 2015 stood at $3.0 million (up 152.26% YoY), while the FY2014 annual figure was -$26.1 million, down 261.19% from the prior year.
- Change in Account Payables came in at -$30.1 million for Q1 2015 at American Water Works Company, down from $4.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $52.2 million in Q4 2011 to a low of -$59.1 million in Q1 2014.
- Average Change in Account Payables over 5 years is -$748352.9, with a median of $3.5 million recorded in 2014.
- Year-over-year, Change in Account Payables slumped 1227.99% in 2012 and jumped 595.17% in 2014.
- Over 5 years, Change in Account Payables stood at $52.2 million in 2011, then fell by 29.99% to $36.5 million in 2012, then increased by 22.55% to $44.8 million in 2013, then tumbled by 91.06% to $4.0 million in 2014, then slumped by 850.55% to -$30.1 million in 2015.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$30.1 million in Q1 2015, $4.0 million in Q4 2014, and $25.5 million in Q3 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 80.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 51.00 Mn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 98.90 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | - |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | - |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 63.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | -30.05 Mn |
| Dec 31, 2014 | 4.00 Mn |
| Sep 30, 2014 | 25.49 Mn |
| Jun 30, 2014 | 3.51 Mn |
| Mar 31, 2014 | -59.14 Mn |
| Dec 31, 2013 | 44.79 Mn |
| Sep 30, 2013 | 3.67 Mn |
| Jun 30, 2013 | 5.04 Mn |
| Mar 31, 2013 | -37.28 Mn |
| Dec 31, 2012 | 36.55 Mn |
| Sep 30, 2012 | -3.87 Mn |
| Jun 30, 2012 | 2.43 Mn |
| Mar 31, 2012 | -45.68 Mn |
| Dec 31, 2011 | 52.21 Mn |
| Sep 30, 2011 | 343,000.00 |
| Jun 30, 2011 | 11.52 Mn |
| Mar 31, 2011 | -26.24 Mn |
| Dec 31, 2010 | 13.04 Mn |
| Sep 30, 2010 | -8.44 Mn |
| Jun 30, 2010 | 20.16 Mn |
American Water Works Company Change in Account 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=change-in-account-payables&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "AWK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-account-payables&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();