Retrieve the Moving Average Convergence/Divergence (MACD) for a specified options ticker over a defined time range. MACD is a momentum indicator derived from two moving averages, helping to identify trend strength, direction, and potential trading signals.
- Provider
- Massive Stocks REST API
- Input summary
- {"name":"optionsTicker","type":"string","required":true,"description":"The ticker symbol for which to get MACD data."}, {"name":"timestamp","type":"string","required":false,"description":"Query by timestamp. Either a date with the format YYYY-MM-DD or a millisecond timestamp."}, {"name":"timestamp.gte","type":"string","required":false,"description":"Search timestamp for values that are greater than or equal to the given value."}, {"name":"timestamp.gt","type":"string","required":false,"description":"Search timestamp for values that are greater than the given value."}, {"name":"timestamp.lte","type":"string","required":false,"description":"Search timestamp for values that are less than or equal to the given value."}, {"name":"timestamp.lt","type":"string","required":false,"description":"Search timestamp for values that are less than the given value."}, {"name":"timespan","type":"string","required":false,"description":"The size of the aggregate time window.","enum":["day"]}, {"name":"adjusted","type":"boolean","required":false,"description":"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 adju...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available