Tillbaka till Alpha Vantage FX
Anslut Knoon AI med Alpha Vantage FX (Alpha Vantage) för att automatisera AI-flöden.
Fetch daily FX time series data.
alphaVantageFxTimeSeriesDaily
BETA
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | Ja |
| toSymbol | mustache | To currency (e.g. "USD"). | Ja |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | Nej |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |