Terug naar Alpha Vantage FX
Verbinding maken met Knoon AI met Alpha Vantage FX (Alpha Vantage) om AI-workflows te automatiseren.
Fetch intraday FX time series data.
alphaVantageFxTimeSeriesIntraday
BÈTA
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | Ja |
| toSymbol | mustache | To currency (e.g. "USD"). | Ja |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | Ja |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | Nee |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |