Nyxoah (NYXH) Retained Earnings (2020 - 2026)
Nyxoah (NYXH) posted Retained Earnings of -$411.0 million for Q2 2026, down 9.11% on a QoQ basis from -$376.7 million in Q1 2026, and down 39.53% year-over-year from -$679.6 million in Q2 2025.
Nyxoah (NYXH) Retained Earnings (2020 - 2026) Analysis & Trends
Nyxoah has reported Retained Earnings for 7 years, with the latest figure at -$411.0 million in Q2 2026.
- On a quarterly basis, Retained Earnings fell 39.53% year-over-year to -$411.0 million in Q2 2026; TTM through Jun 2026 was -$411.0 million, a 39.53% decrease from a year earlier, with the FY2025 full-year figure at -$345.8 million, down 46.72% from the prior year.
- Retained Earnings was -$411.0 million for Q2 2026 at Nyxoah, down from -$376.7 million in the prior quarter.
- The five-year high for Retained Earnings was -$105.3 million in Q1 2022, with the low at -$411.0 million in Q2 2026.
- Average Retained Earnings over 5 years is -$211.8 million, with a median of -$187.5 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Retained Earnings slipped 20.95% in 2022, then plunged 54.22% in 2023.
- Over 5 years, Retained Earnings stood at -$120.6 million in 2022, then tumbled by 43.48% to -$173.0 million in 2023, then plunged by 34.46% to -$232.7 million in 2024, then sank by 53.11% to -$356.2 million in 2025, then declined by 15.37% to -$411.0 million in 2026.
- The last three Retained Earnings figures came in at -$411.0 million (Q2 2026), -$376.7 million (Q1 2026), and -$356.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Abbott Laboratories | 178.18 Bn | 173.23 Bn | 7.27 Bn | 49.79 Bn |
| 2 | Intuitive Surgical | 142.14 Bn | 137.06 Bn | 1.96 Bn | 6.84 Bn |
| 3 | Medtronic | 117.43 Bn | 109.23 Bn | 6.34 Bn | 33.19 Bn |
| 4 | Stryker | 105.15 Bn | 101.68 Bn | 4.50 Bn | 21.82 Bn |
| 5 | Boston Scientific | 63.37 Bn | 63.08 Bn | 3.85 Bn | 7.82 Bn |
| 6 | Edwards Lifesciences | 50.93 Bn | 46.79 Bn | 1.35 Bn | 14.86 Bn |
| 7 | Dexcom | 33.65 Bn | 31.71 Bn | 830.00 Mn | 2.88 Bn |
| 8 | Resmed | 32.27 Bn | 30.80 Bn | 861.22 Mn | 7.26 Bn |
| 9 | Alcon | 31.62 Bn | 30.17 Bn | 1.68 Bn | 21.58 Bn |
| 10 | Nyxoah | 63.68 Mn | -49.98 Mn | 5.33 Mn | -410.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -410.98 Mn |
| Mar 31, 2026 | -376.66 Mn |
| Dec 31, 2025 | -356.23 Mn |
| Jun 30, 2025 | -294.55 Mn |
| Mar 31, 2025 | -252.56 Mn |
| Dec 31, 2024 | -232.67 Mn |
| Sep 30, 2024 | -220.70 Mn |
| Jun 30, 2024 | -199.81 Mn |
| Mar 31, 2024 | -187.46 Mn |
| Dec 31, 2023 | -173.04 Mn |
| Sep 30, 2023 | -163.36 Mn |
| Jun 30, 2023 | -155.20 Mn |
| Mar 31, 2023 | -139.59 Mn |
| Dec 31, 2022 | -120.61 Mn |
| Sep 30, 2022 | -105.93 Mn |
| Jun 30, 2022 | -105.48 Mn |
| Mar 31, 2022 | -105.35 Mn |
| Dec 31, 2021 | -99.72 Mn |
| Dec 31, 2020 | -71.94 Mn |
Nyxoah Retained Earnings 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=retained-earnings&ticker=NYXH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=NYXH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();