OSR Health, Inc. (OSRHW) Net Income towards Common Stockholders (2022 - 2026)
OSR Health's (OSRHW) quarterly Net Income towards Common Stockholders came in at -$848905.0 in Q2 2026, down 356.15% year-over-year from $331414.0 in Q2 2025, and up 71.04% quarter-over-quarter from -$2.9 million in Q1 2026.
OSR Health, Inc. (OSRHW) Net Income towards Common Stockholders (2022 - 2026) Analysis & Trends
OSR Health has disclosed Net Income towards Common Stockholders across 5 years of filings, most recently posting -$848905.0 for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders fell 356.15% year-over-year to -$848905.0; the TTM figure through Jun 2026 stood at -$10.7 million (up 31.91% YoY), while the FY2025 annual figure was -$18.0 million, down 74.37% from the prior year.
- Net Income towards Common Stockholders came in at -$848905.0 for Q2 2026 at OSR Health, up from -$2.9 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $331414.0 in Q2 2025 to a low of -$11.4 million in Q1 2025.
- Average Net Income towards Common Stockholders over 5 years is -$1.9 million, with a median of -$848905.0 recorded in 2026.
- Year-over-year, Net Income towards Common Stockholders soared 30612.55% in 2023 and sank 4393.17% in 2024.
- Over 5 years, Net Income towards Common Stockholders stood at -$14252.0 in 2022, then slumped by 504.63% to -$86172.0 in 2023, then plunged by 1454.48% to -$1.3 million in 2024, then sank by 260.05% to -$4.8 million in 2025, then surged by 82.4% to -$848905.0 in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$848905.0 in Q2 2026, -$2.9 million in Q1 2026, and -$4.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -848,905.00 |
| Mar 31, 2026 | -2.93 Mn |
| Dec 31, 2025 | -4.82 Mn |
| Sep 30, 2025 | -2.13 Mn |
| Jun 30, 2025 | 331,414.00 |
| Mar 31, 2025 | -11.39 Mn |
| Dec 31, 2024 | -1.34 Mn |
| Sep 30, 2024 | -3.36 Mn |
| Jun 30, 2024 | -2.28 Mn |
| Mar 31, 2024 | -3.36 Mn |
| Dec 31, 2023 | -86,172.00 |
| Sep 30, 2023 | 78,183.00 |
| Jun 30, 2023 | 301,464.00 |
| Mar 31, 2023 | 110,305.00 |
| Dec 31, 2022 | -14,252.00 |
| Sep 30, 2022 | -20,022.00 |
| Jun 30, 2022 | -988.00 |
OSR Health, Inc. Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "OSRHW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();