返回 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. |