Neogenomics (NEO) Cash & Equivalents Growth (3y) (2013 - 2026)
Analysis
Neogenomics (NEO) Cash & Equivalents Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 42.38% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 70.63% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -58.12% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 57.20% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 43.65% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | - |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 10.74% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 15.85% |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | -20.45% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.45% |
| Mar 31, 2026 | -19.06% |
| Dec 31, 2025 | -15.35% |
| Sep 30, 2025 | -14.88% |
| Jun 30, 2025 | -18.29% |
| Mar 31, 2025 | 4.21% |
| Dec 31, 2024 | 5.02% |
| Sep 30, 2024 | 2.05% |
| Jun 30, 2024 | -1.25% |
| Mar 31, 2024 | -18.45% |
| Dec 31, 2023 | 14.41% |
| Sep 30, 2023 | 9.50% |
| Jun 30, 2023 | -0.71% |
| Mar 31, 2023 | 47.29% |
| Dec 31, 2022 | 15.01% |
| Sep 30, 2022 | 14.16% |
| Jun 30, 2022 | 19.21% |
| Mar 31, 2022 | 185.14% |
| Dec 31, 2021 | 218.45% |
| Sep 30, 2021 | 42.20% |
API Access
Neogenomics Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();