National Grid (NGG) Prepaid Assets (2012 - 2019)
National Grid (NGG) posted Prepaid Assets of $338.5 million for Q1 2019, up 158.87% on a QoQ basis from $130.8 million in Q1 2018, and up 158.87% year-over-year from $130.8 million in Q1 2018.
National Grid (NGG) Prepaid Assets (2012 - 2019) Analysis & Trends
National Grid has reported Prepaid Assets for 7 years, with the latest figure at $338.5 million in Q1 2019.
- On a quarterly basis, Prepaid Assets rose 158.87% year-over-year to $338.5 million in Q1 2019; TTM through Mar 2019 was $338.5 million, a 158.87% increase from a year earlier, with the FY2019 full-year figure at $338.5 million, changed N/A from the prior year.
- Prepaid Assets was $338.5 million for Q1 2019 at National Grid, up from $130.8 million in the prior quarter.
- The five-year high for Prepaid Assets was $2.8 billion in Q3 2015, with the low at $68.1 million in Q1 2017.
- Average Prepaid Assets over 4 years is $846.3 million, with a median of $234.6 million recorded in 2019.
- The sharpest annual moves came in 2015 and 2019: Prepaid Assets climbed 3.81% in 2015, then soared 158.87% in 2019.
- Over 4 years, Prepaid Assets stood at $2.8 billion in 2015, then sank by 97.61% to $68.1 million in 2017, then soared by 91.92% to $130.8 million in 2018, then jumped by 158.87% to $338.5 million in 2019.
- The last three Prepaid Assets figures came in at $338.5 million (Q1 2019), $130.8 million (Q1 2018), and $68.1 million (Q1 2017), per Business Quant data.
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
| Date | Value |
|---|---|
| Mar 31, 2019 | 338.49 Mn |
| Mar 31, 2018 | 130.76 Mn |
| Mar 31, 2017 | 68.13 Mn |
| Sep 30, 2015 | 2.85 Bn |
| Sep 30, 2014 | 2.74 Bn |
| Sep 30, 2013 | 2.43 Bn |
| Sep 30, 2012 | 2.75 Bn |
National Grid Prepaid 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=prepaid-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-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=prepaid-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();