Neogenomics (NEO) Cash from Investing Activities (2010 - 2026)
Neogenomics' (NEO) quarterly Cash from Investing Activities came in at -$8.3 million in Q2 2026, up 10.68% on a YoY basis from -$7.5 million in Q2 2025, and down 66.38% quarter-over-quarter from -$5.0 million in Q1 2026.
Neogenomics (NEO) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Cash from Investing Activities for 17 consecutive years, with -$8.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 10.68% year-over-year to -$8.3 million; the trailing twelve-month figure through Jun 2026 stood at -$19.9 million (down 35.04% YoY), and the FY2025 full-year result was -$12.3 million, down 195.96% from the prior year.
- Cash from Investing Activities eased to -$8.3 million in Q2 2026 per NEO's latest filing, from -$5.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $23.7 million in Q1 2023 and bottomed at -$9.3 million in Q2 2025.
- Historically, Cash from Investing Activities has averaged $3.6 million across 5 years, with a median of -$670000.0 in 2022.
- The sharpest annual moves came in 2023 and 2026: Cash from Investing Activities soared 1717.59% in 2023, then sank 240.45% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$1.1 million in 2022, then jumped by 1717.59% to $17.2 million in 2023, then slumped by 131.79% to -$5.5 million in 2024, then dropped by 15.33% to -$6.3 million in 2025, then tumbled by 31.94% to -$8.3 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$8.3 million, -$5.0 million, and -$6.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -63.43 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | -134.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | -366.20 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 101.47 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -11.09 Mn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | -122.19 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | -43.30 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | -4.05 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -43.48 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | -8.32 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.32 Mn |
| Mar 31, 2026 | -5.00 Mn |
| Dec 31, 2025 | -6.31 Mn |
| Sep 30, 2025 | -277,000.00 |
| Jun 30, 2025 | -9.31 Mn |
| Mar 31, 2025 | 3.56 Mn |
| Dec 31, 2024 | -5.47 Mn |
| Sep 30, 2024 | -3.52 Mn |
| Jun 30, 2024 | 7.31 Mn |
| Mar 31, 2024 | 14.53 Mn |
| Dec 31, 2023 | 17.20 Mn |
| Sep 30, 2023 | 20.82 Mn |
| Jun 30, 2023 | 14.95 Mn |
| Mar 31, 2023 | 23.74 Mn |
| Dec 31, 2022 | -1.06 Mn |
| Sep 30, 2022 | -4.20 Mn |
| Jun 30, 2022 | -6.27 Mn |
| Mar 31, 2022 | 12.05 Mn |
| Dec 31, 2021 | -9.58 Mn |
| Sep 30, 2021 | -14.69 Mn |
Neogenomics Cash from Investing Activities 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-from-investing-activities&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();