OSR Health, Inc. (OSRHW) Other financing activities (2023 - 2024)
OSR Health's (OSRHW) quarterly Other financing activities came in at $15000.0 in Q4 2024, down 99.97% quarter-over-quarter from $59.7 million in Q1 2023.
OSR Health, Inc. (OSRHW) Other financing activities (2023 - 2024) Analysis & Trends
OSR Health has disclosed Other financing activities across 2 years of filings, most recently posting $15000.0 for Q4 2024.
- In Q4 2024, Other financing activities changed N/A year-over-year to $15000.0; the TTM figure through Dec 2024 stood at $15000.0 (down 99.97% YoY), while the FY2024 annual figure was $15000.0, down 99.97% from the prior year.
- Other financing activities came in at $15000.0 for Q4 2024 at OSR Health, down from $59.7 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $59.7 million in Q1 2023 to a low of $15000.0 in Q4 2024.
Peer Comparison
OSR Health, Inc. Other financing activities 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=other-financing-activities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();