Indietro a Alpha Vantage FX
Connetti Knoon AI con Alpha Vantage FX (Alpha Vantage) per automatizzare i flussi di lavoro AI.
Fetch weekly FX time series data.
alphaVantageFxTimeSeriesWeekly
Beta
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | Sì |
| toSymbol | mustache | To currency (e.g. "USD"). | Sì |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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 | Week ending date. |
| series.open | number | Open rate. |
| series.high | number | High rate. |
| series.low | number | Low rate. |
| series.close | number | Close rate. |