Neogenomics (NEO) EPS (Basic) (2010 - 2026)
Neogenomics' (NEO) quarterly EPS (Basic) came in at $0.02 in Q2 2026, up 104.9% on a YoY basis from $0.01 in Q2 2025, and up 113.04% quarter-over-quarter from -$0.13 in Q1 2026.
Neogenomics (NEO) EPS (Basic) (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported EPS (Basic) for 17 consecutive years, with $0.02 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 104.9% year-over-year to $0.02; the trailing twelve-month figure through Jun 2026 stood at -$0.4 (up 50.78% YoY), and the FY2025 full-year result was -$0.84, down 35.67% from the prior year.
- EPS (Basic) rose to $0.02 in Q2 2026 per NEO's latest filing, from -$0.13 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.02 in Q2 2026 and bottomed at -$0.4 in Q1 2022.
- Historically, EPS (Basic) has averaged -$0.19 across 5 years, with a median of -$0.19 in 2022.
- The sharpest annual moves came in 2022 and 2026: EPS (Basic) sank 144.36% in 2022, then soared 104.9% in 2026.
- Over 5 years, EPS (Basic) stood at -$0.18 in 2022, then surged by 37.5% to -$0.11 in 2023, then fell by 5.99% to -$0.12 in 2024, then surged by 36.25% to -$0.08 in 2025, then jumped by 122.38% to $0.02 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered $0.02, -$0.13, and -$0.08 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -0.47 |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 2.92 |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 3.66 |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -0.90 |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 0.05 |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 0.00 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 0.19 |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 0.17 |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -0.10 |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | 0.02 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.02 |
| Mar 31, 2026 | -0.13 |
| Dec 31, 2025 | -0.08 |
| Sep 30, 2025 | -0.21 |
| Jun 30, 2025 | -0.35 |
| Mar 31, 2025 | -0.20 |
| Dec 31, 2024 | -0.12 |
| Sep 30, 2024 | -0.14 |
| Jun 30, 2024 | -0.15 |
| Mar 31, 2024 | -0.21 |
| Dec 31, 2023 | -0.11 |
| Sep 30, 2023 | -0.15 |
| Jun 30, 2023 | -0.19 |
| Mar 31, 2023 | -0.25 |
| Dec 31, 2022 | -0.18 |
| Sep 30, 2022 | -0.30 |
| Jun 30, 2022 | -0.28 |
| Mar 31, 2022 | -0.40 |
| Dec 31, 2021 | -0.35 |
| Sep 30, 2021 | -0.17 |
Neogenomics EPS (Basic) 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=eps-basic&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();