OSR Health, Inc. (OSRHW) Interest Coverage Ratio (2024 - 2026)
OSR Health's (OSRHW) quarterly Interest Coverage Ratio came in at 15.24 in Q2 2026, up 39.69% year-over-year from 10.91 in Q2 2025, and down 1.1% quarter-over-quarter from 15.07 in Q1 2026.
OSR Health, Inc. (OSRHW) Interest Coverage Ratio (2024 - 2026) Analysis & Trends
OSR Health has disclosed Interest Coverage Ratio across 3 years of filings, most recently posting 15.24 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio rose 39.69% year-over-year to 15.24; the TTM figure through Jun 2026 stood at 2.7 (down 79.97% YoY), while the FY2025 annual figure was 1.27, up 97.07% from the prior year.
- Interest Coverage Ratio came in at 15.24 for Q2 2026 at OSR Health, down from 15.07 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 0.34 in Q1 2025 to a low of 391.33 in Q3 2024.
- Average Interest Coverage Ratio over 3 years is 55.63, with a median of 15.16 recorded in 2026.
- Year-over-year, Interest Coverage Ratio surged 99.25% in 2025 and plunged 4285.58% in 2026.
- Over 3 years, Interest Coverage Ratio stood at 9.86 in 2024, then surged by 87.34% to 1.25 in 2025, then sank by 1120.98% to 15.24 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 15.24 in Q2 2026, 15.07 in Q1 2026, and 1.25 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.24 |
| Mar 31, 2026 | -15.07 |
| Dec 31, 2025 | -1.25 |
| Sep 30, 2025 | -5.55 |
| Jun 30, 2025 | -25.27 |
| Mar 31, 2025 | -0.34 |
| Dec 31, 2024 | -9.86 |
| Sep 30, 2024 | -391.33 |
| Jun 30, 2024 | -46.28 |
| Mar 31, 2024 | -46.13 |
OSR Health, Inc. Interest Coverage Ratio 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=interest-coverage-ratio&ticker=OSRHW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=OSRHW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();