Indietro a Alpha Vantage Intelligence

Connetti Knoon AI con Alpha Vantage Intelligence (Alpha Vantage) per automatizzare i flussi di lavoro AI.

Run sliding-window analytics over a custom historical range.
alphaVantageIntelligenceAnalyticsSlidingWindow
Beta
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
NomeTipoDescrizioneObbligatorio
symbolsmustache Comma-separated list of symbols (e.g. "IBM,MSFT").
rangemustache Historical range start (e.g. "2022-01-01").
rangeEndmustache Optional. Historical range end (e.g. "2022-12-31").No
intervalmustache Interval (e.g. "DAILY", "WEEKLY", "MONTHLY").
ohlcmustache Optional. OHLC field ("open", "high", "low", "close").No
windowSizemustache Window size in number of data points.
calculationsmustache Analytics calculations (e.g. "MEAN,STDDEV,MAX,MIN").
Resi
NomeTipoDescrizione
symbolsstring Symbols requested.
rangestring Range start.
rangeEndstring Range end when provided.
intervalstring Interval.
ohlcstring OHLC field when provided.
windowSizenumber Window size.
calculationsstring Requested calculations.
dataobject Raw analytics payload.