OSR Health, Inc. (OSRHW) Long-Term Investments (2023 - 2024)
OSR Health's (OSRHW) quarterly Long-Term Investments came in at $1.8 million in Q4 2024, down 94.95% year-over-year from $36.6 million in Q1 2024, and down 97.37% quarter-over-quarter from $70.2 million in Q3 2024.
OSR Health, Inc. (OSRHW) Long-Term Investments (2023 - 2024) Analysis & Trends
OSR Health has disclosed Long-Term Investments across 2 years of filings, most recently posting $1.8 million for Q4 2024.
- In Q4 2024, Long-Term Investments fell 94.95% year-over-year to $1.8 million; the TTM figure through Dec 2024 stood at $1.8 million (down 94.95% YoY), while the FY2024 annual figure was $1.8 million, down 94.95% from the prior year.
- Long-Term Investments came in at $1.8 million for Q4 2024 at OSR Health, down from $70.2 million in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of $72.1 million in Q3 2023 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 | 70.21 Mn |
| Jun 30, 2024 | 70.21 Mn |
| Mar 31, 2024 | 70.21 Mn |
| Dec 31, 2023 | 36.61 Mn |
| Sep 30, 2023 | 72.05 Mn |
| Jun 30, 2023 | 71.44 Mn |
| Mar 31, 2023 | 70.63 Mn |
OSR Health, Inc. Long-Term Investments 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=long-term-investments&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();