Neogenomics (NEO) Retained Earnings (2010 - 2026)
Neogenomics' (NEO) quarterly Retained Earnings came in at -$448.7 million in Q2 2026, down 13.07% on a YoY basis from -$516.2 million in Q2 2025, and little changed quarter-over-quarter from -$450.9 million in Q1 2026.
Neogenomics (NEO) Retained Earnings (2010 - 2026) Analysis & Trends
Neogenomics (NEO) has reported Retained Earnings for 17 consecutive years, with -$448.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 13.07% year-over-year to -$448.7 million; the trailing twelve-month figure through Jun 2026 stood at -$448.7 million (down 13.07% YoY), and the FY2025 full-year result was -$433.8 million, down 33.16% from the prior year.
- Retained Earnings steadied at -$448.7 million in Q2 2026 per NEO's latest filing, from -$450.9 million in the prior quarter.
- Across five years, Retained Earnings topped out at -$64.2 million in Q1 2022 and bottomed at -$450.9 million in Q1 2026.
- Historically, Retained Earnings has averaged -$280.7 million across 5 years, with a median of -$283.4 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Retained Earnings plunged 972.23% in 2022, then decreased 13.07% in 2026.
- Over 5 years, Retained Earnings stood at -$159.1 million in 2022, then sank by 55.3% to -$247.1 million in 2023, then plunged by 31.87% to -$325.8 million in 2024, then slumped by 33.16% to -$433.8 million in 2025, then decreased by 3.43% to -$448.7 million in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$448.7 million, -$450.9 million, and -$433.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Natera | 53.05 Bn | 51.95 Bn | 486.15 Mn | -2.93 Bn |
| 2 | Quest Diagnostics | 27.19 Bn | 26.87 Bn | 1.03 Bn | 10.37 Bn |
| 3 | Labcorp Holdings | 25.93 Bn | 25.81 Bn | 1.11 Bn | 8.70 Bn |
| 4 | Guardant Health | 23.97 Bn | 22.91 Bn | 219.03 Mn | -3.23 Bn |
| 5 | Tempus AI | 13.64 Bn | 12.82 Bn | 274.25 Mn | -2.52 Bn |
| 6 | Caris Life Sciences | 8.47 Bn | 7.68 Bn | 182.38 Mn | 3.14 Bn |
| 7 | Sotera Health | 5.35 Bn | 4.99 Bn | 177.96 Mn | 1.27 Bn |
| 8 | BillionToOne | 4.96 Bn | 4.41 Bn | 77.11 Mn | 787.32 Mn |
| 9 | Adaptive Biotechnologies | 4.55 Bn | 4.21 Bn | 51.39 Mn | 1.57 Bn |
| 10 | Neogenomics | 2.55 Bn | 2.40 Bn | 91.88 Mn | -448.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -448.67 Mn |
| Mar 31, 2026 | -450.91 Mn |
| Dec 31, 2025 | -433.81 Mn |
| Sep 30, 2025 | -423.93 Mn |
| Jun 30, 2025 | -396.80 Mn |
| Mar 31, 2025 | -351.70 Mn |
| Dec 31, 2024 | -325.78 Mn |
| Sep 30, 2024 | -310.46 Mn |
| Jun 30, 2024 | -292.76 Mn |
| Mar 31, 2024 | -274.12 Mn |
| Dec 31, 2023 | -247.06 Mn |
| Sep 30, 2023 | -232.73 Mn |
| Jun 30, 2023 | -214.21 Mn |
| Mar 31, 2023 | -189.88 Mn |
| Dec 31, 2022 | -159.09 Mn |
| Sep 30, 2022 | -136.40 Mn |
| Jun 30, 2022 | -99.55 Mn |
| Mar 31, 2022 | -64.25 Mn |
| Dec 31, 2021 | -14.84 Mn |
| Sep 30, 2021 | 26.92 Mn |
Neogenomics Retained Earnings 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=retained-earnings&ticker=NEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=NEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();