返回 Alpha Vantage Intelligence
將 Knoon AI 與 Alpha Vantage Intelligence (Alpha Vantage) 連接以自動化 AI 工作流程。
Run fixed-window analytics over a custom historical range.
alphaVantageIntelligenceAnalyticsFixedWindow
測試版
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| 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"). | 否 |
| 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. |
| calculations | string | Requested calculations. |
| data | object | Raw analytics payload. |