OSR Health, Inc. (OSRHW) Non-Current Assets (2021 - 2026)
OSR Health's (OSRHW) quarterly Non-Current Assets came in at $163.8 million in Q2 2026, down 10.29% year-over-year from $182.5 million in Q2 2025, and down 3.25% quarter-over-quarter from $169.3 million in Q1 2026.
OSR Health, Inc. (OSRHW) Non-Current Assets (2021 - 2026) Analysis & Trends
OSR Health has disclosed Non-Current Assets across 6 years of filings, most recently posting $163.8 million for Q2 2026.
- In Q2 2026, Non-Current Assets fell 10.29% year-over-year to $163.8 million; the TTM figure through Jun 2026 stood at $675.5 million (up 23.4% YoY), while the FY2025 annual figure was $168.4 million, down 2.6% from the prior year.
- Non-Current Assets came in at $163.8 million for Q2 2026 at OSR Health, down from $169.3 million in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $182.5 million in Q2 2025 to a low of $1.1 million in Q4 2022.
- Average Non-Current Assets over 5 years is $102.2 million, with a median of $72.1 million recorded in 2023.
- Year-over-year, Non-Current Assets soared 3223.65% in 2023 and sank 71.35% in 2024.
- Over 5 years, Non-Current Assets stood at $1.1 million in 2022, then soared by 3223.65% to $36.6 million in 2023, then surged by 372.37% to $172.9 million in 2024, then fell by 2.6% to $168.4 million in 2025, then declined by 2.77% to $163.8 million in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $163.8 million in Q2 2026, $169.3 million in Q1 2026, and $168.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 163.76 Mn |
| Mar 31, 2026 | 169.26 Mn |
| Dec 31, 2025 | 168.42 Mn |
| Sep 30, 2025 | 174.09 Mn |
| Jun 30, 2025 | 182.54 Mn |
| Mar 31, 2025 | 171.08 Mn |
| Dec 31, 2024 | 172.91 Mn |
| Sep 30, 2024 | 20.89 Mn |
| Jun 30, 2024 | 20.47 Mn |
| Mar 31, 2024 | 37.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 |
| Dec 31, 2022 | 1.10 Mn |
| Dec 31, 2021 | 700,330.00 |
OSR Health, Inc. 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=non-current-assets&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-current-assets&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();