| # | Card {{ sortDir==='asc'?'▲':'▼' }} | Trend | 1W CHG {{ sortDir==='asc'?'▲':'▼' }} | 1M CHG {{ sortDir==='asc'?'▲':'▼' }} | 1Y CHG {{ sortDir==='asc'?'▲':'▼' }} | Floor PSA 10 {{ sortDir==='asc'?'▲':'▼' }} | Last Sold {{ sortDir==='asc'?'▲':'▼' }} | Mkt Cap {{ sortDir==='asc'?'▲':'▼' }} | Asks {{ sortDir==='asc'?'▲':'▼' }} | PSA 10 Pop {{ sortDir==='asc'?'▲':'▼' }} | Gem Rate {{ sortDir==='asc'?'▲':'▼' }} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.rank ?? '—' }} |
|
{{ row.chg1W >= 0 ? '+' : '' }}{{ row.chg1W.toFixed(1) }}% — | {{ row.chg1M >= 0 ? '+' : '' }}{{ row.chg1M.toFixed(1) }}% — | {{ row.chg1Y >= 0 ? '+' : '' }}{{ row.chg1Y.toFixed(1) }}% — | {{ row.cheapest_psa10 ? fmtPrice(row.cheapest_psa10) : '—' }} | {{ row.last_sold_psa10 ? fmtPrice(row.last_sold_psa10) : '—' }} | {{ row.market_cap ? fmtPrice(row.market_cap) : '—' }} | {{ row.psa10_listings || '0' }} | {{ row.psa10_pop != null ? fmtNum(row.psa10_pop) : '—' }} | {{ row.gem_rate.toFixed(1) }}% — |