Retour à Alpha Vantage Intelligence
Connecter Knoon AI avec Alpha Vantage Intelligence (Alpha Vantage) pour automatiser les flux de travail AI.
Run fixed-window analytics over a custom historical range.
alphaVantageIntelligenceAnalyticsFixedWindow
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| symbols | mustache | Comma-separated list of symbols (e.g. "IBM,MSFT"). | Oui |
| range | mustache | Historical range start (e.g. "2022-01-01"). | Oui |
| rangeEnd | mustache | Optional. Historical range end (e.g. "2022-12-31"). | Non |
| interval | mustache | Interval (e.g. "DAILY", "WEEKLY", "MONTHLY"). | Oui |
| ohlc | mustache | Optional. OHLC field ("open", "high", "low", "close"). | Non |
| calculations | mustache | Analytics calculations (e.g. "MEAN,STDDEV,MAX,MIN"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |