Neogenomics (NEO) Depreciation & Amortization (CF) (2014 - 2015)
Neogenomics' (NEO) quarterly Depreciation & Amortization (CF) came in at $1.8 million in Q4 2015, up 25.02% on a YoY basis from $1.4 million in Q4 2014, and up 2.15% quarter-over-quarter from $1.7 million in Q3 2015.
Neogenomics (NEO) Depreciation & Amortization (CF) (2014 - 2015) Analysis & Trends
Neogenomics (NEO) has reported Depreciation & Amortization (CF) for 2 consecutive years, with $1.8 million the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Depreciation & Amortization (CF) rose 25.02% year-over-year to $1.8 million; the trailing twelve-month figure through Sep 2016 stood at $1.8 million (down 72.42% YoY), and the FY2017 full-year result was $15.6 million, down 2.14% from the prior year.
- Depreciation & Amortization (CF) climbed to $1.8 million in Q4 2015 per NEO's latest filing, from $1.7 million in the prior quarter.
- Across five years, Depreciation & Amortization (CF) topped out at $1.8 million in Q4 2015 and bottomed at $1.2 million in Q1 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Depreciation & Amortization (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | 15.48 Mn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 146.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 179.00 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 9.56 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 | 6.50 Mn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | - |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 1.83 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 3.24 Mn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 1.76 Mn |
| Sep 30, 2015 | 1.72 Mn |
| Jun 30, 2015 | 1.66 Mn |
| Mar 31, 2015 | 1.59 Mn |
| Dec 31, 2014 | 1.41 Mn |
| Sep 30, 2014 | 1.54 Mn |
| Jun 30, 2014 | 1.25 Mn |
| Mar 31, 2014 | 1.15 Mn |
Neogenomics Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();