Neogenomics (NEO) Price to FCF (2010 - 2026)
Neogenomics' (NEO) quarterly Price to FCF came in at 158.97 in Q2 2026, up 136.72% on a YoY basis from 67.16 in Q2 2025, and up 317.08% quarter-over-quarter from 73.23 in Q1 2026.
Neogenomics (NEO) Price to FCF (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Price to FCF for 17 consecutive years, with 158.97 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Price to FCF rose 136.72% year-over-year to 158.97; the trailing twelve-month figure through Jun 2026 stood at 253.75 (down 417.17% YoY), and the FY2025 full-year result was 69.65, down 12.27% from the prior year.
- Price to FCF rose to 158.97 in Q2 2026 per NEO's latest filing, from 73.23 in the prior quarter.
- Across five years, Price to FCF topped out at 2178.49 in Q2 2024 and bottomed at 1216.3 in Q3 2024.
- Historically, Price to FCF has averaged 44.0 across 5 years, with a median of 54.39 in 2022.
- The widest YoY moves for Price to FCF: up 1064.07% in 2024, down 711.03% in 2024.
- Over 5 years, Price to FCF stood at 142.68 in 2022, then soared by 234.65% to 192.12 in 2023, then plunged by 711.03% to 1173.89 in 2024, then soared by 80.21% to 232.37 in 2025, then soared by 168.41% to 158.97 in 2026.
- According to Business Quant data, Price to FCF over the past three periods registered 158.97, 73.23, and 232.37 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn |
| 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 |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 158.97 |
| Mar 31, 2026 | -73.23 |
| Dec 31, 2025 | -232.37 |
| Sep 30, 2025 | 1,745.60 |
| Jun 30, 2025 | 67.16 |
| Mar 31, 2025 | -40.84 |
| Dec 31, 2024 | -1,173.89 |
| Sep 30, 2024 | -1,216.30 |
| Jun 30, 2024 | 2,178.49 |
| Mar 31, 2024 | -63.60 |
| Dec 31, 2023 | 192.12 |
| Sep 30, 2023 | -160.20 |
| Jun 30, 2023 | -225.97 |
| Mar 31, 2023 | -97.91 |
| Dec 31, 2022 | -142.68 |
| Sep 30, 2022 | -45.19 |
| Jun 30, 2022 | -37.53 |
| Mar 31, 2022 | -40.67 |
| Dec 31, 2021 | -133.32 |
| Sep 30, 2021 | -261.34 |
Neogenomics Price to FCF 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=price-to-fcf&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-fcf", "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=price-to-fcf&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();