OSR Health, Inc. (OSRHW) EPS (Basic) (2022 - 2026)
OSR Health's (OSRHW) quarterly EPS (Basic) came in at -$0.03 in Q2 2026, down 218.02% year-over-year from $0.02 in Q2 2025, and up 72.52% quarter-over-quarter from -$0.09 in Q1 2026.
OSR Health, Inc. (OSRHW) EPS (Basic) (2022 - 2026) Analysis & Trends
OSR Health has disclosed EPS (Basic) across 5 years of filings, most recently posting -$0.03 for Q2 2026.
- In Q2 2026, EPS (Basic) fell 218.02% year-over-year to -$0.03; the TTM figure through Jun 2026 stood at -$0.33 (up 68.62% YoY), while the FY2025 annual figure was -$0.92, up 59.95% from the prior year.
- EPS (Basic) came in at -$0.03 for Q2 2026 at OSR Health, up from -$0.09 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $0.03 in Q2 2023 to a low of -$1.04 in Q1 2025.
- Average EPS (Basic) over 5 years is -$0.22, with a median of -$0.03 recorded in 2026.
- Year-over-year, EPS (Basic) soared 5154.54% in 2023 and plunged 9719.54% in 2024.
- Over 5 years, EPS (Basic) stood at -$0.01 in 2022, then slipped by 17.97% to -$0.01 in 2023, then slumped by 2566.67% to -$0.3 in 2024, then gained by 17.31% to -$0.25 in 2025, then soared by 89.56% to -$0.03 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.03 in Q2 2026, -$0.09 in Q1 2026, and -$0.25 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.03 |
| Mar 31, 2026 | -0.09 |
| Dec 31, 2025 | -0.25 |
| Sep 30, 2025 | -0.12 |
| Jun 30, 2025 | 0.02 |
| Mar 31, 2025 | -1.04 |
| Dec 31, 2024 | -0.30 |
| Sep 30, 2024 | -0.83 |
| Jun 30, 2024 | -0.46 |
| Mar 31, 2024 | -0.60 |
| Dec 31, 2023 | -0.01 |
| Sep 30, 2023 | 0.01 |
| Jun 30, 2023 | 0.03 |
| Mar 31, 2023 | 0.02 |
| Dec 31, 2022 | -0.01 |
| Sep 30, 2022 | -0.01 |
| Jun 30, 2022 | 0.00 |
OSR Health, Inc. EPS (Basic) 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=eps-basic&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();