Ballard Power Systems (BLDP) Income towards Parent Company (2009 - 2026)
Ballard Power Systems' (BLDP) quarterly Income towards Parent Company came in at -$20.2 million in Q2 2026, up 16.52% year-over-year from -$17.4 million in Q2 2025, and down 97.31% quarter-over-quarter from -$10.3 million in Q1 2026.
Ballard Power Systems (BLDP) Income towards Parent Company (2009 - 2026) Analysis & Trends
Ballard Power Systems (BLDP) has reported Income towards Parent Company for 18 consecutive years, with -$20.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company rose 16.52% year-over-year to -$20.2 million in Q2 2026; TTM through Jun 2026 was -$76.1 million, a 74.36% increase from a year earlier, with the FY2025 full-year figure at -$90.8 million, up 71.97% from the prior year.
- Income towards Parent Company was -$20.2 million for Q2 2026 at Ballard Power Systems, down from -$10.3 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at -$10.3 million in Q1 2026 and troughed at -$205.0 million in Q3 2024.
- A 5-year average of -$44.1 million and a median of -$32.7 million in 2023 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company tumbled 228.48% in 2024 and soared 86.31% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at -$30.8 million in 2022, then slumped by 66.13% to -$51.2 million in 2023, then increased by 9.32% to -$46.5 million in 2024, then soared by 62.28% to -$17.5 million in 2025, then fell by 15.42% to -$20.2 million in 2026.
- The last three Income towards Parent Company figures came in at -$20.2 million (Q2 2026), -$10.3 million (Q1 2026), and -$17.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bloom Energy | 77.91 Bn | 75.27 Bn | 355.57 Mn |
| 2 | Fuelcell Energy | 1.45 Bn | 797.66 Mn | -24.50 Mn |
| 3 | Ballard Power Systems | 652.70 Mn | 147.56 Mn | 4.08 Mn |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.23 Mn |
| Mar 31, 2026 | -10.25 Mn |
| Dec 31, 2025 | -17.53 Mn |
| Sep 30, 2025 | -28.07 Mn |
| Jun 30, 2025 | -24.23 Mn |
| Mar 31, 2025 | -21.00 Mn |
| Dec 31, 2024 | -46.47 Mn |
| Sep 30, 2024 | -205.02 Mn |
| Jun 30, 2024 | -31.33 Mn |
| Mar 31, 2024 | -41.22 Mn |
| Dec 31, 2023 | -51.25 Mn |
| Sep 30, 2023 | -62.41 Mn |
| Jun 30, 2023 | -30.10 Mn |
| Mar 31, 2023 | -34.12 Mn |
| Dec 31, 2022 | -30.85 Mn |
| Sep 30, 2022 | -42.88 Mn |
| Jun 30, 2022 | -55.62 Mn |
| Mar 31, 2022 | -40.80 Mn |
| Dec 31, 2021 | -43.83 Mn |
| Sep 30, 2021 | -30.84 Mn |
Ballard Power Systems Income towards Parent Company 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-towards-parent-company&ticker=BLDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "ticker": "BLDP", "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-towards-parent-company&ticker=BLDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();