Nyxoah (NYXH) EPS (Basic) (2021 - 2026)
Nyxoah (NYXH) posted EPS (Basic) of -$1.01 for Q2 2026, down 105.27% on a QoQ basis from -$0.49 in Q1 2026, and down 41.14% year-over-year from -$1.71 in Q2 2025.
Nyxoah (NYXH) EPS (Basic) (2021 - 2026) Analysis & Trends
Nyxoah has reported EPS (Basic) for 6 years, with the latest figure at -$1.01 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 41.14% year-over-year to -$1.01 in Q2 2026; TTM through Jun 2026 was -$2.94, a 14.57% decrease from a year earlier, with the FY2025 full-year figure at -$2.67, down 36.4% from the prior year.
- EPS (Basic) was -$1.01 for Q2 2026 at Nyxoah, down from -$0.49 in the prior quarter.
- The five-year high for EPS (Basic) was $0.51 in Q2 2024, with the low at -$1.01 in Q2 2026.
- Average EPS (Basic) over 5 years is -$0.49, with a median of -$0.51 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) jumped 194.21% in 2024, then tumbled 240.1% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.53 in 2022, then advanced by 20.24% to -$0.42 in 2023, then sank by 33.55% to -$0.56 in 2024, then retreated by 28.33% to -$0.72 in 2025, then slumped by 39.99% to -$1.01 in 2026.
- The last three EPS (Basic) figures came in at -$1.01 (Q2 2026), -$0.49 (Q1 2026), and -$0.72 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 0.53 |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 2.32 |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 1.16 |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 3.33 |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 0.62 |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 0.42 |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 0.65 |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 2.63 |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | - |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -1.01 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.01 |
| Mar 31, 2026 | -0.49 |
| Dec 31, 2025 | -0.72 |
| Sep 30, 2025 | -0.84 |
| Jun 30, 2025 | -0.71 |
| Mar 31, 2025 | -0.72 |
| Dec 31, 2024 | -0.56 |
| Sep 30, 2024 | -0.67 |
| Jun 30, 2024 | 0.51 |
| Mar 31, 2024 | -0.46 |
| Dec 31, 2023 | -0.42 |
| Sep 30, 2023 | -0.32 |
| Jun 30, 2023 | -0.54 |
| Mar 31, 2023 | -0.50 |
| Dec 31, 2022 | -0.53 |
| Sep 30, 2022 | -0.26 |
| Jun 30, 2022 | -0.22 |
| Mar 31, 2022 | -0.32 |
| Dec 31, 2021 | -0.30 |
| Sep 30, 2021 | -0.57 |
Nyxoah EPS (Basic) 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=eps-basic&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();