OSR Health, Inc. (OSRHW) Gains from Investment Securities (2024 - 2025)
OSR Health's (OSRHW) quarterly Gains from Investment Securities came in at $19145.0 in Q4 2025, down 83.31% year-over-year from $114691.0 in Q4 2024, and down 50.84% quarter-over-quarter from $38941.0 in Q3 2025.
OSR Health, Inc. (OSRHW) Gains from Investment Securities (2024 - 2025) Analysis & Trends
OSR Health has disclosed Gains from Investment Securities across 2 years of filings, most recently posting $19145.0 for Q4 2025.
- In Q4 2025, Gains from Investment Securities fell 83.31% year-over-year to $19145.0; the TTM figure through Dec 2025 stood at $158641.0 (changed N/A YoY), while the FY2025 annual figure was $74079.0, down 56.17% from the prior year.
- Gains from Investment Securities came in at $19145.0 for Q4 2025 at OSR Health, down from $38941.0 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $114691.0 in Q4 2024 to a low of -$14136.0 in Q3 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 19,145.00 |
| Sep 30, 2025 | 38,941.00 |
| Dec 31, 2024 | 114,691.00 |
| Sep 30, 2024 | -14,136.00 |
OSR Health, Inc. Gains from Investment Securities 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=gains-from-investment-securities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();