OSR Health, Inc. (OSRHW) Income from Non-Controlling Interests (2025 - 2026)
OSR Health's (OSRHW) quarterly Income from Non-Controlling Interests came in at -$2.9 million in Q2 2026, up 47.98% year-over-year from -$2.0 million in Q2 2025, and down 87.68% quarter-over-quarter from -$1.5 million in Q1 2026.
OSR Health, Inc. (OSRHW) Income from Non-Controlling Interests (2025 - 2026) Analysis & Trends
OSR Health has disclosed Income from Non-Controlling Interests across 2 years of filings, most recently posting -$2.9 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 47.98% year-over-year to -$2.9 million; the TTM figure through Jun 2026 stood at -$8.7 million (changed N/A YoY), while the FY2025 annual figure was -$9.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests came in at -$2.9 million for Q2 2026 at OSR Health, down from -$1.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of -$1.5 million in Q1 2026 to a low of -$5.6 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.89 Mn |
| Mar 31, 2026 | -1.54 Mn |
| Dec 31, 2025 | -2.42 Mn |
| Sep 30, 2025 | -1.82 Mn |
| Jun 30, 2025 | -5.56 Mn |
OSR Health, Inc. Income from Non-Controlling Interests 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-non-controlling-interests&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();