Skip to main content
GET
Get matching trading strategies

Path Parameters

symbol
string
required

Response

Strategy matches

Options strategy recommendations based on current market conditions.

Matches are produced by strategy_service.get_strategy_matches(), which evaluates a static rule table (the STRATEGIES dict) against the stock's current indicator values and market conditions. This does NOT use the knowledge graph; an earlier graph-traversal design (Strategy REQUIRES / WORKS_IN_CONDITION edges) was specced but never implemented.

symbol
string
required
market_conditions
string[]

Current market conditions (e.g., 'HIGH_IV', 'UPTREND', 'LOW_VIX')

matches
StrategyMatch · object[]

Matching strategies sorted by score