Neogenomics (NEO) Assets (2010 - 2026)
Neogenomics' (NEO) quarterly Assets came in at $1.4 billion in Q2 2026, down 2.99% on a YoY basis from $1.4 billion in Q2 2025, and little changed quarter-over-quarter from $1.3 billion in Q1 2026.
Neogenomics (NEO) Assets (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Assets for 17 consecutive years, with $1.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets fell 2.99% year-over-year to $1.4 billion; the trailing twelve-month figure through Jun 2026 stood at $1.4 billion (down 2.99% YoY), and the FY2025 full-year result was $1.4 billion, down 16.98% from the prior year.
- Assets steadied at $1.4 billion in Q2 2026 per NEO's latest filing, from $1.3 billion in the prior quarter.
- Across five years, Assets topped out at $1.8 billion in Q1 2022 and bottomed at $1.3 billion in Q1 2026.
- Historically, Assets has averaged $1.6 billion across 5 years, with a median of $1.6 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Assets grew 22.43% in 2022, then declined 16.98% in 2025.
- Over 5 years, Assets stood at $1.7 billion in 2022, then declined by 3.38% to $1.7 billion in 2023, then retreated by 2.57% to $1.6 billion in 2024, then slipped by 16.98% to $1.4 billion in 2025, then decreased by 0.56% to $1.4 billion in 2026.
- According to Business Quant data, Assets over the past three periods registered $1.4 billion, $1.3 billion, and $1.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 2.66 Bn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 16.94 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 18.53 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 1.91 Bn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 2.37 Bn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 1.23 Bn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 3.31 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 729.70 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 640.68 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | 1.35 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.35 Bn |
| Mar 31, 2026 | 1.35 Bn |
| Dec 31, 2025 | 1.36 Bn |
| Sep 30, 2025 | 1.37 Bn |
| Jun 30, 2025 | 1.39 Bn |
| Mar 31, 2025 | 1.60 Bn |
| Dec 31, 2024 | 1.64 Bn |
| Sep 30, 2024 | 1.64 Bn |
| Jun 30, 2024 | 1.64 Bn |
| Mar 31, 2024 | 1.64 Bn |
| Dec 31, 2023 | 1.68 Bn |
| Sep 30, 2023 | 1.68 Bn |
| Jun 30, 2023 | 1.70 Bn |
| Mar 31, 2023 | 1.71 Bn |
| Dec 31, 2022 | 1.74 Bn |
| Sep 30, 2022 | 1.76 Bn |
| Jun 30, 2022 | 1.79 Bn |
| Mar 31, 2022 | 1.83 Bn |
| Dec 31, 2021 | 1.87 Bn |
| Sep 30, 2021 | 1.91 Bn |
Neogenomics Assets 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=assets&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();