TOOL API

MACDEXT

Returns the moving average convergence / divergence values with controllable moving average type.

finance1 credits

Call information

Tool slug
alpha-vantage.MACDEXT
Provider
Alpha Vantage
Average response
0 ms
Calls in 7 days
0

Input parameters

symbolrequired

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

intervalrequired

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

series_typerequired

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)

fastperiod

Positive integers are accepted. By default, fastperiod=12.

slowperiod

Positive integers are accepted. By default, slowperiod=26.

signalperiod

Positive integers are accepted. By default, signalperiod=9.

fastmatype

Moving average type for the faster moving average. By default, fastmatype=0.

slowmatype

Moving average type for the slower moving average. By default, slowmatype=0.

signalmatype

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