Alpha Vantage Intelligence に戻る
Alpha Vantage Intelligence (Alpha Vantage) と Knoon AI を接続して AI ワークフローを自動化します。
Run sliding-window analytics over a custom historical range.
alphaVantageIntelligenceAnalyticsSlidingWindow
ベータ
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| symbols | mustache | Comma-separated list of symbols (e.g. "IBM,MSFT"). | はい |
| range | mustache | Historical range start (e.g. "2022-01-01"). | はい |
| rangeEnd | mustache | Optional. Historical range end (e.g. "2022-12-31"). | いいえ |
| interval | mustache | Interval (e.g. "DAILY", "WEEKLY", "MONTHLY"). | はい |
| ohlc | mustache | Optional. OHLC field ("open", "high", "low", "close"). | いいえ |
| windowSize | mustache | Window size in number of data points. | はい |
| calculations | mustache | Analytics calculations (e.g. "MEAN,STDDEV,MAX,MIN"). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| symbols | string | Symbols requested. |
| range | string | Range start. |
| rangeEnd | string | Range end when provided. |
| interval | string | Interval. |
| ohlc | string | OHLC field when provided. |
| windowSize | number | Window size. |
| calculations | string | Requested calculations. |
| data | object | Raw analytics payload. |