sma
Calculate simple moving average for stocks using Alpha Vantage data to analyze price trends and identify market signals.
Instructions
Fetch simple moving average
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| interval | Yes | ||
| month | No | ||
| time_period | Yes | ||
| series_type | Yes | ||
| datatype | No | ||
| max_data_points | No | Maximum number of data points to return (default: 100) |