OSR Health, Inc. (OSRHW) EBIT Margin (2024 - 2026)
OSR Health's (OSRHW) quarterly EBIT Margin came in at 960.79% in Q2 2026, down 50028.0% year-over-year from N/an in Q2 2025, and down 26.82% quarter-over-quarter from 757.59% in Q1 2026.
OSR Health, Inc. (OSRHW) EBIT Margin (2024 - 2026) Analysis & Trends
OSR Health has disclosed EBIT Margin across 3 years of filings, most recently posting 960.79% for Q2 2026.
- In Q2 2026, EBIT Margin fell 50028.0% year-over-year to 960.79%; the TTM figure through Jun 2026 stood at 933.97% (down 56735.0% YoY), while the FY2025 annual figure was 631.15%, down 29996.0% from the prior year.
- EBIT Margin came in at 960.79% for Q2 2026 at OSR Health, down from 757.59% in the prior quarter.
- In the past five years, EBIT Margin ranged from a high of 176.24% in Q4 2024 to a low of 1675.86% in Q4 2025.
- Average EBIT Margin over 3 years is 618.04%, with a median of 446.94% recorded in 2024.
- The largest YoY upside for EBIT Margin was 2046 bps in 2025 against a maximum downside of 149962 bps in 2025.
- Over 3 years, EBIT Margin stood at 176.24% in 2024, then tumbled by 851 bps to 1675.86% in 2025, then jumped by 43 bps to 960.79% in 2026.
- Per Business Quant data, the three most recent EBIT Margin figures were 960.79% in Q2 2026, 757.59% in Q1 2026, and 1675.86% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -960.79% |
| Mar 31, 2026 | -757.59% |
| Dec 31, 2025 | -1,675.86% |
| Sep 30, 2025 | -605.89% |
| Jun 30, 2025 | -460.51% |
| Mar 31, 2025 | -383.28% |
| Dec 31, 2024 | -176.24% |
| Sep 30, 2024 | -433.36% |
| Jun 30, 2024 | -364.03% |
| Mar 31, 2024 | -362.83% |
OSR Health, Inc. EBIT 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=ebit-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();