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