OSR Health, Inc. (OSRHW) Profit After Tax (2022 - 2026)
OSR Health's (OSRHW) quarterly Profit After Tax came in at -$4.2 million in Q2 2026, up 20.45% year-over-year from -$3.5 million in Q2 2025, and down 19.89% quarter-over-quarter from -$3.5 million in Q1 2026.
OSR Health, Inc. (OSRHW) Profit After Tax (2022 - 2026) Analysis & Trends
OSR Health has disclosed Profit After Tax across 5 years of filings, most recently posting -$4.2 million for Q2 2026.
- In Q2 2026, Profit After Tax rose 20.45% year-over-year to -$4.2 million; the TTM figure through Jun 2026 stood at -$20.3 million (up 4.65% YoY), while the FY2025 annual figure was -$27.1 million, down 161.97% from the prior year.
- Profit After Tax came in at -$4.2 million for Q2 2026 at OSR Health, down from -$3.5 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $1.4 million in Q4 2023 to a low of -$11.4 million in Q1 2025.
- Average Profit After Tax over 5 years is -$2.7 million, with a median of -$2.3 million recorded in 2024.
- Year-over-year, Profit After Tax soared 30612.55% in 2023 and slumped 3141.9% in 2024.
- Over 5 years, Profit After Tax stood at -$14252.0 in 2022, then surged by 9730.83% to $1.4 million in 2023, then sank by 197.59% to -$1.3 million in 2024, then sank by 440.91% to -$7.2 million in 2025, then surged by 42.63% to -$4.2 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$4.2 million in Q2 2026, -$3.5 million in Q1 2026, and -$7.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.16 Mn |
| Mar 31, 2026 | -3.47 Mn |
| Dec 31, 2025 | -7.25 Mn |
| Sep 30, 2025 | -5.45 Mn |
| Jun 30, 2025 | -5.23 Mn |
| Mar 31, 2025 | -11.39 Mn |
| Dec 31, 2024 | -1.34 Mn |
| Sep 30, 2024 | -3.36 Mn |
| Jun 30, 2024 | -2.28 Mn |
| Mar 31, 2024 | -3.36 Mn |
| Dec 31, 2023 | 1.37 Mn |
| Sep 30, 2023 | -410,431.00 |
| Jun 30, 2023 | 301,464.00 |
| Mar 31, 2023 | 110,305.00 |
| Dec 31, 2022 | -14,252.00 |
| Sep 30, 2022 | -20,022.00 |
| Jun 30, 2022 | -988.00 |
OSR Health, Inc. Profit After Tax 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=profit-after-tax&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();