返回 Alpha Vantage FX
将 Knoon AI 与 Alpha Vantage FX (Alpha Vantage) 连接以自动化 AI 工作流。
Fetch intraday FX time series data.
alphaVantageFxTimeSeriesIntraday
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | 是的 |
| toSymbol | mustache | To currency (e.g. "USD"). | 是的 |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | 是的 |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | 没有 |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| fromSymbol | string | From currency. |
| toSymbol | string | To currency. |
| metadata.information | string | API response description. |
| metadata.fromSymbol | string | From currency. |
| metadata.toSymbol | string | To currency. |
| metadata.lastRefreshed | string | Last refreshed timestamp. |
| metadata.interval | string | Intraday interval. |
| metadata.outputSize | string | Output size. |
| metadata.timeZone | string | Market time zone. |
| seriesKey | string | Raw time series key name. |
| series.timestamp | string | Timestamp for the data point. |
| series.open | number | Open rate. |
| series.high | number | High rate. |
| series.low | number | Low rate. |
| series.close | number | Close rate. |