OSR Health, Inc. (OSRHW) Non-Current Deffered Revenue (2023 - 2024)
OSR Health's (OSRHW) quarterly Non-Current Deffered Revenue came in at $2.1 million in Q4 2024, little changed year-over-year from $2.1 million in Q1 2024, and little changed quarter-over-quarter from $2.1 million in Q3 2024.
OSR Health, Inc. (OSRHW) Non-Current Deffered Revenue (2023 - 2024) Analysis & Trends
OSR Health has disclosed Non-Current Deffered Revenue across 2 years of filings, most recently posting $2.1 million for Q4 2024.
- In Q4 2024, Non-Current Deffered Revenue changed 0.0% year-over-year to $2.1 million; the TTM figure through Dec 2024 stood at $2.1 million (changed 0.0% YoY), while the FY2024 annual figure was $2.1 million, changed 0.0% from the prior year.
- Non-Current Deffered Revenue came in at $2.1 million for Q4 2024 at OSR Health, roughly flat from $2.1 million in the prior quarter.
- In the past five years, Non-Current Deffered Revenue ranged from a high of $2.1 million in Q1 2023 to a low of $2.1 million in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 2.07 Mn |
| Sep 30, 2024 | 2.07 Mn |
| Jun 30, 2024 | 2.07 Mn |
| Mar 31, 2024 | 2.07 Mn |
| Dec 31, 2023 | 2.07 Mn |
| Sep 30, 2023 | 2.07 Mn |
| Jun 30, 2023 | 2.07 Mn |
| Mar 31, 2023 | 2.07 Mn |
OSR Health, Inc. Non-Current Deffered Revenue 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=non-current-deffered-revenue&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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=non-current-deffered-revenue&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();