ad6f143e43aa
Moving Average Convergence/Divergence (MACD)
Get moving average convergence/divergence (MACD) for a ticker symbol over a given time range.
Path parameters
The ticker symbol for which to get MACD data.
Query parameters
Query by timestamp. Either a date with the format YYYY-MM-DD or a millisecond timestamp.
The size of the aggregate time window.
Whether or not the aggregates used to calculate the MACD are adjusted for splits. By default, aggregates are adjusted. Set this to false to get results that are NOT adjusted for splits.
The short window size used to calculate MACD data.
The long window size used to calculate MACD data.
The window size used to calculate the MACD signal line.
The value in the aggregate which will be used to calculate the MACD. i.e. 'close' will result in using close values to calculate the MACD.
Whether or not to include the aggregates used to calculate this indicator in the response.
The order in which to return the results, ordered by timestamp.
Limit the number of results returned, default is 10 and max is 5000
Range by timestamp.
Range by timestamp.
Range by timestamp.
Range by timestamp.
Response
Moving Average Convergence/Divergence (MACD) data for each period.