OSR Health, Inc. (OSRHW) Change in Cash (2022 - 2026)
OSR Health's (OSRHW) quarterly Change in Cash came in at -$35853.3 in Q2 2026, up 70.01% year-over-year from -$21088.9 in Q2 2025, and up 25.58% quarter-over-quarter from -$48177.7 in Q1 2026.
OSR Health, Inc. (OSRHW) Change in Cash (2022 - 2026) Analysis & Trends
OSR Health has disclosed Change in Cash across 5 years of filings, most recently posting -$35853.3 for Q2 2026.
- In Q2 2026, Change in Cash rose 70.01% year-over-year to -$35853.3; the TTM figure through Jun 2026 stood at $161762.0 (down 83.84% YoY), while the FY2025 annual figure was $1.4 million, up 964.95% from the prior year.
- Change in Cash came in at -$35853.3 for Q2 2026 at OSR Health, up from -$48177.7 in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $1.3 million in Q1 2025 to a low of -$431931.0 in Q4 2025.
- Average Change in Cash over 5 years is $67683.1, with a median of -$5562.0 recorded in 2024.
- The largest YoY upside for Change in Cash was 22949.74% in 2025 against a maximum downside of 2118.41% in 2025.
- Over 5 years, Change in Cash stood at $55666.0 in 2022, then slumped by 176.41% to -$42536.0 in 2023, then slipped by 11.27% to -$47328.0 in 2024, then slumped by 812.63% to -$431931.0 in 2025, then surged by 91.7% to -$35853.3 in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$35853.3 in Q2 2026, -$48177.7 in Q1 2026, and -$431931.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -35,853.27 |
| Mar 31, 2026 | -48,177.73 |
| Dec 31, 2025 | -431,931.00 |
| Sep 30, 2025 | 677,724.00 |
| Jun 30, 2025 | -119,550.37 |
| Mar 31, 2025 | 1.27 Mn |
| Dec 31, 2024 | -47,328.00 |
| Sep 30, 2024 | -103,250.00 |
| Jun 30, 2024 | -5,389.00 |
| Mar 31, 2024 | -5,562.00 |
| Dec 31, 2023 | -42,536.00 |
| Sep 30, 2023 | 56,774.00 |
| Jun 30, 2023 | -347,621.00 |
| Mar 31, 2023 | 224,301.00 |
| Dec 31, 2022 | 55,666.00 |
| Sep 30, 2022 | -5,339.00 |
| Jun 30, 2022 | 57,782.00 |
OSR Health, Inc. Change in Cash 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=change-in-cash&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();