Back to Alpha Vantage Intelligence

Connect Knoon AI with Alpha Vantage Intelligence (Alpha Vantage) to automate AI workflows.

Run sliding-window analytics over a custom historical range.
alphaVantageIntelligenceAnalyticsSlidingWindow
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
symbolsmustache Comma-separated list of symbols (e.g. "IBM,MSFT").Yes
rangemustache Historical range start (e.g. "2022-01-01").Yes
rangeEndmustache Optional. Historical range end (e.g. "2022-12-31").No
intervalmustache Interval (e.g. "DAILY", "WEEKLY", "MONTHLY").Yes
ohlcmustache Optional. OHLC field ("open", "high", "low", "close").No
windowSizemustache Window size in number of data points.Yes
calculationsmustache Analytics calculations (e.g. "MEAN,STDDEV,MAX,MIN").Yes
Returns
NameTypeDescription
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.