National Grid (NGG) Current Deferred Tax Assets (2015)
National Grid (NGG) posted Current Deferred Tax Assets of $7.7 for Q3 2015, up 1.56% on a QoQ basis from $7.58 in Q1 2015.
Analysis
National Grid (NGG) Current Deferred Tax Assets (2015) Analysis & Trends
National Grid has reported Current Deferred Tax Assets for 1 years, with the latest figure at $7.7 in Q3 2015.
- On a quarterly basis, Current Deferred Tax Assets changed N/A year-over-year to $7.7 in Q3 2015; TTM through Sep 2015 was $7.7, a N/A change from a year earlier, with the FY2015 full-year figure at $8.07, changed N/A from the prior year.
- Current Deferred Tax Assets was $7.7 for Q3 2015 at National Grid, up from $7.58 in the prior quarter.
- The five-year high for Current Deferred Tax Assets was $7.7 in Q3 2015, with the low at $7.58 in Q1 2015.
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 |
API Access
National Grid Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "NGG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-tax-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();