OSR Health, Inc. (OSRHW) Income from Continuing Operations (2022 - 2026)
OSR Health's (OSRHW) quarterly Income from Continuing Operations 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) Income from Continuing Operations (2022 - 2026) Analysis & Trends
OSR Health has disclosed Income from Continuing Operations across 5 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations 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.
- Income from Continuing Operations 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, Income from Continuing Operations ranged from a high of $301464.0 in Q2 2023 to a low of -$11.4 million in Q1 2025.
- Average Income from Continuing Operations over 5 years is -$2.4 million, with a median of -$1.3 million recorded in 2024.
- Year-over-year, Income from Continuing Operations soared 30612.55% in 2023 and plunged 4393.18% in 2024.
- Over 5 years, Income from Continuing Operations 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 Income from Continuing Operations 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. Income from Continuing Operations 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=income-from-continuing-operations&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();