Alpha Vantage FX로 돌아가기
Knoon AI를 Alpha Vantage FX (Alpha Vantage)과 연결하여 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. |