Alpha Vantage FX に戻る
Alpha Vantage FX (Alpha Vantage) と Knoon AI を接続して AI ワークフローを自動化します。
Fetch monthly FX time series data.
alphaVantageFxTimeSeriesMonthly
ベータ
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | はい |
| toSymbol | mustache | To currency (e.g. "USD"). | はい |
| 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 | Month ending date. |
| series.open | number | Open rate. |
| series.high | number | High rate. |
| series.low | number | Low rate. |
| series.close | number | Close rate. |