工具 API
ADOSC
Returns the Chaikin A/D oscillator (ADOSC) values.
finance1 积分
调用信息
- 工具标识
- alpha-vantage.ADOSC
- 服务提供方
- 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.
monthNote: this parameter is ONLY applicable to intraday intervals (1min, 5min, 15min, 30min, and 60min)
fastperiodThe time period of the fast EMA. Positive integers are accepted. By default, fastperiod=3.
slowperiodThe time period of the slow EMA. Positive integers are accepted. By default, slowperiod=10.
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