OSR Health, Inc. (OSRHW) Net Margin (2024 - 2026)
OSR Health's (OSRHW) quarterly Net Margin came in at 268.92% in Q2 2026, down 29811.0% year-over-year from N/an in Q2 2025, and up 55.59% quarter-over-quarter from 605.6% in Q1 2026.
OSR Health, Inc. (OSRHW) Net Margin (2024 - 2026) Analysis & Trends
OSR Health has disclosed Net Margin across 3 years of filings, most recently posting 268.92% for Q2 2026.
- In Q2 2026, Net Margin fell 29811.0% year-over-year to 268.92%; the TTM figure through Jun 2026 stood at 593.22% (down 15973.0% YoY), while the FY2025 annual figure was 619.82%, down 32725.0% from the prior year.
- Net Margin came in at 268.92% for Q2 2026 at OSR Health, up from 605.6% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 29.19% in Q2 2025 to a low of 1496.55% in Q1 2025.
- Average Net Margin over 3 years is 512.67%, with a median of 353.7% recorded in 2024.
- Year-over-year, Net Margin plunged 112792 bps in 2025 and surged 89095 bps in 2026.
- Over 3 years, Net Margin stood at 146.36% in 2024, then plunged by 764 bps to 1264.96% in 2025, then surged by 79 bps to 268.92% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 268.92% in Q2 2026, 605.6% in Q1 2026, and 1264.96% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -268.92% |
| Mar 31, 2026 | -605.60% |
| Dec 31, 2025 | -1,264.96% |
| Sep 30, 2025 | -338.77% |
| Jun 30, 2025 | 29.19% |
| Mar 31, 2025 | -1,496.55% |
| Dec 31, 2024 | -146.36% |
| Sep 30, 2024 | -407.84% |
| Jun 30, 2024 | -258.27% |
| Mar 31, 2024 | -368.63% |
OSR Health, Inc. Net Margin 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=net-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();