Neogenomics (NEO) EBT (2010 - 2026)
Neogenomics' (NEO) quarterly EBT came in at $1.8 million in Q2 2026, up 103.99% on a YoY basis from $895161.6 in Q2 2025, and up 110.39% quarter-over-quarter from -$17.6 million in Q1 2026.
Neogenomics (NEO) EBT (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported EBT for 17 consecutive years, with $1.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT rose 103.99% year-over-year to $1.8 million; the trailing twelve-month figure through Jun 2026 stood at -$54.5 million (up 48.27% YoY), and the FY2025 full-year result was -$110.3 million, down 36.68% from the prior year.
- EBT rose to $1.8 million in Q2 2026 per NEO's latest filing, from -$17.6 million in the prior quarter.
- Across five years, EBT topped out at $1.8 million in Q2 2026 and bottomed at -$53.2 million in Q1 2022.
- Historically, EBT has averaged -$25.7 million across 5 years, with a median of -$25.6 million in 2022.
- The sharpest annual moves came in 2022 and 2026: EBT sank 155.88% in 2022, then soared 103.99% in 2026.
- Over 5 years, EBT stood at -$25.5 million in 2022, then surged by 40.11% to -$15.3 million in 2023, then decreased by 5.51% to -$16.1 million in 2024, then increased by 23.08% to -$12.4 million in 2025, then soared by 114.72% to $1.8 million in 2026.
- According to Business Quant data, EBT over the past three periods registered $1.8 million, -$17.6 million, and -$12.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -67.23 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 412.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 386.40 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -119.96 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 8.82 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -614,000.00 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 78.05 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 7.52 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -16.21 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | 1.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.83 Mn |
| Mar 31, 2026 | -17.58 Mn |
| Dec 31, 2025 | -12.41 Mn |
| Sep 30, 2025 | -26.39 Mn |
| Jun 30, 2025 | -45.82 Mn |
| Mar 31, 2025 | -25.66 Mn |
| Dec 31, 2024 | -16.13 Mn |
| Sep 30, 2024 | -17.85 Mn |
| Jun 30, 2024 | -19.02 Mn |
| Mar 31, 2024 | -27.68 Mn |
| Dec 31, 2023 | -15.29 Mn |
| Sep 30, 2023 | -21.45 Mn |
| Jun 30, 2023 | -26.64 Mn |
| Mar 31, 2023 | -33.72 Mn |
| Dec 31, 2022 | -25.52 Mn |
| Sep 30, 2022 | -39.62 Mn |
| Jun 30, 2022 | -41.03 Mn |
| Mar 31, 2022 | -53.16 Mn |
| Dec 31, 2021 | -44.20 Mn |
| Sep 30, 2021 | -23.17 Mn |
Neogenomics EBT 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&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();