OSR Health, Inc. (OSRHW) Change in Receivables (2024 - 2026)
OSR Health's (OSRHW) quarterly Change in Receivables came in at -$60058.3 in Q2 2026, up 46.08% year-over-year from -$41112.4 in Q2 2025, and up 44.96% quarter-over-quarter from -$109121.7 in Q1 2026.
OSR Health, Inc. (OSRHW) Change in Receivables (2024 - 2026) Analysis & Trends
OSR Health has disclosed Change in Receivables across 3 years of filings, most recently posting -$60058.3 for Q2 2026.
- In Q2 2026, Change in Receivables rose 46.08% year-over-year to -$60058.3; the TTM figure through Jun 2026 stood at -$488955.0 (down 58.22% YoY), while the FY2025 annual figure was -$570733.0, down 550.15% from the prior year.
- Change in Receivables came in at -$60058.3 for Q2 2026 at OSR Health, up from -$109121.7 in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $66373.0 in Q4 2024 to a low of -$210243.0 in Q3 2025.
- Average Change in Receivables over 3 years is -$82769.8, with a median of -$109326.8 recorded in 2026.
- Year-over-year, Change in Receivables slumped 824.96% in 2025 and jumped 46.08% in 2026.
- Over 3 years, Change in Receivables stood at $66373.0 in 2024, then slumped by 265.02% to -$109532.0 in 2025, then jumped by 45.17% to -$60058.3 in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$60058.3 in Q2 2026, -$109121.7 in Q1 2026, and -$109532.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -60,058.33 |
| Mar 31, 2026 | -109,121.67 |
| Dec 31, 2025 | -109,532.00 |
| Sep 30, 2025 | -210,243.00 |
| Jun 30, 2025 | -111,390.62 |
| Mar 31, 2025 | -139,567.38 |
| Dec 31, 2024 | 66,373.00 |
| Sep 30, 2024 | -124,451.00 |
| Jun 30, 2024 | -14,618.00 |
| Mar 31, 2024 | -15,089.00 |
OSR Health, Inc. Change in Receivables 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-receivables&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();