Sunhydrogen (HYSR) Income towards Parent Company (2010 - 2026)
Sunhydrogen's (HYSR) quarterly Income towards Parent Company came in at -$1.4 million in Q1 2026, up 18.74% year-over-year from -$1.2 million in Q1 2025, and down 1.54% quarter-over-quarter from -$1.4 million in Q4 2025.
Sunhydrogen (HYSR) Income towards Parent Company (2010 - 2026) Analysis & Trends
Sunhydrogen has disclosed Income towards Parent Company across 17 years of filings, most recently posting -$1.4 million for Q1 2026.
- In Q1 2026, Income towards Parent Company rose 18.74% year-over-year to -$1.4 million; the TTM figure through Mar 2026 stood at -$5.3 million (down 52.42% YoY), while the FY2025 annual figure was -$4.1 million, down 36.35% from the prior year.
- Income towards Parent Company came in at -$1.4 million for Q1 2026 at Sunhydrogen, down from -$1.4 million in the prior quarter.
- In the past five years, Income towards Parent Company ranged from a high of -$372236.0 in Q2 2024 to a low of -$4.9 million in Q4 2022.
- Average Income towards Parent Company over 5 years is -$1.4 million, with a median of -$1.1 million recorded in 2022.
- Year-over-year, Income towards Parent Company slumped 459.79% in 2022 and jumped 84.12% in 2023.
- Over 5 years, Income towards Parent Company stood at -$4.9 million in 2022, then jumped by 84.12% to -$781612.0 in 2023, then declined by 4.7% to -$818380.0 in 2024, then tumbled by 70.16% to -$1.4 million in 2025, then dropped by 1.54% to -$1.4 million in 2026.
- Per Business Quant data, the three most recent Income towards Parent Company figures were -$1.4 million in Q1 2026, -$1.4 million in Q4 2025, and -$1.5 million in Q3 2025.
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 |
|---|---|
| Mar 31, 2026 | -1.41 Mn |
| Dec 31, 2025 | -1.39 Mn |
| Sep 30, 2025 | -1.55 Mn |
| Jun 30, 2025 | -963,700.00 |
| Mar 31, 2025 | -1.74 Mn |
| Dec 31, 2024 | -818,380.00 |
| Sep 30, 2024 | -557,247.00 |
| Jun 30, 2024 | -372,236.00 |
| Mar 31, 2024 | -1.31 Mn |
| Dec 31, 2023 | -781,612.00 |
| Sep 30, 2023 | -524,812.00 |
| Jun 30, 2023 | -2.10 Mn |
| Mar 31, 2023 | -788,008.00 |
| Dec 31, 2022 | -4.92 Mn |
| Sep 30, 2022 | -662,055.00 |
| Jun 30, 2022 | -1.13 Mn |
| Mar 31, 2022 | -2.26 Mn |
| Dec 31, 2021 | -879,223.00 |
| Sep 30, 2021 | -744,304.00 |
| Jun 30, 2021 | -703,704.00 |
Sunhydrogen 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=HYSR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "ticker": "HYSR", "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=HYSR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();