Wec Energy (WEC) Share-based Compensation Growth (5y) (2014 - 2016)
Analysis
Wec Energy (WEC) Share-based Compensation Growth (5y) (2014 - 2016) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn |
| 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 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2016 | 31.49% |
| Dec 31, 2015 | 34.11% |
| Sep 30, 2015 | -27.62% |
| Jun 30, 2015 | 40.06% |
| Mar 31, 2015 | -29.54% |
| Dec 31, 2014 | 6.67% |
| Sep 30, 2014 | 10.32% |
| Jun 30, 2014 | 21.39% |
| Mar 31, 2014 | -39.31% |
API Access
Wec Energy Share-based Compensation Growth (5y) 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=share-based-compensation-growth-5y&ticker=WEC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "ticker": "WEC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-5y&ticker=WEC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();