OSR Health, Inc. (OSRHW) FCF Margin (2024 - 2026)
OSR Health's (OSRHW) quarterly FCF Margin came in at 766.79% in Q2 2026, down 72429.0% year-over-year from N/an in Q2 2025, and down 270.45% quarter-over-quarter from 206.99% in Q1 2026.
OSR Health, Inc. (OSRHW) FCF Margin (2024 - 2026) Analysis & Trends
OSR Health has disclosed FCF Margin across 3 years of filings, most recently posting 766.79% for Q2 2026.
- In Q2 2026, FCF Margin fell 72429.0% year-over-year to 766.79%; the TTM figure through Jun 2026 stood at 398.28% (down 35938.0% YoY), while the FY2025 annual figure was 148.94%, down 9656.0% from the prior year.
- FCF Margin came in at 766.79% for Q2 2026 at OSR Health, down from 206.99% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 8.42% in Q1 2025 to a low of 766.79% in Q2 2026.
- Average FCF Margin over 3 years is 195.0%, with a median of 69.1% recorded in 2024.
- Year-over-year, FCF Margin soared 4638 bps in 2025 and sank 72429 bps in 2026.
- Over 3 years, FCF Margin stood at 19.78% in 2024, then slumped by 1319 bps to 280.64% in 2025, then sank by 173 bps to 766.79% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 766.79% in Q2 2026, 206.99% in Q1 2026, and 280.64% in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -766.79% |
| Mar 31, 2026 | -206.99% |
| Dec 31, 2025 | -280.64% |
| Sep 30, 2025 | -431.92% |
| Jun 30, 2025 | -42.50% |
| Mar 31, 2025 | -8.42% |
| Dec 31, 2024 | -19.78% |
| Sep 30, 2024 | -83.41% |
| Jun 30, 2024 | -54.80% |
| Mar 31, 2024 | -54.80% |
OSR Health, Inc. FCF Margin 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=fcf-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();