Sunhydrogen (HYSR) Operating Income (2010 - 2026)
Sunhydrogen's (HYSR) quarterly Operating Income came in at -$1.7 million in Q1 2026, up 19.11% year-over-year from -$1.5 million in Q1 2025, and down 3.62% quarter-over-quarter from -$1.7 million in Q4 2025.
Sunhydrogen (HYSR) Operating Income (2010 - 2026) Analysis & Trends
Sunhydrogen has disclosed Operating Income across 17 years of filings, most recently posting -$1.7 million for Q1 2026.
- In Q1 2026, Operating Income rose 19.11% year-over-year to -$1.7 million; the TTM figure through Mar 2026 stood at -$6.7 million (down 25.61% YoY), while the FY2025 annual figure was -$5.8 million, down 16.29% from the prior year.
- Operating Income came in at -$1.7 million for Q1 2026 at Sunhydrogen, down from -$1.7 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of -$638703.0 in Q3 2022 to a low of -$5.1 million in Q4 2022.
- Average Operating Income over 5 years is -$1.7 million, with a median of -$1.4 million recorded in 2025.
- Year-over-year, Operating Income sank 586.26% in 2022 and jumped 75.01% in 2023.
- Over 5 years, Operating Income stood at -$5.1 million in 2022, then jumped by 75.01% to -$1.3 million in 2023, then gained by 0.55% to -$1.3 million in 2024, then tumbled by 32.65% to -$1.7 million in 2025, then slipped by 3.62% to -$1.7 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were -$1.7 million in Q1 2026, -$1.7 million in Q4 2025, and -$1.9 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Bloom Energy | 81.10 Bn | 78.46 Bn | 355.57 Mn | 182.24 Mn |
| 2 | Fuelcell Energy | 1.43 Bn | 777.67 Mn | -24.50 Mn | -46.66 Mn |
| 3 | Ballard Power Systems | 673.76 Mn | 168.61 Mn | 4.08 Mn | -16.84 Mn |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 | -1.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.73 Mn |
| Dec 31, 2025 | -1.67 Mn |
| Sep 30, 2025 | -1.92 Mn |
| Jun 30, 2025 | -1.38 Mn |
| Mar 31, 2025 | -2.14 Mn |
| Dec 31, 2024 | -1.26 Mn |
| Sep 30, 2024 | -1.04 Mn |
| Jun 30, 2024 | -905,829.00 |
| Mar 31, 2024 | -1.83 Mn |
| Dec 31, 2023 | -1.26 Mn |
| Sep 30, 2023 | -998,730.00 |
| Jun 30, 2023 | -2.29 Mn |
| Mar 31, 2023 | -1.28 Mn |
| Dec 31, 2022 | -5.06 Mn |
| Sep 30, 2022 | -638,703.00 |
| Jun 30, 2022 | -1.01 Mn |
| Mar 31, 2022 | -2.13 Mn |
| Dec 31, 2021 | -737,611.00 |
| Sep 30, 2021 | -599,766.00 |
| Jun 30, 2021 | -671,865.00 |
Sunhydrogen Operating 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=operating-income&ticker=HYSR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=HYSR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();