Alpha Vantage FX로 돌아가기
Knoon AI를 Alpha Vantage FX (Alpha Vantage)과 연결하여 AI 워크플로우를 자동화하세요.
Fetch intraday FX time series data.
alphaVantageFxTimeSeriesIntraday
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fromSymbol | mustache | From currency (e.g. "EUR"). | 네 |
| toSymbol | mustache | To currency (e.g. "USD"). | 네 |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | 네 |
| 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.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. |