Sunhydrogen (HYSR) Other Non Operating Income (2013 - 2026)
Sunhydrogen's (HYSR) quarterly Other Non Operating Income came in at $26973.0 in Q1 2026, down 93.25% year-over-year from $399750.0 in Q1 2025, and down 93.25% quarter-over-quarter from $399750.0 in Q1 2025.
Sunhydrogen (HYSR) Other Non Operating Income (2013 - 2026) Analysis & Trends
Sunhydrogen has disclosed Other Non Operating Income across 14 years of filings, most recently posting $26973.0 for Q1 2026.
- In Q1 2026, Other Non Operating Income fell 93.25% year-over-year to $26973.0; the TTM figure through Mar 2026 stood at -$2.8 million (up 44.22% YoY), while the FY2023 annual figure was $9.2 million, down 90.41% from the prior year.
- Other Non Operating Income came in at $26973.0 for Q1 2026 at Sunhydrogen, down from $399750.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $13.5 million in Q2 2022 to a low of -$2.2 million in Q4 2024.
- Average Other Non Operating Income over 5 years is $1.9 million, with a median of $399750.0 recorded in 2025.
- Year-over-year, Other Non Operating Income jumped 218.66% in 2023 and slumped 283.5% in 2024.
- Over 5 years, Other Non Operating Income stood at $1.4 million in 2022, then plunged by 225.46% to -$1.8 million in 2023, then retreated by 25.47% to -$2.2 million in 2024, then surged by 118.06% to $399750.0 in 2025, then slumped by 93.25% to $26973.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $26973.0 in Q1 2026, $399750.0 in Q1 2025, and -$2.2 million in Q4 2024.
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 | 26,973.00 |
| Mar 31, 2025 | 399,750.00 |
| Dec 31, 2024 | -2.21 Mn |
| Sep 30, 2024 | -1.01 Mn |
| Mar 31, 2024 | -2.19 Mn |
| Dec 31, 2023 | -1.76 Mn |
| Sep 30, 2023 | 550,618.00 |
| Jun 30, 2023 | 2.14 Mn |
| Mar 31, 2023 | 6.12 Mn |
| Dec 31, 2022 | 1.41 Mn |
| Sep 30, 2022 | -464,037.00 |
| Jun 30, 2022 | 13.54 Mn |
| Mar 31, 2022 | 7.81 Mn |
| Dec 31, 2021 | 26.14 Mn |
| Sep 30, 2021 | 49.35 Mn |
| Jun 30, 2021 | 66.98 Mn |
| Mar 31, 2021 | -18.60 Mn |
| Dec 31, 2020 | -122.14 Mn |
| Sep 30, 2020 | -1.38 Mn |
| Jun 30, 2020 | -51.89 Mn |
Sunhydrogen Other Non 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=other-non-operating-income&ticker=HYSR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=HYSR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();