工具 API

STOCH

Returns the stochastic oscillator (STOCH) values.

finance1 积分

调用信息

工具标识
alpha-vantage.STOCH
服务提供方
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.

month

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

fastkperiod

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

slowkperiod

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

slowdperiod

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

slowkmatype

Moving average type for the slowk moving average. By default, slowkmatype=0.

slowdmatype

Moving average type for the slowd moving average. By default, slowdmatype=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