OSR Health, Inc. (OSRHW) Inventory Average (2025 - 2026)
OSR Health's (OSRHW) quarterly Inventory Average came in at $528371.0 in Q2 2026, up 12.97% year-over-year from $467728.5 in Q2 2025, and up 55.76% quarter-over-quarter from $339213.0 in Q1 2026.
OSR Health, Inc. (OSRHW) Inventory Average (2025 - 2026) Analysis & Trends
OSR Health has disclosed Inventory Average across 2 years of filings, most recently posting $528371.0 for Q2 2026.
- In Q2 2026, Inventory Average rose 12.97% year-over-year to $528371.0; the TTM figure through Jun 2026 stood at $528371.0 (up 12.97% YoY), while the FY2025 annual figure was $569039.0, changed N/A from the prior year.
- Inventory Average came in at $528371.0 for Q2 2026 at OSR Health, up from $339213.0 in the prior quarter.
- In the past five years, Inventory Average ranged from a high of $829368.5 in Q1 2025 to a low of $191961.0 in Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 528,371.00 |
| Mar 31, 2026 | 339,213.00 |
| Dec 31, 2025 | 200,533.00 |
| Sep 30, 2025 | 191,961.00 |
| Jun 30, 2025 | 467,728.50 |
| Mar 31, 2025 | 829,368.50 |
OSR Health, Inc. Inventory Average 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=inventory-average&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();