Nrg Energy (NRG) Divestments (2016 - 2019)
Nrg Energy's (NRG) quarterly Divestments came in at -$2.0 million in Q1 2019, up 99.31% on a YoY basis from -$1.0 million in Q1 2018, and up 90.0% quarter-over-quarter from -$20.0 million in Q4 2018.
Nrg Energy (NRG) Divestments (2016 - 2019) Analysis & Trends
Nrg Energy (NRG) has reported Divestments for 4 consecutive years, with -$2.0 million the latest figure, recorded in Q1 2019.
- For the quarter ending Q1 2019, Divestments rose 99.31% year-over-year to -$2.0 million; the trailing twelve-month figure through Dec 2019 stood at -$2.0 million (up 99.72% YoY), and the FY2019 full-year result was -$2.0 million, up 99.72% from the prior year.
- Divestments climbed to -$2.0 million in Q1 2019 per NRG's latest filing, from -$20.0 million in the prior quarter.
- Across five years, Divestments topped out at $386.0 million in Q3 2016 and bottomed at -$714.0 million in Q4 2016.
- Historically, Divestments has averaged -$184.9 million across 4 years, with a median of -$121.0 million in 2018.
- The sharpest annual moves came in 2018 and 2019: Divestments plunged 1295.24% in 2018, then jumped 99.31% in 2019.
- Over 4 years, Divestments stood at -$714.0 million in 2016, then jumped by 52.24% to -$341.0 million in 2017, then jumped by 94.13% to -$20.0 million in 2018, then soared by 90.0% to -$2.0 million in 2019.
- According to Business Quant data, Divestments over the past three periods registered -$2.0 million, -$20.0 million, and -$121.0 million for Q1 2019, Q4 2018, and Q3 2018 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | - |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | - |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | - |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 3.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 23.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | -2.00 Mn |
| Dec 31, 2018 | -20.00 Mn |
| Sep 30, 2018 | -121.00 Mn |
| Jun 30, 2018 | -293.00 Mn |
| Mar 31, 2018 | -291.00 Mn |
| Dec 31, 2017 | -341.00 Mn |
| Sep 30, 2017 | -585.00 Mn |
| Jun 30, 2017 | -21.00 Mn |
| Mar 31, 2017 | -32.00 Mn |
| Dec 31, 2016 | -714.00 Mn |
| Sep 30, 2016 | 386.00 Mn |
Nrg Energy Divestments 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=divestments&ticker=NRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "NRG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=NRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();