Neogenomics (NEO) FCF Margin (2010 - 2026)
Neogenomics' (NEO) quarterly FCF Margin came in at 5.82% in Q2 2026, down 190.0% on a YoY basis from 6.47% in Q2 2025, and up 182.73% quarter-over-quarter from 7.04% in Q1 2026.
Neogenomics (NEO) FCF Margin (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported FCF Margin for 17 consecutive years, with 5.82% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin fell 190.0% year-over-year to 5.82%; the trailing twelve-month figure through Jun 2026 stood at 0.96% (up 182.0% YoY), and the FY2025 full-year result was 2.99%, up 216.0% from the prior year.
- FCF Margin improved to 5.82% in Q2 2026 per NEO's latest filing, from 7.04% in the prior quarter.
- Across five years, FCF Margin topped out at 7.72% in Q2 2025 and bottomed at 31.8% in Q1 2022.
- Historically, FCF Margin has averaged 7.58% across 5 years, with a median of 6.04% in 2023.
- The widest YoY moves for FCF Margin: up 1934 bps in 2022, down 2001 bps in 2022.
- Over 5 years, FCF Margin stood at 5.93% in 2022, then soared by 216 bps to 6.9% in 2023, then plunged by 115 bps to 1.05% in 2024, then tumbled by 228 bps to 3.43% in 2025, then jumped by 270 bps to 5.82% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 5.82%, 7.04%, and 3.43% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -1.15% |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 15.08% |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.41% |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -20.76% |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -3.57% |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 2.43% |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 13.08% |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 4.65% |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | -10.60% |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | 5.82% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.82% |
| Mar 31, 2026 | -7.04% |
| Dec 31, 2025 | -3.43% |
| Sep 30, 2025 | 0.30% |
| Jun 30, 2025 | 7.72% |
| Mar 31, 2025 | -17.75% |
| Dec 31, 2024 | -1.05% |
| Sep 30, 2024 | -0.93% |
| Jun 30, 2024 | 0.49% |
| Mar 31, 2024 | -20.16% |
| Dec 31, 2023 | 6.90% |
| Sep 30, 2023 | -6.43% |
| Jun 30, 2023 | -6.15% |
| Mar 31, 2023 | -16.48% |
| Dec 31, 2022 | -5.93% |
| Sep 30, 2022 | -18.73% |
| Jun 30, 2022 | -21.82% |
| Mar 31, 2022 | -31.80% |
| Dec 31, 2021 | -25.26% |
| Sep 30, 2021 | -18.74% |
Neogenomics FCF Margin 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=fcf-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();