get_ticker_network
Generate a price-correlation graph of stocks, centered on a chosen symbol or from top trending tickers, with edges above a minimum correlation.
Instructions
Price-correlation graph: nodes from co-occurrence or top trending; edges above minCorrelation (0–1). Omit symbol for trending-based graph. API key or x402 ($0.01).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default: 30) | |
| stage | No | Filter nodes by signal stage | |
| symbol | No | Center the network on this symbol (optional — omit for trending-based network) | |
| maxNodes | No | Maximum nodes (default: 30, min: 2, max: 50) | |
| minCorrelation | No | Minimum absolute correlation (0–1) for an edge (default: 0.3) |