OSR Health, Inc. (OSRHW) Preferred Stock Liabilities (2023 - 2024)
OSR Health's (OSRHW) quarterly Preferred Stock Liabilities came in at $1.8 million in Q4 2024, down 94.93% year-over-year from $36.4 million in Q1 2024, and down 91.06% quarter-over-quarter from $20.7 million in Q3 2024.
OSR Health, Inc. (OSRHW) Preferred Stock Liabilities (2023 - 2024) Analysis & Trends
OSR Health has disclosed Preferred Stock Liabilities across 2 years of filings, most recently posting $1.8 million for Q4 2024.
- In Q4 2024, Preferred Stock Liabilities fell 94.93% year-over-year to $1.8 million; the TTM figure through Dec 2024 stood at $1.8 million (down 94.93% YoY), while the FY2024 annual figure was $1.8 million, down 94.93% from the prior year.
- Preferred Stock Liabilities came in at $1.8 million for Q4 2024 at OSR Health, down from $20.7 million in the prior quarter.
- In the past five years, Preferred Stock Liabilities ranged from a high of $36.8 million in Q1 2024 to a low of $1.8 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 1.85 Mn |
| Sep 30, 2024 | 20.67 Mn |
| Jun 30, 2024 | 20.05 Mn |
| Mar 31, 2024 | 36.77 Mn |
| Dec 31, 2023 | 36.43 Mn |
OSR Health, Inc. Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();