get_ema
Calculate the exponential moving average for a stock ticker, with customizable time span, window, and series type.
Instructions
Exponential Moving Average indicator values for a stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| timespan | No | day | |
| window | No | ||
| series_type | No | close | |
| timestamp | No | ||
| limit | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||