OSR Health, Inc. (OSRHW) Other Non-Current Assets (2021 - 2023)
OSR Health's (OSRHW) quarterly Other Non-Current Assets came in at $4.8 million in Q4 2023, up 335.02% year-over-year from $1.1 million in Q4 2022, and little changed quarter-over-quarter from $4.8 million in Q3 2023.
OSR Health, Inc. (OSRHW) Other Non-Current Assets (2021 - 2023) Analysis & Trends
OSR Health has disclosed Other Non-Current Assets across 3 years of filings, most recently posting $4.8 million for Q4 2023.
- In Q4 2023, Other Non-Current Assets rose 335.02% year-over-year to $4.8 million; the TTM figure through Dec 2023 stood at $4.8 million (up 335.02% YoY), while the FY2023 annual figure was $4.8 million, up 335.02% from the prior year.
- Other Non-Current Assets came in at $4.8 million for Q4 2023 at OSR Health, roughly flat from $4.8 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $4.8 million in Q1 2023 to a low of $148512.0 in Q2 2022.
- Average Other Non-Current Assets over 3 years is $2.7 million, with a median of $2.9 million recorded in 2022.
- Year-over-year, Other Non-Current Assets soared 57.26% in 2022 and surged 3126.09% in 2023.
- Over 3 years, Other Non-Current Assets stood at $700330.0 in 2021, then soared by 57.26% to $1.1 million in 2022, then surged by 335.02% to $4.8 million in 2023.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $4.8 million in Q4 2023, $4.8 million in Q3 2023, and $4.8 million in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 4.79 Mn |
| Sep 30, 2023 | 4.79 Mn |
| Jun 30, 2023 | 4.79 Mn |
| Mar 31, 2023 | 4.79 Mn |
| Dec 31, 2022 | 1.10 Mn |
| Sep 30, 2022 | 248,029.00 |
| Jun 30, 2022 | 148,512.00 |
| Dec 31, 2021 | 700,330.00 |
OSR Health, Inc. Other Non-Current Assets 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-non-current-assets&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-non-current-assets&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();