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