OSR Health, Inc. (OSRHW) Tax Provisions (2023 - 2026)
OSR Health's (OSRHW) quarterly Tax Provisions came in at -$439503.0 in Q2 2026, up 2.83% quarter-over-quarter from -$452314.0 in Q1 2026.
OSR Health, Inc. (OSRHW) Tax Provisions (2023 - 2026) Analysis & Trends
OSR Health has disclosed Tax Provisions across 4 years of filings, most recently posting -$439503.0 for Q2 2026.
- In Q2 2026, Tax Provisions changed N/A year-over-year to -$439503.0; the TTM figure through Jun 2026 stood at -$2.7 million (changed N/A YoY), while the FY2025 annual figure was -$1.8 million, down 17.01% from the prior year.
- Tax Provisions came in at -$439503.0 for Q2 2026 at OSR Health, up from -$452314.0 in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $228565.0 in Q2 2023 to a low of -$1.3 million in Q3 2025.
- Average Tax Provisions over 4 years is -$312049.5, with a median of -$289531.5 recorded in 2024.
- The largest YoY upside for Tax Provisions was 18.71% in 2025 against a maximum downside of 827.88% in 2025.
- Over 4 years, Tax Provisions stood at $153040.0 in 2023, then tumbled by 394.42% to -$450585.0 in 2024, then decreased by 18.71% to -$534868.0 in 2025, then increased by 17.83% to -$439503.0 in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$439503.0 in Q2 2026, -$452314.0 in Q1 2026, and -$534868.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -439,503.00 |
| Mar 31, 2026 | -452,313.95 |
| Dec 31, 2025 | -534,868.00 |
| Sep 30, 2025 | -1.29 Mn |
| Dec 31, 2024 | -450,585.00 |
| Sep 30, 2024 | -139,560.00 |
| Jun 30, 2024 | -973,627.00 |
| Mar 31, 2024 | 4.00 |
| Dec 31, 2023 | 153,040.00 |
| Sep 30, 2023 | 129,885.00 |
| Jun 30, 2023 | 228,565.00 |
| Mar 31, 2023 | 29,321.00 |
OSR Health, Inc. Tax Provisions 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=tax-provisions&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();