Atrás a Alpha Vantage FX
Conectar Knoon AI con Alpha Vantage FX (Alpha Vantage) para automatizar flujos de trabajo de AI.
Fetch daily FX time series data.
alphaVantageFxTimeSeriesDaily
Beta
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | Sí |
| toSymbol | mustache | To currency (e.g. "USD"). | Sí |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | No |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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.timeZone | string | Market time zone. |
| seriesKey | string | Raw time series key name. |
| series.timestamp | string | Date for the data point. |
| series.open | number | Open rate. |
| series.high | number | High rate. |
| series.low | number | Low rate. |
| series.close | number | Close rate. |