Neogenomics (NEO) Net Margin (2010 - 2026)
Neogenomics' (NEO) quarterly Net Margin came in at 1.11% in Q2 2026, up 2598.0% on a YoY basis from 0.04% in Q2 2025, and up 112.11% quarter-over-quarter from 9.16% in Q1 2026.
Neogenomics (NEO) Net Margin (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Net Margin for 17 consecutive years, with 1.11% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin rose 2598.0% year-over-year to 1.11%; the trailing twelve-month figure through Jun 2026 stood at 6.77% (up 833.0% YoY), and the FY2025 full-year result was 14.85%, down 293.0% from the prior year.
- Net Margin advanced to 1.11% in Q2 2026 per NEO's latest filing, from 9.16% in the prior quarter.
- Across five years, Net Margin topped out at 1.11% in Q2 2026 and bottomed at 42.17% in Q1 2022.
- Historically, Net Margin has averaged 16.21% across 5 years, with a median of 14.94% in 2025.
- The sharpest annual moves came in 2022 and 2026: Net Margin sank 9056 bps in 2022, then surged 2598 bps in 2026.
- Over 5 years, Net Margin stood at 16.36% in 2022, then soared by 44 bps to 9.21% in 2023, then climbed by 3 bps to 8.91% in 2024, then soared by 42 bps to 5.2% in 2025, then jumped by 121 bps to 1.11% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 1.11%, 9.16%, and 5.2% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -8.89% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 10.65% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.02% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -35.87% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 2.22% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -0.24% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 16.69% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 7.36% |
| 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 | 1.11% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.11% |
| Mar 31, 2026 | -9.16% |
| Dec 31, 2025 | -5.20% |
| Sep 30, 2025 | -14.45% |
| Jun 30, 2025 | -24.87% |
| Mar 31, 2025 | -15.43% |
| Dec 31, 2024 | -8.91% |
| Sep 30, 2024 | -10.55% |
| Jun 30, 2024 | -11.33% |
| Mar 31, 2024 | -17.32% |
| Dec 31, 2023 | -9.21% |
| Sep 30, 2023 | -12.19% |
| Jun 30, 2023 | -16.56% |
| Mar 31, 2023 | -22.44% |
| Dec 31, 2022 | -16.36% |
| Sep 30, 2022 | -28.62% |
| Jun 30, 2022 | -28.23% |
| Mar 31, 2022 | -42.17% |
| Dec 31, 2021 | -33.21% |
| Sep 30, 2021 | -16.77% |
Neogenomics Net 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=net-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();