Neogenomics (NEO) Operating Income (2010 - 2026)
Neogenomics' (NEO) quarterly Operating Income came in at -$9.8 million in Q2 2026, up 79.48% on a YoY basis from -$5.4 million in Q2 2025, and up 46.43% quarter-over-quarter from -$18.2 million in Q1 2026.
Neogenomics (NEO) Operating Income (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Operating Income for 17 consecutive years, with -$9.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income rose 79.48% year-over-year to -$9.8 million; the trailing twelve-month figure through Jun 2026 stood at -$68.4 million (up 40.51% YoY), and the FY2025 full-year result was -$115.9 million, down 25.81% from the prior year.
- Operating Income rose to -$9.8 million in Q2 2026 per NEO's latest filing, from -$18.2 million in the prior quarter.
- Across five years, Operating Income topped out at -$9.8 million in Q2 2026 and bottomed at -$52.0 million in Q1 2022.
- Historically, Operating Income has averaged -$27.9 million across 5 years, with a median of -$26.7 million in 2022.
- The sharpest annual moves came in 2022 and 2026: Operating Income tumbled 244.4% in 2022, then soared 79.48% in 2026.
- Over 5 years, Operating Income stood at -$26.4 million in 2022, then rose by 29.6% to -$18.6 million in 2023, then rose by 0.93% to -$18.4 million in 2024, then rose by 27.1% to -$13.4 million in 2025, then gained by 27.16% to -$9.8 million in 2026.
- According to Business Quant data, Operating Income over the past three periods registered -$9.8 million, -$18.2 million, and -$13.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -75.79 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 459.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 451.60 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -129.12 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -75.91 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 26.93 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 109.81 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 5.50 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -15.77 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | -9.77 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.77 Mn |
| Mar 31, 2026 | -18.24 Mn |
| Dec 31, 2025 | -13.41 Mn |
| Sep 30, 2025 | -27.01 Mn |
| Jun 30, 2025 | -47.63 Mn |
| Mar 31, 2025 | -27.83 Mn |
| Dec 31, 2024 | -18.40 Mn |
| Sep 30, 2024 | -21.20 Mn |
| Jun 30, 2024 | -21.94 Mn |
| Mar 31, 2024 | -30.57 Mn |
| Dec 31, 2023 | -18.57 Mn |
| Sep 30, 2023 | -24.20 Mn |
| Jun 30, 2023 | -29.89 Mn |
| Mar 31, 2023 | -35.07 Mn |
| Dec 31, 2022 | -26.38 Mn |
| Sep 30, 2022 | -39.51 Mn |
| Jun 30, 2022 | -39.70 Mn |
| Mar 31, 2022 | -52.03 Mn |
| Dec 31, 2021 | -41.57 Mn |
| Sep 30, 2021 | -39.71 Mn |
Neogenomics Operating Income 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=operating-income&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();