Analysts expect OSR Health, Inc. to report revenue of 809,343.60 for Q3 26, against a range of 743,524.54 to 875,162.66. The most recent reported quarter, Q2 26, came in at 315,669.00, a 60.5% miss against the 800,092.80 consensus.
| Metric | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 |
|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.14 M | 627,747.00 | 381,269.00 | 484,057.41 | 315,669.00 | - | - |
| High Estimate | - | 774,360.92 | 779,602.36 | 845,326.81 | 858,550.78 | 875,162.66 | 824,215.75 |
| Low Estimate | - | 708,224.28 | 644,462.84 | 783,047.99 | 741,634.82 | 743,524.54 | 771,118.25 |
| Consensus Estimate | - | 741,292.60 | 712,032.60 | 814,187.40 | 800,092.80 | 809,343.60 | 797,667.00 |
Analysts expect OSR Health, Inc. to report earnings per share of -0.28 for Q3 26, against a range of -0.30 to -0.26. The most recent reported quarter, Q2 26, came in at -0.03, a 91.1% beat against the -0.29 consensus.
| Metric | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 |
|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.26 | -0.12 | -0.25 | -0.09 | -0.03 | - | - |
| High Estimate | - | -0.10 | -0.09 | -0.29 | -0.27 | -0.26 | -0.26 |
| Low Estimate | - | -0.12 | -0.11 | -0.31 | -0.31 | -0.30 | -0.28 |
| Consensus Estimate | - | -0.11 | -0.10 | -0.30 | -0.29 | -0.28 | -0.27 |
Pull Wall Street consensus for OSR Health, Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=OSRHW&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "OSRHW", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=OSRHW&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();