OSR Health, Inc. (OSRHW) EBIT (2022 - 2026)
OSR Health's (OSRHW) quarterly EBIT came in at -$3.0 million in Q2 2026, up 42.0% year-over-year from -$2.1 million in Q2 2025, and up 17.3% quarter-over-quarter from -$3.7 million in Q1 2026.
OSR Health, Inc. (OSRHW) EBIT (2022 - 2026) Analysis & Trends
OSR Health has disclosed EBIT across 5 years of filings, most recently posting -$3.0 million for Q2 2026.
- In Q2 2026, EBIT rose 42.0% year-over-year to -$3.0 million; the TTM figure through Jun 2026 stood at -$16.9 million (down 26.76% YoY), while the FY2025 annual figure was -$18.3 million, down 56.86% from the prior year.
- EBIT came in at -$3.0 million for Q2 2026 at OSR Health, up from -$3.7 million in the prior quarter.
- In the past five years, EBIT ranged from a high of $530029.0 in Q2 2023 to a low of -$6.4 million in Q4 2025.
- Average EBIT over 5 years is -$2.1 million, with a median of -$2.9 million recorded in 2025.
- Year-over-year, EBIT jumped 53746.66% in 2023 and sank 2512.24% in 2024.
- Over 5 years, EBIT stood at -$14252.0 in 2022, then soared by 569.18% to $66868.0 in 2023, then slumped by 2512.24% to -$1.6 million in 2024, then sank by 296.12% to -$6.4 million in 2025, then jumped by 52.53% to -$3.0 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were -$3.0 million in Q2 2026, -$3.7 million in Q1 2026, and -$6.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.03 Mn |
| Mar 31, 2026 | -3.67 Mn |
| Dec 31, 2025 | -6.39 Mn |
| Sep 30, 2025 | -3.80 Mn |
| Jun 30, 2025 | -5.23 Mn |
| Mar 31, 2025 | -2.92 Mn |
| Dec 31, 2024 | -1.61 Mn |
| Sep 30, 2024 | -3.57 Mn |
| Jun 30, 2024 | -3.21 Mn |
| Mar 31, 2024 | -3.30 Mn |
| Dec 31, 2023 | 66,868.00 |
| Sep 30, 2023 | 208,068.00 |
| Jun 30, 2023 | 530,029.00 |
| Mar 31, 2023 | 139,626.00 |
| Dec 31, 2022 | -14,252.00 |
| Sep 30, 2022 | -20,022.00 |
| Jun 30, 2022 | -988.00 |
OSR Health, Inc. EBIT 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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();