工具 API

STOCHRSI

Returns the stochastic relative strength index (STOCHRSI) values.

finance1 积分

调用信息

工具标识
alpha-vantage.STOCHRSI
服务提供方
Alpha Vantage
平均响应
0 ms
近 7 天调用
0

输入参数

symbol必填

The name of the ticker of your choice. For example: symbol=IBM

interval必填

Time interval between two consecutive data points in the time series.

time_period必填

Number of data points used to calculate each STOCHRSI value. Positive integers are accepted (e.g., time_period=60, time_period=200)

series_type必填

The desired price type in the time series. Four types are supported: close, open, high, low

month

Note: this parameter is ONLY applicable to intraday intervals (1min, 5min, 15min, 30min, and 60min) for the equity markets.

fastkperiod

The time period of the fastk moving average. Positive integers are accepted. By default, fastkperiod=5.

fastdperiod

The time period of the fastd moving average. Positive integers are accepted. By default, fastdperiod=3.

fastdmatype

Moving average type for the fastd moving average. By default, fastdmatype=0.

datatype

By default, datatype=csv. Strings json and csv are accepted with the following specifications:

entitlement

"delayed" for 15-minute delayed data, "realtime" for realtime data

return_full_data

Parameter return_full_data