OSR Health, Inc. (OSRHW) Amortization - Intangibles (2024 - 2025)
OSR Health's (OSRHW) quarterly Amortization - Intangibles came in at $2.4 million in Q3 2025, down 15.25% year-over-year from $2.8 million in Q3 2024, and up 1.49% quarter-over-quarter from $2.4 million in Q2 2025.
OSR Health, Inc. (OSRHW) Amortization - Intangibles (2024 - 2025) Analysis & Trends
OSR Health has disclosed Amortization - Intangibles across 2 years of filings, most recently posting $2.4 million for Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 2.39 Mn |
| Jun 30, 2025 | 2.35 Mn |
| Mar 31, 2025 | 2.27 Mn |
| Sep 30, 2024 | 2.82 Mn |
| Jun 30, 2024 | 2.78 Mn |
| Mar 31, 2024 | 2.90 Mn |
OSR Health, Inc. Amortization - Intangibles 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=amortization-intangibles&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "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=amortization-intangibles&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();