Retour à Alpha Vantage FX
Connecter Knoon AI avec Alpha Vantage FX (Alpha Vantage) pour automatiser les flux de travail AI.
Fetch monthly FX time series data.
alphaVantageFxTimeSeriesMonthly
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | Oui |
| toSymbol | mustache | To currency (e.g. "USD"). | Oui |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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 | Month ending date. |
| series.open | number | Open rate. |
| series.high | number | High rate. |
| series.low | number | Low rate. |
| series.close | number | Close rate. |