TOOL API
STOCH
Returns the stochastic oscillator (STOCH) values.
Call information
- Tool slug
- alpha-vantage.STOCH
- Provider
- Alpha Vantage
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
symbolrequiredThe name of the ticker of your choice. For example: symbol=IBM
intervalrequiredTime interval between two consecutive data points in the time series.
monthNote: this parameter is ONLY applicable to intraday intervals (1min, 5min, 15min, 30min, and 60min)
fastkperiodThe time period of the fastk moving average. Positive integers are accepted. By default, fastkperiod=5.
slowkperiodThe time period of the slowk moving average. Positive integers are accepted. By default, slowkperiod=3.
slowdperiodThe time period of the slowd moving average. Positive integers are accepted. By default, slowdperiod=3.
slowkmatypeMoving average type for the slowk moving average. By default, slowkmatype=0.
slowdmatypeMoving average type for the slowd moving average. By default, slowdmatype=0.
datatypeBy 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_dataParameter return_full_data