Brookfield Renewable Partners (BEP-PA) Non Operating Investment Income (2012 - 2018)
Brookfield Renewable Partners' (BEP-PA) quarterly Non Operating Investment Income came in at $33.0 million in Q2 2018, up 450.0% on a YoY basis from $6.0 million in Q2 2017, and down 54.79% quarter-over-quarter from $73.0 million in Q4 2017.
Brookfield Renewable Partners (BEP-PA) Non Operating Investment Income (2012 - 2018) Analysis & Trends
Brookfield Renewable Partners (BEP-PA) has reported Non Operating Investment Income for 7 consecutive years, with $33.0 million the latest figure, recorded in Q2 2018.
- For the quarter ending Q2 2018, Non Operating Investment Income rose 450.0% year-over-year to $33.0 million; the trailing twelve-month figure through Jun 2018 stood at $100.8 million (up 231.39% YoY), and the FY2017 full-year result was $33.0 million, up 992.36% from the prior year.
- Non Operating Investment Income eased to $33.0 million in Q2 2018 per BEP-PA's latest filing, from $73.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $73.0 million in Q4 2017 and bottomed at -$11.2 million in Q3 2017.
- Historically, Non Operating Investment Income has averaged $8.5 million across 5 years, with a median of $2.1 million in 2015.
- The sharpest annual moves came in 2016 and 2017: Non Operating Investment Income plunged 300.75% in 2016, then jumped 873.73% in 2017.
- Over 5 years, Non Operating Investment Income stood at $5.0 million in 2014, then plunged by 260.0% to -$8.0 million in 2015, then surged by 193.71% to $7.5 million in 2016, then surged by 873.73% to $73.0 million in 2017, then slumped by 54.79% to $33.0 million in 2018.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $33.0 million, $73.0 million, and -$11.2 million for Q2 2018, Q4 2017, and Q3 2017 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | 33.00 Mn |
| Dec 31, 2017 | 73.00 Mn |
| Sep 30, 2017 | -11.16 Mn |
| Jun 30, 2017 | 6.00 Mn |
| Mar 31, 2017 | 20.00 Mn |
| Dec 31, 2016 | 7.50 Mn |
| Sep 30, 2016 | -3.07 Mn |
| Jun 30, 2016 | -1.55 Mn |
| Dec 31, 2015 | -8.00 Mn |
| Sep 30, 2015 | -765,671.70 |
| Mar 31, 2015 | -6.47 Mn |
| Dec 31, 2014 | 5.00 Mn |
| Sep 30, 2014 | 9.00 Mn |
| Jun 30, 2014 | -4.00 Mn |
| Dec 31, 2013 | 30.00 Mn |
| Sep 30, 2013 | 11.00 Mn |
| Dec 31, 2012 | 2.00 Mn |
| Sep 30, 2012 | 3.00 Mn |
Brookfield Renewable Partners Non Operating Investment Income 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=non-operating-investment-income&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "BEP-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();