OSR Health, Inc. (OSRHW) Research & Development (2024 - 2025)
OSR Health's (OSRHW) quarterly Research & Development came in at -$1794.0 in Q3 2025, down 103.28% year-over-year from $54705.0 in Q3 2024, and down 103.35% quarter-over-quarter from $53525.0 in Q2 2025.
OSR Health, Inc. (OSRHW) Research & Development (2024 - 2025) Analysis & Trends
OSR Health has disclosed Research & Development across 2 years of filings, most recently posting -$1794.0 for Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -1,794.00 |
| Jun 30, 2025 | 53,525.00 |
| Mar 31, 2025 | 90,149.00 |
| Sep 30, 2024 | 54,705.00 |
| Jun 30, 2024 | 45,259.00 |
| Mar 31, 2024 | 46,715.00 |
OSR Health, Inc. Research & Development 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=research-and-development&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();