返回 Alpha Vantage FX

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

Fetch daily FX time series data.
alphaVantageFxTimeSeriesDaily
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
fromSymbolmustache From currency (e.g. "EUR").是的
toSymbolmustache To currency (e.g. "USD").是的
outputSizemustache Optional. "compact" or "full". Defaults to compact.没有
datatypemustache Optional. Response datatype ("json" or "csv"). Defaults to json.没有
回报
名称类型描述
fromSymbolstring From currency.
toSymbolstring To currency.
metadata.informationstring API response description.
metadata.fromSymbolstring From currency.
metadata.toSymbolstring To currency.
metadata.lastRefreshedstring Last refreshed timestamp.
metadata.timeZonestring Market time zone.
seriesKeystring Raw time series key name.
series.timestampstring Date for the data point.
series.opennumber Open rate.
series.highnumber High rate.
series.lownumber Low rate.
series.closenumber Close rate.