Unusual Volume Scan

Assets at significantly abnormal volume levels

GET https://api.tickerapi.ai/v1/scan/unusual-volume

Finds assets where today's volume is significantly above their historical norm. Includes directional context, accumulation state, and streak information.

Parameters

ParameterTypeDefaultDescription
asset_classstringallstock, crypto, etf, or all
sectorstringnoneFilter by sector (case-insensitive). Returns a dedicated top-50 for that sector. Values: Technology, Healthcare, Financial Services, Consumer Cyclical, Industrials, Consumer Defensive, Energy, Utilities, Real Estate, Communication Services, Basic Materials, Crypto, ETF
market_cap_tierstringnoneFilter by market cap tier: nano, micro, small, mid, large, mega, ultra_mega
min_ratio_bandstringabove_averageabove_average, high, or extremely_high
sort_bystringvolume_percentilevolume_percentile
limitinteger20Max results. Max: 100
timeframestringdailydaily or weekly
datestringlatestHistorical snapshot. Plus+

Response Fields

Free Tier Free

ticker, asset_class, volume_ratio_band, condition_rarity, sector

Plus Plus

All free fields plus:

FieldTypeDescription
volume_percentilefloatRank in 1-year history. 0–100
price_direction_on_volumestringup, down, or flat
consecutive_elevated_daysintegerDays above normal volume
rsi_zonestringCurrent RSI zone
trend_contextstringBroader trend direction
nearest_level_distancestringProximity to nearest S/R level
nearest_level_typestringsupport or resistance
earnings_proximitystringStocks only. Volume near earnings is expected; distant spikes are more notable
last_earnings_surprisestringStocks only. big_beat, beat, met, missed, or big_miss
volume_stabilitystringBand stability: fresh, holding, established, or volatile
volume_flips_recentintegerNumber of recent volume band flips

Pro Only Pro

All Plus fields plus:

FieldTypeDescription
accumulation_statestringAccumulation/distribution state — institutional flow signal
historical_avg_elevated_streakfloatAsset's average elevated streak — historical context
sector_elevated_volume_countintegerPeers with unusual volume
sector_total_countintegerTotal sector peers

Example

GET /v1/scan/unusual-volume?asset_class=stock&min_ratio_band=high&limit=1
{ "matches": [{ "ticker": "GME", "asset_class": "stock", "volume_ratio_band": "extremely_high", "volume_percentile": 99.2, "price_direction_on_volume": "up", "accumulation_state": "strong_accumulation", "consecutive_elevated_days": 3, "historical_avg_elevated_streak": 1.8, "condition_rarity": "extremely_rare", "condition_percentile": 1.4, "rsi_zone": "neutral_high", "trend_context": "uptrend", "nearest_level_distance": "at_level", "nearest_level_type": "resistance", "sector": "Retail", "sector_elevated_volume_count": 2, "sector_total_count": 24, "earnings_proximity": "not_soon", "last_earnings_surprise": "beat", "volume_stability": "fresh", "volume_flips_recent": 4 }], "total_scanned": 648, "match_count": 9, "data_status": "eod" }