OSR Health, Inc. (OSRHW) Change in Account Payables (2024 - 2026)
OSR Health's (OSRHW) quarterly Change in Account Payables came in at -$970159.3 in Q2 2026, down 196.15% year-over-year from $1.0 million in Q2 2025, and down 8573.53% quarter-over-quarter from $11449.3 in Q1 2026.
OSR Health, Inc. (OSRHW) Change in Account Payables (2024 - 2026) Analysis & Trends
OSR Health has disclosed Change in Account Payables across 3 years of filings, most recently posting -$970159.3 for Q2 2026.
- In Q2 2026, Change in Account Payables fell 196.15% year-over-year to -$970159.3; the TTM figure through Jun 2026 stood at -$2.5 million (down 302.73% YoY), while the FY2025 annual figure was -$510232.0, down 48.31% from the prior year.
- Change in Account Payables came in at -$970159.3 for Q2 2026 at OSR Health, down from $11449.3 in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $1.0 million in Q2 2025 to a low of -$1.6 million in Q3 2025.
- Average Change in Account Payables over 3 years is -$181297.4, with a median of -$17691.4 recorded in 2024.
- The largest YoY upside for Change in Account Payables was 495.45% in 2025 against a maximum downside of 3350.86% in 2025.
- Over 3 years, Change in Account Payables stood at $248812.0 in 2024, then tumbled by 70.05% to $74520.0 in 2025, then slumped by 1401.88% to -$970159.3 in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$970159.3 in Q2 2026, $11449.3 in Q1 2026, and $74520.0 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -970,159.29 |
| Mar 31, 2026 | 11,449.29 |
| Dec 31, 2025 | 74,520.00 |
| Sep 30, 2025 | -1.62 Mn |
| Jun 30, 2025 | 1.01 Mn |
| Mar 31, 2025 | 22,356.35 |
| Dec 31, 2024 | 248,812.00 |
| Sep 30, 2024 | -46,832.00 |
| Jun 30, 2024 | -255,154.00 |
| Mar 31, 2024 | -290,858.00 |
OSR Health, Inc. Change in Account Payables 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-account-payables&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();