OSR Health, Inc. (OSRHW) Minority Interest (2025 - 2026)
OSR Health's (OSRHW) quarterly Minority Interest came in at $20.6 million in Q2 2026, down 62.78% year-over-year from $55.5 million in Q2 2025, and down 12.28% quarter-over-quarter from $23.5 million in Q1 2026.
OSR Health, Inc. (OSRHW) Minority Interest (2025 - 2026) Analysis & Trends
OSR Health has disclosed Minority Interest across 2 years of filings, most recently posting $20.6 million for Q2 2026.
- In Q2 2026, Minority Interest fell 62.78% year-over-year to $20.6 million; the TTM figure through Jun 2026 stood at $20.6 million (down 62.78% YoY), while the FY2025 annual figure was $49.4 million, changed N/A from the prior year.
- Minority Interest came in at $20.6 million for Q2 2026 at OSR Health, down from $23.5 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $56.5 million in Q1 2025 to a low of $20.6 million in Q2 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.64 Mn |
| Mar 31, 2026 | 23.53 Mn |
| Dec 31, 2025 | 49.40 Mn |
| Sep 30, 2025 | 52.21 Mn |
| Jun 30, 2025 | 55.45 Mn |
| Mar 31, 2025 | 56.52 Mn |
OSR Health, Inc. Minority Interest 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=minority-interest&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();