OSR Health, Inc. (OSRHW) Net Income (2022 - 2026)
OSR Health's (OSRHW) quarterly Net Income came in at -$1.0 million in Q2 2026, up 80.78% year-over-year from -$555377.8 in Q2 2025, and up 71.04% quarter-over-quarter from -$3.5 million in Q1 2026.
OSR Health, Inc. (OSRHW) Net Income (2022 - 2026) Analysis & Trends
OSR Health has disclosed Net Income across 5 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Net Income rose 80.78% year-over-year to -$1.0 million; the TTM figure through Jun 2026 stood at -$14.9 million (up 30.04% YoY), while the FY2025 annual figure was -$27.1 million, down 161.97% from the prior year.
- Net Income came in at -$1.0 million for Q2 2026 at OSR Health, up from -$3.5 million in the prior quarter.
- In the past five years, Net Income ranged from a high of $301464.0 in Q2 2023 to a low of -$11.4 million in Q1 2025.
- Average Net Income over 5 years is -$2.4 million, with a median of -$1.3 million recorded in 2024.
- Year-over-year, Net Income soared 30612.55% in 2023 and plunged 4393.18% in 2024.
- Over 5 years, Net Income 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 440.91% to -$7.2 million in 2025, then soared by 86.14% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Net Income figures were -$1.0 million in Q2 2026, -$3.5 million in Q1 2026, and -$7.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.00 Mn |
| Mar 31, 2026 | -3.47 Mn |
| Dec 31, 2025 | -7.25 Mn |
| Sep 30, 2025 | -3.19 Mn |
| Jun 30, 2025 | -5.23 Mn |
| 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 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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();