veroq_fast_snapshot
Retrieve a pre-computed trading signal for any ticker with score, direction, and factors using a fast lookup from pre-computed data, faster than running full analysis.
Instructions
Pre-computed signal for one ticker — fast lookup without running full analysis.
WHEN TO USE: When you need the signal for a specific ticker quickly. Faster than veroq_ticker_score because it reads pre-computed data. RETURNS: Ticker signal with score, direction, and factors. COST: 1 credit. EXAMPLE: { "ticker": "NVDA" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol (e.g. AAPL, NVDA, TSLA) |