返回 Alpha Vantage Core

将 Knoon AI 与 Alpha Vantage Core (Alpha Vantage) 连接以自动化 AI 工作流。

Fetch intraday time series data from Alpha Vantage.
alphaVantageCoreTimeSeriesIntraDay
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
symbolmustache Stock symbol (e.g. "IBM").是的
intervalmustache Intraday interval (e.g. "1min", "5min", "15min", "30min", "60min").是的
outputSizemustache Optional. "compact" (latest 100) or "full" (up to 20+ years). Defaults to compact.没有
monthmustache Optional. Slice month for extended intraday history (e.g. "2009-01").没有
adjustedmustache Optional. Whether to return adjusted data ("true" or "false").没有
extendedHoursmustache Optional. Include extended hours data ("true" or "false").没有
回报
名称类型描述
symbolstring Stock symbol.
metadata.informationstring API response description.
metadata.symbolstring Stock symbol.
metadata.lastRefreshedstring Last refreshed timestamp.
metadata.intervalstring Intraday interval.
metadata.outputSizestring Output size.
metadata.timeZonestring Market time zone.
seriesKeystring Raw time series key name.
series.timestampstring Timestamp for the data point.
series.opennumber Open price.
series.highnumber High price.
series.lownumber Low price.
series.closenumber Close price.
series.volumenumber Volume.