Technical Analysis Tools
Use these when you need technical confirmation beyond a raw symbol list.
get_technical_indicators
- Helps you inspect one symbol technical context.
- Typical output:
latestsnapshot plus recent indicator history.
get_batch_indicators
- Helps you compare technicals across many symbols at once.
- Typical output: symbol-to-indicators map with pagination fields.
get_relative_strength
- Helps you evaluate one symbol vs benchmark.
- Typical output: benchmark-relative returns and summary.
get_batch_relative_strength
- Helps you rank a watchlist or screen output by strength.
- Typical output: ranked
leaders,laggards, and benchmark context.