Brookfield Renewable Partners (BEP-PA) Cash from Investing Activities (2017 - 2026)
Brookfield Renewable Partners' (BEP-PA) quarterly Cash from Investing Activities came in at -$543.0 million in Q2 2026, up 82.29% on a YoY basis from -$297.9 million in Q2 2025, and up 82.29% quarter-over-quarter from -$3.1 billion in Q2 2025.
Brookfield Renewable Partners (BEP-PA) Cash from Investing Activities (2017 - 2026) Analysis & Trends
Brookfield Renewable Partners (BEP-PA) has reported Cash from Investing Activities for 10 consecutive years, with -$543.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 82.29% year-over-year to -$543.0 million; the trailing twelve-month figure through Jun 2026 stood at -$4.7 billion (changed 0.15% YoY), and the FY2025 full-year result was -$8.6 billion, down 27.16% from the prior year.
- Cash from Investing Activities grew to -$543.0 million in Q2 2026 per BEP-PA's latest filing, from -$3.1 billion in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$200.0 million in Q2 2023 and bottomed at -$3.1 billion in Q2 2025.
- Historically, Cash from Investing Activities has averaged -$1.0 billion across 5 years, with a median of -$543.0 million in 2026.
- The sharpest annual moves came in 2022 and 2026: Cash from Investing Activities tumbled 525.4% in 2022, then jumped 82.29% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$536.0 million in 2022, then jumped by 62.69% to -$200.0 million in 2023, then sank by 347.0% to -$894.0 million in 2024, then slumped by 242.95% to -$3.1 billion in 2025, then surged by 82.29% to -$543.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$543.0 million, -$3.1 billion, and -$894.0 million for Q2 2026, Q2 2025, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -641.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -637.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.75 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -677.15 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -543.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -553.70 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -216.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -138.15 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -355.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -543.00 Mn |
| Jun 30, 2025 | -3.07 Bn |
| Jun 30, 2024 | -894.00 Mn |
| Jun 30, 2023 | -200.00 Mn |
| Jun 30, 2022 | -536.00 Mn |
| Jun 30, 2021 | 126.00 Mn |
| Jun 30, 2020 | -81.00 Mn |
| Mar 31, 2020 | -30.79 Mn |
| Jun 30, 2019 | 5.00 Mn |
| Jun 30, 2018 | -426.00 Mn |
| Jun 30, 2017 | -37.00 Mn |
Brookfield Renewable Partners Cash from Investing Activities 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=cash-from-investing-activities&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();