Nrg Energy (NRG) Income from Discontinued Operations (2016 - 2019)
Nrg Energy's (NRG) quarterly Income from Discontinued Operations came in at -$78.0 million in Q4 2019, down 197.5% on a YoY basis from $80.0 million in Q4 2018, and down 3800.0% quarter-over-quarter from -$2.0 million in Q3 2019.
Nrg Energy (NRG) Income from Discontinued Operations (2016 - 2019) Analysis & Trends
Nrg Energy (NRG) has reported Income from Discontinued Operations for 4 consecutive years, with -$78.0 million the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Income from Discontinued Operations fell 197.5% year-over-year to -$78.0 million; the trailing twelve-month figure through Sep 2020 stood at -$78.0 million (down 116.28% YoY), and the FY2019 full-year result was $321.0 million, up 267.19% from the prior year.
- Income from Discontinued Operations declined to -$78.0 million in Q4 2019 per NRG's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $388.0 million in Q1 2019 and bottomed at -$702.0 million in Q2 2017.
- Historically, Income from Discontinued Operations has averaged -$51.4 million across 4 years, with a median of -$5.0 million in 2018.
- The sharpest annual moves came in 2017 and 2019: Income from Discontinued Operations sank 521.24% in 2017, then soared 7860.0% in 2019.
- Over 4 years, Income from Discontinued Operations stood at -$164.0 million in 2016, then slumped by 61.59% to -$265.0 million in 2017, then jumped by 130.19% to $80.0 million in 2018, then sank by 197.5% to -$78.0 million in 2019.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$78.0 million, -$2.0 million, and $13.0 million for Q4 2019, Q3 2019, and Q2 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | -78.00 Mn |
| Sep 30, 2019 | -2.00 Mn |
| Jun 30, 2019 | 13.00 Mn |
| Mar 31, 2019 | 388.00 Mn |
| Dec 31, 2018 | 80.00 Mn |
| Sep 30, 2018 | -336.00 Mn |
| Jun 30, 2018 | 69.00 Mn |
| Mar 31, 2018 | -5.00 Mn |
| Dec 31, 2017 | -265.00 Mn |
| Jun 30, 2017 | -702.00 Mn |
| Mar 31, 2017 | -25.00 Mn |
| Dec 31, 2016 | -164.00 Mn |
| Sep 30, 2016 | 265.00 Mn |
| Jun 30, 2016 | -113.00 Mn |
| Mar 31, 2016 | 104.00 Mn |
Nrg Energy Income from Discontinued Operations 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-discontinued-operations&ticker=NRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=NRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();