get_trending
Find stocks with strong breakout signals by listing tickers that surfaced in multiple scans over the last 30 days, including AI scores and trend direction.
Instructions
Get trending breakout tickers — symbols appearing in 2+ scans within the last 30 days, with aiScore, opportunityScore, performance, and trend (rising/falling/stable from score history). Paid: API key (subscriber) or x402 ($0.01). summary.avgScore is mean aiScore only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Results per page (default: 20, max: 100) | |
| stage | No | Filter by signal stage: Emerging (1 source), Building (2 sources), Consensus (3+ sources) | |
| trend | No | Filter by trend direction based on AI score history | |
| sector | No | Filter by sector (e.g. 'Technology', 'Healthcare') | |
| sortBy | No | Sort order (default: appearances) | appearances |
| source | No | Filter by signal source | |
| hidePnd | No | Hide pump-and-dump flagged tickers (default: false) | |
| marketCap | No | Filter by market cap: micro (<$300M), small ($300M-$2B), mid ($2B-$10B), large (>$10B) | |
| near52wLow | No | Only show tickers trading near their 52-week low | |
| returnPeriod | No | Return period for sorting/display (default: 7d) | 7d |
| minAppearances | No | Minimum scan appearances (default: 2) |