get_indicators
Retrieve a single technical indicator series for a stock symbol over a specified date range. Specify indicator name (e.g., ma20, rsi14) and period to get values.
Instructions
Return one technical-indicator series (e.g. ma20, rsi14, macd_hist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| limit | No | ||
| start | Yes | ||
| symbol | Yes | ||
| frequency | No | 1d | |
| indicator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||