Neogenomics (NEO) Total Debt (2010 - 2025)
Neogenomics' (NEO) quarterly Total Debt came in at $201.1 million in Q1 2025, little changed quarter-over-quarter from $200.8 million in Q4 2024.
Neogenomics (NEO) Total Debt (2010 - 2025) Analysis & Trends
Neogenomics (NEO) has reported Total Debt for 13 consecutive years, with $201.1 million the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Total Debt changed N/A year-over-year to $201.1 million; the trailing twelve-month figure through Mar 2025 stood at $201.1 million (changed N/A YoY), and the FY2024 full-year result was $200.8 million, changed N/A from the prior year.
- Total Debt held at $201.1 million in Q1 2025 per NEO's latest filing, from $200.8 million in the prior quarter.
- Across five years, Total Debt topped out at $201.1 million in Q1 2025 and bottomed at $200.1 million in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 160.58 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 5.65 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 5.86 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 | 393.15 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 2.15 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 91.03 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 |
|---|---|
| Mar 31, 2025 | 201.13 Mn |
| Dec 31, 2024 | 200.78 Mn |
| Sep 30, 2024 | 200.42 Mn |
| Jun 30, 2024 | 200.07 Mn |
| Mar 31, 2020 | 95.61 Mn |
| Dec 31, 2019 | 96.83 Mn |
| Sep 30, 2019 | 99.28 Mn |
| Jun 30, 2019 | 99.25 Mn |
| Mar 31, 2019 | 93.87 Mn |
| Dec 31, 2018 | 95.75 Mn |
| Sep 30, 2018 | 96.98 Mn |
| Jun 30, 2018 | 98.10 Mn |
| Mar 31, 2018 | 69.43 Mn |
| Dec 31, 2017 | 70.37 Mn |
| Sep 30, 2017 | 71.33 Mn |
| Jun 30, 2017 | 72.28 Mn |
| Mar 31, 2017 | 78.20 Mn |
| Dec 31, 2016 | 73.90 Mn |
| Sep 30, 2016 | 52.84 Mn |
| Jun 30, 2016 | 52.88 Mn |
Neogenomics Total Debt 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=total-debt&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();