Nyxoah (NYXH) Dividend Coverage Ratio (2023 - 2026)
Nyxoah (NYXH) posted Dividend Coverage Ratio of 94.9 for Q1 2026, up 0.59% on a QoQ basis from 95.47 in Q3 2025, and down 300.67% year-over-year from 47.29 in Q1 2025.
Nyxoah (NYXH) Dividend Coverage Ratio (2023 - 2026) Analysis & Trends
Nyxoah has reported Dividend Coverage Ratio for 4 years, with the latest figure at 94.9 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 0.84 |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | - |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 1.61 |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 3.79 |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | - |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | - |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | - |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 4.40 |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | - |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -94.90 |
| Sep 30, 2025 | -95.47 |
| Mar 31, 2025 | -23.69 |
| Sep 30, 2024 | -24.26 |
| Mar 31, 2024 | -23.91 |
| Sep 30, 2023 | -9.16 |
Nyxoah Dividend 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=dividend-coverage-ratio&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "ticker": "NYXH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividend-coverage-ratio&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();