Decision tool

Screener

Find the best plays for your budget and risk profile. Filter by spend ceiling, era, grader, turnaround tolerance. Sort by score, ROI, fastest turnaround, or our transparent Best Value composite.

Preset queries

How "Best Value" composite is computed

The Best Value sort combines four normalized components, weighted by how much each contributes to a typical flipper's decision:

profit_norm    = min(1, log10(max(1, net_profit)) / log10(5000))
roi_norm       = min(1, roi_pct / 2.0)
liquidity      = min(1, sample_size_90d / 30)
time_efficiency = max(0, 1 - turnaround_days / 90)

best_value = 0.35 × profit_norm
           + 0.30 × roi_norm
           + 0.20 × liquidity
           + 0.15 × time_efficiency

Profit is log-scaled so a $5,000 net doesn't crowd out $200 nets entirely. ROI is capped at 200%. Liquidity rewards plays with ≥30 sales in the trailing 90 days. Time efficiency rewards faster turnarounds (BGS 20-day beats PSA 65-day at the margin).

Other sort keys are direct: highest net profit, highest ROI, lowest entry cost (raw price ascending), fastest turnaround, highest expected value.