OSR Health, Inc. (OSRHW) EBT Margin (2024 - 2026)
OSR Health's (OSRHW) quarterly EBT Margin came in at 457.3% in Q2 2026, up 286.0% year-over-year from 118.47% in Q2 2025, and up 43.52% quarter-over-quarter from 809.72% in Q1 2026.
OSR Health, Inc. (OSRHW) EBT Margin (2024 - 2026) Analysis & Trends
OSR Health has disclosed EBT Margin across 3 years of filings, most recently posting 457.3% for Q2 2026.
- In Q2 2026, EBT Margin rose 286.0% year-over-year to 457.3%; the TTM figure through Jun 2026 stood at 974.9% (down 37231.0% YoY), while the FY2025 annual figure was 994.16%, down 65729.0% from the prior year.
- EBT Margin came in at 457.3% for Q2 2026 at OSR Health, up from 809.72% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 195.59% in Q4 2024 to a low of 2040.69% in Q4 2025.
- Average EBT Margin over 3 years is 733.73%, with a median of 458.73% recorded in 2025.
- Year-over-year, EBT Margin tumbled 184510 bps in 2025 and jumped 68684 bps in 2026.
- Over 3 years, EBT Margin stood at 195.59% in 2024, then plunged by 943 bps to 2040.69% in 2025, then jumped by 78 bps to 457.3% in 2026.
- Per Business Quant data, the three most recent EBT Margin figures were 457.3% in Q2 2026, 809.72% in Q1 2026, and 2040.69% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -457.30% |
| Mar 31, 2026 | -809.72% |
| Dec 31, 2025 | -2,040.69% |
| Sep 30, 2025 | -715.23% |
| Jun 30, 2025 | -460.16% |
| Mar 31, 2025 | -1,496.55% |
| Dec 31, 2024 | -195.59% |
| Sep 30, 2024 | -424.80% |
| Jun 30, 2024 | -368.68% |
| Mar 31, 2024 | -368.63% |
OSR Health, Inc. EBT 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=ebt-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();