Neogenomics (NEO) EBT Margin (2010 - 2026)
Neogenomics' (NEO) quarterly EBT Margin came in at 0.91% in Q2 2026, up 2617.0% on a YoY basis from 0.03% in Q2 2025, and up 109.62% quarter-over-quarter from 9.42% in Q1 2026.
Neogenomics (NEO) EBT Margin (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported EBT Margin for 17 consecutive years, with 0.91% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin rose 2617.0% year-over-year to 0.91%; the trailing twelve-month figure through Jun 2026 stood at 7.12% (up 818.0% YoY), and the FY2025 full-year result was 15.16%, down 295.0% from the prior year.
- EBT Margin advanced to 0.91% in Q2 2026 per NEO's latest filing, from 9.42% in the prior quarter.
- Across five years, EBT Margin topped out at 0.91% in Q2 2026 and bottomed at 45.37% in Q1 2022.
- Historically, EBT Margin has averaged 17.38% across 5 years, with a median of 14.69% in 2023.
- The sharpest annual moves came in 2022 and 2026: EBT Margin tumbled 9314 bps in 2022, then jumped 2617 bps in 2026.
- Over 5 years, EBT Margin stood at 18.4% in 2022, then soared by 47 bps to 9.83% in 2023, then gained by 5 bps to 9.38% in 2024, then surged by 30 bps to 6.52% in 2025, then soared by 114 bps to 0.91% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 0.91%, 9.42%, and 6.52% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -8.93% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 13.54% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 10.36% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -35.81% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 2.30% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -0.23% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 24.29% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 6.87% |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -22.65% |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | 0.91% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.91% |
| Mar 31, 2026 | -9.42% |
| Dec 31, 2025 | -6.52% |
| Sep 30, 2025 | -14.05% |
| Jun 30, 2025 | -25.27% |
| Mar 31, 2025 | -15.27% |
| Dec 31, 2024 | -9.38% |
| Sep 30, 2024 | -10.64% |
| Jun 30, 2024 | -11.56% |
| Mar 31, 2024 | -17.72% |
| Dec 31, 2023 | -9.83% |
| Sep 30, 2023 | -14.12% |
| Jun 30, 2023 | -18.13% |
| Mar 31, 2023 | -24.57% |
| Dec 31, 2022 | -18.40% |
| Sep 30, 2022 | -30.77% |
| Jun 30, 2022 | -32.81% |
| Mar 31, 2022 | -45.37% |
| Dec 31, 2021 | -35.16% |
| Sep 30, 2021 | -19.10% |
Neogenomics EBT 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=ebt-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "ticker": "NEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();