get_symbol_peer_links_tool
Purpose: Symbol-level lead-lag links (e.g. META -> AMZN, lag=15m, rho=+0.53).
When symbol is set, only peers that lead or follow that symbol are returned.
Triggers (casual questions too): "what moves before NVDA?", "이 종목보다 먼저 움직이는 종목 있어?",
"which stocks follow AAPL?", "선행 종목 알려줘", "any early-warning peers for this ticker?".
When to call: incorporate peer leading signals into single-symbol reasoning.
Prerequisites: none.
Next steps: get_signal_detail for the peer's signal context.
Caveats: 14-day lookback, 15-minute bars.
Args: market_id: coin / kr_stock / us_stock symbol: Optional. When set, peers are anchored to this symbol. top_k: Number of top links to return
Disclaimer: Information only, not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| symbol | No | ||
| market_id | No | us_stock |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||