OSR Health, Inc. (OSRHW) Cash from Investing Activities (2023 - 2026)
OSR Health's (OSRHW) quarterly Cash from Investing Activities came in at -$88325.5 in Q2 2026, up 83.29% year-over-year from -$48190.2 in Q2 2025, and down 856.37% quarter-over-quarter from $11677.5 in Q1 2026.
OSR Health, Inc. (OSRHW) Cash from Investing Activities (2023 - 2026) Analysis & Trends
OSR Health has disclosed Cash from Investing Activities across 4 years of filings, most recently posting -$88325.5 for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 83.29% year-over-year to -$88325.5; the TTM figure through Jun 2026 stood at -$3.4 million (down 572.55% YoY), while the FY2025 annual figure was -$2.6 million, down 624.81% from the prior year.
- Cash from Investing Activities came in at -$88325.5 for Q2 2026 at OSR Health, down from $11677.5 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $36.4 million in Q4 2023 to a low of -$70.2 million in Q1 2023.
- Average Cash from Investing Activities over 4 years is -$3.0 million, with a median of -$38324.0 recorded in 2026.
- The largest YoY upside for Cash from Investing Activities was 423.14% in 2025 against a maximum downside of 1270.27% in 2025.
- Over 4 years, Cash from Investing Activities stood at $36.4 million in 2023, then tumbled by 100.52% to -$187812.0 in 2024, then tumbled by 1270.27% to -$2.6 million in 2025, then surged by 96.57% to -$88325.5 in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$88325.5 in Q2 2026, $11677.5 in Q1 2026, and -$2.6 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -88,325.48 |
| Mar 31, 2026 | 11,677.48 |
| Dec 31, 2025 | -2.57 Mn |
| Sep 30, 2025 | -726,632.00 |
| Jun 30, 2025 | -528,423.52 |
| Mar 31, 2025 | 1.19 Mn |
| Dec 31, 2024 | -187,812.00 |
| Sep 30, 2024 | 245,231.00 |
| Jun 30, 2024 | 219,561.00 |
| Mar 31, 2024 | 226,631.00 |
| Dec 31, 2023 | 36.38 Mn |
| Mar 31, 2023 | -70.21 Mn |
OSR Health, Inc. Cash from Investing Activities 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=cash-from-investing-activities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();