OSR Health, Inc. (OSRHW) Cash from Restructuring (2025)
OSR Health's (OSRHW) quarterly Cash from Restructuring came in at -$57708.0 in Q4 2025, down 162.49% quarter-over-quarter from $92341.0 in Q3 2025.
OSR Health, Inc. (OSRHW) Cash from Restructuring (2025) Analysis & Trends
OSR Health has disclosed Cash from Restructuring across 1 years of filings, most recently posting -$57708.0 for Q4 2025.
- In Q4 2025, Cash from Restructuring changed N/A year-over-year to -$57708.0; the TTM figure through Dec 2025 stood at $8.6 million (changed N/A YoY), while the FY2025 annual figure was $8.6 million, changed N/A from the prior year.
- Cash from Restructuring came in at -$57708.0 for Q4 2025 at OSR Health, down from $92341.0 in the prior quarter.
- In the past five years, Cash from Restructuring ranged from a high of $8.5 million in Q1 2025 to a low of -$57708.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -57,708.00 |
| Sep 30, 2025 | 92,341.00 |
| Jun 30, 2025 | 146,535.00 |
| Mar 31, 2025 | 8.46 Mn |
OSR Health, Inc. Cash from Restructuring 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=cash-from-restructuring&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-restructuring", "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=cash-from-restructuring&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();