Nrg Energy (NRG) Minority Interest (2009 - 2018)
Nrg Energy's (NRG) quarterly Minority Interest came in at $2.4 billion in Q2 2018, down 1.02% on a YoY basis from $2.5 billion in Q2 2017, and up 1.88% quarter-over-quarter from $2.4 billion in Q1 2018.
Nrg Energy (NRG) Minority Interest (2009 - 2018) Analysis & Trends
Nrg Energy (NRG) has reported Minority Interest for 10 consecutive years, with $2.4 billion the latest figure, recorded in Q2 2018.
- For the quarter ending Q2 2018, Minority Interest fell 1.02% year-over-year to $2.4 billion; the trailing twelve-month figure through Jun 2018 stood at $2.4 billion (down 1.02% YoY), and the FY2017 full-year result was $2.3 billion, down 3.78% from the prior year.
- Minority Interest climbed to $2.4 billion in Q2 2018 per NRG's latest filing, from $2.4 billion in the prior quarter.
- Across five years, Minority Interest topped out at $2.7 billion in Q4 2015 and bottomed at $884.0 million in Q1 2014.
- Historically, Minority Interest has averaged $2.2 billion across 5 years, with a median of $2.4 billion in 2016.
- The sharpest annual moves came in 2015 and 2016: Minority Interest surged 127.41% in 2015, then declined 11.81% in 2016.
- Over 5 years, Minority Interest stood at $1.9 billion in 2014, then jumped by 42.48% to $2.7 billion in 2015, then slipped by 11.81% to $2.4 billion in 2016, then dropped by 3.78% to $2.3 billion in 2017, then increased by 5.32% to $2.4 billion in 2018.
- According to Business Quant data, Minority Interest over the past three periods registered $2.4 billion, $2.4 billion, and $2.3 billion for Q2 2018, Q1 2018, and Q4 2017 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Jun 30, 2018 | 2.44 Bn |
| Mar 31, 2018 | 2.39 Bn |
| Dec 31, 2017 | 2.31 Bn |
| Sep 30, 2017 | 2.51 Bn |
| Jun 30, 2017 | 2.46 Bn |
| Mar 31, 2017 | 2.39 Bn |
| Dec 31, 2016 | 2.41 Bn |
| Sep 30, 2016 | 2.45 Bn |
| Jun 30, 2016 | 2.60 Bn |
| Mar 31, 2016 | 2.66 Bn |
| Dec 31, 2015 | 2.73 Bn |
| Sep 30, 2015 | 2.61 Bn |
| Jun 30, 2015 | 2.64 Bn |
| Mar 31, 2015 | 1.85 Bn |
| Dec 31, 2014 | 1.91 Bn |
| Sep 30, 2014 | 1.75 Bn |
| Jun 30, 2014 | 1.16 Bn |
| Mar 31, 2014 | 884.00 Mn |
| Dec 31, 2013 | 865.00 Mn |
| Sep 30, 2013 | 833.00 Mn |
Nrg Energy Minority Interest 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=minority-interest&ticker=NRG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=NRG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();