OSR Health, Inc. (OSRHW) Other Working Capital Changes (2024 - 2026)
OSR Health's (OSRHW) quarterly Other Working Capital Changes came in at -$7617.0 in Q2 2026, up 45.16% year-over-year from -$5247.4 in Q2 2025, and up 28.0% quarter-over-quarter from -$10579.0 in Q1 2026.
OSR Health, Inc. (OSRHW) Other Working Capital Changes (2024 - 2026) Analysis & Trends
OSR Health has disclosed Other Working Capital Changes across 3 years of filings, most recently posting -$7617.0 for Q2 2026.
- In Q2 2026, Other Working Capital Changes rose 45.16% year-over-year to -$7617.0; the TTM figure through Jun 2026 stood at -$45728.0 (up 33.35% YoY), while the FY2025 annual figure was -$54844.0, up 25.57% from the prior year.
- Other Working Capital Changes came in at -$7617.0 for Q2 2026 at OSR Health, up from -$10579.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $115445.0 in Q2 2024 to a low of -$320437.0 in Q4 2025.
- Average Other Working Capital Changes over 3 years is -$26132.4, with a median of $5447.9 recorded in 2024.
- The largest YoY upside for Other Working Capital Changes was 52.03% in 2025 against a maximum downside of 2.62% in 2025.
- Over 3 years, Other Working Capital Changes stood at -$14128.0 in 2024, then dropped by 2.62% to -$14498.0 in 2025, then jumped by 47.46% to -$7617.0 in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$7617.0 in Q2 2026, -$10579.0 in Q1 2026, and -$14498.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 67,639.29 |
| Jun 30, 2026 | 67,639.29 |
| Mar 31, 2026 | 6,216.71 |
| Mar 31, 2026 | 6,216.71 |
| Dec 31, 2025 | -320,437.00 |
| Dec 31, 2025 | -320,437.00 |
| Sep 30, 2025 | -21,622.00 |
| Sep 30, 2025 | -21,622.00 |
| Jun 30, 2025 | -20,184.99 |
| Jun 30, 2025 | -20,184.99 |
| Mar 31, 2025 | 11,598.99 |
| Mar 31, 2025 | 11,598.99 |
| Dec 31, 2024 | 4,679.00 |
| Dec 31, 2024 | 4,679.00 |
| Sep 30, 2024 | -142,398.00 |
| Sep 30, 2024 | -142,398.00 |
| Jun 30, 2024 | 115,445.00 |
| Jun 30, 2024 | 115,445.00 |
| Mar 31, 2024 | 37,739.00 |
| Mar 31, 2024 | 37,739.00 |
OSR Health, Inc. Other Working Capital Changes 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=other-working-capital-changes&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();