Retrieve the Exponential Moving Average (EMA) for a specified options ticker over a defined time range. The EMA places greater weight on recent prices, enabling quicker trend detection and more responsive signals.
- Provider
- Massive Stocks REST API
- Input summary
- {"name":"optionsTicker","type":"string","required":true,"description":"The ticker symbol for which to get exponential moving average (EMA) 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 exponential moving average are adjusted for splits. By default, aggregates are adjusted."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available