חזרה אל Alpha Vantage FX
התחבר ל-Knoon AI עם Alpha Vantage FX (Alpha Vantage) כדי לאוטומטי תהליכי עבודה של AI.
Fetch daily FX time series data.
alphaVantageFxTimeSeriesDaily
בטא
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | כן |
| toSymbol | mustache | To currency (e.g. "USD"). | כן |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | לא |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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. |