American Water Works Company (AWK) Income from Non-Controlling Interests (2009 - 2018)
American Water Works Company's (AWK) quarterly Income from Non-Controlling Interests came in at -$2.0 million in Q3 2018, down 5228.21% quarter-over-quarter from $39000.0 in Q3 2015.
American Water Works Company (AWK) Income from Non-Controlling Interests (2009 - 2018) Analysis & Trends
American Water Works Company has disclosed Income from Non-Controlling Interests across 8 years of filings, most recently posting -$2.0 million for Q3 2018.
- In Q3 2018, Income from Non-Controlling Interests changed N/A year-over-year to -$2.0 million; the TTM figure through Dec 2019 stood at -$2.0 million (changed 0.0% YoY), while the FY2018 annual figure was -$2.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests came in at -$2.0 million for Q3 2018 at American Water Works Company, down from $39000.0 in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $42000.0 in Q2 2014 to a low of -$2.0 million in Q3 2018.
- Average Income from Non-Controlling Interests over 3 years is -$323875.0, with a median of $39000.0 recorded in 2015.
- Year-over-year, Income from Non-Controlling Interests slumped 97.18% in 2014 and soared 104.79% in 2015.
- Over 3 years, Income from Non-Controlling Interests stood at $24000.0 in 2014, then surged by 62.5% to $39000.0 in 2015, then tumbled by 5228.21% to -$2.0 million in 2018.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$2.0 million in Q3 2018, $39000.0 in Q3 2015, and $39000.0 in Q2 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 21.00 Mn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | -11.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 1.50 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 2.00 Mn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 31.09 Mn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | -2.00 Mn |
| Sep 30, 2015 | 39,000.00 |
| Jun 30, 2015 | 39,000.00 |
| Mar 31, 2015 | 39,000.00 |
| Dec 31, 2014 | 24,000.00 |
| Sep 30, 2014 | -815,000.00 |
| Jun 30, 2014 | 42,000.00 |
| Mar 31, 2014 | 41,000.00 |
| Dec 31, 2013 | -4.11 Mn |
| Jun 30, 2013 | 1.45 Mn |
| Mar 31, 2013 | 1.45 Mn |
| Dec 31, 2012 | -3.41 Mn |
| Sep 30, 2012 | 1.20 Mn |
| Jun 30, 2012 | 1.20 Mn |
| Mar 31, 2012 | 1.20 Mn |
| Dec 31, 2011 | -18.75 Mn |
| Dec 31, 2010 | -9.81 Mn |
| Sep 30, 2010 | 3.67 Mn |
| Dec 31, 2009 | 3.53 Mn |
| Sep 30, 2009 | 4.78 Mn |
American Water Works Company Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();