OSR Health, Inc. (OSRHW) EBT (2022 - 2026)
OSR Health's (OSRHW) quarterly EBT came in at -$1.4 million in Q2 2026, up 72.37% year-over-year from -$837449.6 in Q2 2025, and up 63.17% quarter-over-quarter from -$3.9 million in Q1 2026.
OSR Health, Inc. (OSRHW) EBT (2022 - 2026) Analysis & Trends
OSR Health has disclosed EBT across 5 years of filings, most recently posting -$1.4 million for Q2 2026.
- In Q2 2026, EBT rose 72.37% year-over-year to -$1.4 million; the TTM figure through Jun 2026 stood at -$17.6 million (up 19.5% YoY), while the FY2025 annual figure was -$28.9 million, down 142.91% from the prior year.
- EBT came in at -$1.4 million for Q2 2026 at OSR Health, up from -$3.9 million in the prior quarter.
- In the past five years, EBT ranged from a high of $530029.0 in Q2 2023 to a low of -$11.4 million in Q1 2025.
- Average EBT over 5 years is -$2.7 million, with a median of -$1.8 million recorded in 2024.
- Year-over-year, EBT jumped 53746.66% in 2023 and tumbled 2777.08% in 2024.
- Over 5 years, EBT stood at -$14252.0 in 2022, then soared by 569.18% to $66868.0 in 2023, then plunged by 2777.08% to -$1.8 million in 2024, then tumbled by 334.64% to -$7.8 million in 2025, then jumped by 81.45% to -$1.4 million in 2026.
- Per Business Quant data, the three most recent EBT figures were -$1.4 million in Q2 2026, -$3.9 million in Q1 2026, and -$7.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.44 Mn |
| Mar 31, 2026 | -3.92 Mn |
| Dec 31, 2025 | -7.78 Mn |
| Sep 30, 2025 | -4.49 Mn |
| Jun 30, 2025 | -5.23 Mn |
| Mar 31, 2025 | -11.39 Mn |
| Dec 31, 2024 | -1.79 Mn |
| Sep 30, 2024 | -3.50 Mn |
| Jun 30, 2024 | -3.25 Mn |
| Mar 31, 2024 | -3.36 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. EBT 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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();