OSR Health, Inc. (OSRHW) Operating Income (2024 - 2026)
OSR Health's (OSRHW) quarterly Operating Income came in at -$3.0 million in Q2 2026, up 42.0% year-over-year from -$2.1 million in Q2 2025, and up 17.3% quarter-over-quarter from -$3.7 million in Q1 2026.
OSR Health, Inc. (OSRHW) Operating Income (2024 - 2026) Analysis & Trends
OSR Health has disclosed Operating Income across 3 years of filings, most recently posting -$3.0 million for Q2 2026.
- In Q2 2026, Operating Income rose 42.0% year-over-year to -$3.0 million; the TTM figure through Jun 2026 stood at -$16.9 million (down 26.76% YoY), while the FY2025 annual figure was -$18.3 million, down 56.86% from the prior year.
- Operating Income came in at -$3.0 million for Q2 2026 at OSR Health, up from -$3.7 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of -$1.6 million in Q4 2024 to a low of -$6.4 million in Q4 2025.
- Average Operating Income over 3 years is -$3.7 million, with a median of -$3.4 million recorded in 2024.
- Year-over-year, Operating Income plunged 296.12% in 2025 and soared 42.0% in 2026.
- Over 3 years, Operating Income stood at -$1.6 million in 2024, then sank by 296.12% to -$6.4 million in 2025, then jumped by 52.53% to -$3.0 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were -$3.0 million in Q2 2026, -$3.7 million in Q1 2026, and -$6.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.03 Mn |
| Mar 31, 2026 | -3.67 Mn |
| Dec 31, 2025 | -6.39 Mn |
| Sep 30, 2025 | -3.80 Mn |
| Jun 30, 2025 | -5.23 Mn |
| Mar 31, 2025 | -2.92 Mn |
| Dec 31, 2024 | -1.61 Mn |
| Sep 30, 2024 | -3.57 Mn |
| Jun 30, 2024 | -3.21 Mn |
| Mar 31, 2024 | -3.30 Mn |
OSR Health, Inc. 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=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();