Neogenomics (NEO) Debt Ratio (2010 - 2025)
Neogenomics' (NEO) quarterly Debt Ratio came in at 0.13 in Q1 2025, up 2.47% quarter-over-quarter from 0.12 in Q4 2024.
Analysis
Neogenomics (NEO) Debt Ratio (2010 - 2025) Analysis & Trends
Neogenomics (NEO) has reported Debt Ratio for 13 consecutive years, with 0.13 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Debt Ratio changed N/A year-over-year to 0.13; the trailing twelve-month figure through Mar 2025 stood at 0.13 (changed N/A YoY), and the FY2024 full-year result was 0.12, changed N/A from the prior year.
- Debt Ratio advanced to 0.13 in Q1 2025 per NEO's latest filing, from 0.12 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.13 in Q1 2025 and bottomed at 0.12 in Q2 2024.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 0.06 |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 0.33 |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 0.32 |
| 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 | 0.32 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 0.65 |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 0.12 |
| 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 0.13 |
| Dec 31, 2024 | 0.12 |
| Sep 30, 2024 | 0.12 |
| Jun 30, 2024 | 0.12 |
| Mar 31, 2020 | 0.13 |
| Dec 31, 2019 | 0.14 |
| Sep 30, 2019 | 0.14 |
| Jun 30, 2019 | 0.14 |
| Mar 31, 2019 | 0.18 |
| Dec 31, 2018 | 0.19 |
| Sep 30, 2018 | 0.21 |
| Jun 30, 2018 | 0.28 |
| Mar 31, 2018 | 0.20 |
| Dec 31, 2017 | 0.20 |
| Sep 30, 2017 | 0.21 |
| Jun 30, 2017 | 0.21 |
| Mar 31, 2017 | 0.23 |
| Dec 31, 2016 | 0.22 |
| Sep 30, 2016 | 0.15 |
| Jun 30, 2016 | 0.15 |
API Access
Neogenomics Debt Ratio 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=debt-ratio&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();