OSR Health, Inc. (OSRHW) Acquisitions (2025 - 2026)
OSR Health's (OSRHW) quarterly Acquisitions came in at $135.71 in Q2 2026, up 100.65% year-over-year from $67.63 in Q2 2025, and up 101.26% quarter-over-quarter from -$10754.7 in Q1 2026.
OSR Health, Inc. (OSRHW) Acquisitions (2025 - 2026) Analysis & Trends
OSR Health has disclosed Acquisitions across 2 years of filings, most recently posting $135.71 for Q2 2026.
- In Q2 2026, Acquisitions rose 100.65% year-over-year to $135.71; the TTM figure through Jun 2026 stood at -$15525.0 (changed N/A YoY), while the FY2025 annual figure was -$1.2 million, changed N/A from the prior year.
- Acquisitions came in at $135.71 for Q2 2026 at OSR Health, up from -$10754.7 in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $8175.0 in Q4 2025 to a low of -$1.2 million in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 135.71 |
| Mar 31, 2026 | -10,754.71 |
| Dec 31, 2025 | 8,175.00 |
| Sep 30, 2025 | -13,081.00 |
| Jun 30, 2025 | -20,759.20 |
| Mar 31, 2025 | -1.20 Mn |
OSR Health, Inc. Acquisitions 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=acquisitions&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();