This API returns the Bollinger bands (BBANDS) values.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"function","type":"string","required":true,"description":"The technical indicator of your choice. In this case, function=BBANDS","enum":["BBANDS"]}, {"name":"symbol","type":"string","required":true,"description":"The name of the ticker of your choice. For example: symbol=IBM"}, {"name":"interval","type":"string","required":true,"description":"Time interval between two consecutive data points in the time series. The following values are supported: 1min, 5min, 15min, 30min, 60min, daily, weekly, monthly","enum":[..., {"name":"time_period","type":"integer","required":true,"description":"Number of data points used to calculate each BBANDS value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}, {"name":"series_type","type":"string","required":true,"description":"The desired price type in the time series. Four types are supported: close, open, high, low","enum":["close","open","high","low"]}, {"name":"month","type":"string","required":false,"description":"By default, this parameter is not set and the technical indicator values will be calculated based on the default length of the underlying intraday, daily, weekly, or monthly..., {"name":"nbdevup","type":"integer","required":false,"description":"The standard deviation multiplier of the upper band. Positive integers are accepted. By default, nbdevup=2."}, {"name":"nbdevdn","type":"integer","required":false,"description":"The standard deviation multiplier of the lower band. Positive integers are accepted. By default, nbdevdn=2."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available