Neogenomics (NEO) Tax Provisions (2013 - 2026)
Neogenomics' (NEO) quarterly Tax Provisions came in at -$412000.0 in Q2 2026, up 43.09% on a YoY basis from -$287922.8 in Q2 2025, and up 12.71% quarter-over-quarter from -$472000.0 in Q1 2026.
Neogenomics (NEO) Tax Provisions (2013 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Tax Provisions for 14 consecutive years, with -$412000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Provisions rose 43.09% year-over-year to -$412000.0; the trailing twelve-month figure through Jun 2026 stood at -$2.7 million (down 89.02% YoY), and the FY2025 full-year result was -$2.2 million, down 15.08% from the prior year.
- Tax Provisions improved to -$412000.0 in Q2 2026 per NEO's latest filing, from -$472000.0 in the prior quarter.
- Across five years, Tax Provisions topped out at $740000.0 in Q3 2025 and bottomed at -$5.7 million in Q2 2022.
- Historically, Tax Provisions has averaged -$1.6 million across 5 years, with a median of -$882000.0 in 2023.
- The sharpest annual moves came in 2022 and 2025: Tax Provisions slumped 484.53% in 2022, then soared 593.33% in 2025.
- Over 5 years, Tax Provisions stood at -$2.8 million in 2022, then surged by 66.16% to -$960000.0 in 2023, then grew by 16.25% to -$804000.0 in 2024, then plunged by 214.05% to -$2.5 million in 2025, then jumped by 83.68% to -$412000.0 in 2026.
- According to Business Quant data, Tax Provisions over the past three periods registered -$412000.0, -$472000.0, and -$2.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -300,000.00 |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 88.00 Mn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 87.30 Mn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | 185,000.00 |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | 309,000.00 |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 23,000.00 |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 24.41 Mn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | -536,000.00 |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | - |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | -412,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -412,000.00 |
| Mar 31, 2026 | -472,000.00 |
| Dec 31, 2025 | -2.53 Mn |
| Sep 30, 2025 | 740,000.00 |
| Jun 30, 2025 | -724,000.00 |
| Mar 31, 2025 | 266,000.00 |
| Dec 31, 2024 | -804,000.00 |
| Sep 30, 2024 | -150,000.00 |
| Jun 30, 2024 | -375,000.00 |
| Mar 31, 2024 | -620,000.00 |
| Dec 31, 2023 | -960,000.00 |
| Sep 30, 2023 | -2.94 Mn |
| Jun 30, 2023 | -2.31 Mn |
| Mar 31, 2023 | -2.93 Mn |
| Dec 31, 2022 | -2.84 Mn |
| Sep 30, 2022 | -2.77 Mn |
| Jun 30, 2022 | -5.73 Mn |
| Mar 31, 2022 | -3.75 Mn |
| Dec 31, 2021 | -2.45 Mn |
| Sep 30, 2021 | -2.82 Mn |
Neogenomics Tax Provisions 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=tax-provisions&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();