Brookfield Renewable Partners (BEP-PA) Non Operating Interest Expenses (2017 - 2026)
Brookfield Renewable Partners' (BEP-PA) quarterly Non Operating Interest Expenses came in at -$658.0 million in Q2 2026, down 5.45% on a YoY basis from -$695.9 million in Q2 2025, and down 2.97% quarter-over-quarter from -$639.0 million in Q1 2026.
Brookfield Renewable Partners (BEP-PA) Non Operating Interest Expenses (2017 - 2026) Analysis & Trends
Brookfield Renewable Partners (BEP-PA) has reported Non Operating Interest Expenses for 10 consecutive years, with -$658.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Interest Expenses fell 5.45% year-over-year to -$658.0 million; the trailing twelve-month figure through Jun 2026 stood at -$2.3 billion (up 2.64% YoY), and the FY2025 full-year result was -$2.5 billion, down 23.59% from the prior year.
- Non Operating Interest Expenses retreated to -$658.0 million in Q2 2026 per BEP-PA's latest filing, from -$639.0 million in the prior quarter.
- Across five years, Non Operating Interest Expenses topped out at -$240.0 million in Q3 2022 and bottomed at -$658.0 million in Q2 2026.
- Historically, Non Operating Interest Expenses has averaged -$453.2 million across 5 years, with a median of -$456.0 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Non Operating Interest Expenses sank 93.01% in 2024, then jumped 31.34% in 2025.
- Over 5 years, Non Operating Interest Expenses stood at -$285.0 million in 2022, then slipped by 15.44% to -$329.0 million in 2023, then plunged by 93.01% to -$635.0 million in 2024, then jumped by 31.34% to -$436.0 million in 2025, then plunged by 50.92% to -$658.0 million in 2026.
- According to Business Quant data, Non Operating Interest Expenses over the past three periods registered -$658.0 million, -$639.0 million, and -$436.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 312.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -903.61 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 310.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 214.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -60.37 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -658.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 105.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 43.94 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 46.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -658.00 Mn |
| Mar 31, 2026 | -639.00 Mn |
| Dec 31, 2025 | -436.00 Mn |
| Sep 30, 2025 | -586.00 Mn |
| Jun 30, 2025 | -624.00 Mn |
| Mar 31, 2025 | -609.00 Mn |
| Dec 31, 2024 | -635.00 Mn |
| Sep 30, 2024 | -514.00 Mn |
| Jun 30, 2024 | -489.00 Mn |
| Mar 31, 2024 | -476.00 Mn |
| Dec 31, 2023 | -329.00 Mn |
| Sep 30, 2023 | -370.00 Mn |
| Jun 30, 2023 | -402.00 Mn |
| Mar 31, 2023 | -306.00 Mn |
| Dec 31, 2022 | -285.00 Mn |
| Sep 30, 2022 | -239.99 Mn |
| Jun 30, 2022 | -294.00 Mn |
| Mar 31, 2022 | -266.00 Mn |
| Dec 31, 2021 | -229.00 Mn |
| Sep 30, 2021 | -231.00 Mn |
Brookfield Renewable Partners Non Operating Interest Expenses 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-interest-expenses&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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-interest-expenses&ticker=BEP-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();