Neogenomics (NEO) Long-Term Investments (2020 - 2021)
Neogenomics' (NEO) quarterly Long-Term Investments came in at $29.6 million in Q1 2021, little changed quarter-over-quarter from $29.6 million in Q4 2020.
Neogenomics (NEO) Long-Term Investments (2020 - 2021) Analysis & Trends
Neogenomics (NEO) has reported Long-Term Investments for 2 consecutive years, with $29.6 million the latest figure, recorded in Q1 2021.
- For the quarter ending Q1 2021, Long-Term Investments changed N/A year-over-year to $29.6 million; the trailing twelve-month figure through Mar 2021 stood at $29.6 million (changed N/A YoY), and the FY2020 full-year result was $29.6 million, changed N/A from the prior year.
- Long-Term Investments was little changed at $29.6 million in Q1 2021 per NEO's latest filing, from $29.6 million in the prior quarter.
- Across five years, Long-Term Investments topped out at $29.6 million in Q4 2020 and bottomed at $13.1 million in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | - |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 137.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 210.00 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | - |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 77.81 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 | 55.95 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | - |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 27.48 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 29.56 Mn |
| Dec 31, 2020 | 29.56 Mn |
| Sep 30, 2020 | 25.60 Mn |
| Jun 30, 2020 | 13.14 Mn |
Neogenomics Long-Term Investments 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=long-term-investments&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();