stocks_get_sma
Calculate the simple moving average (SMA) for a stock symbol to identify price trends, with configurable time span and window size.
Instructions
Get Simple Moving Average for a stock symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| symbol | Yes | ||
| adjusted | No | ||
| timespan | No | day | |
| timestamp | No | ||
| series_type | No | close | |
| window_size | No |