Is there a way to get historical data for particular ticker for each price change event instead of time based? I need to capture every price change event for past record of given stock.
Is there a way to get historical data for particular ticker for each price change event instead of time based?
No,we don't have separate APIs to segregate historical data as per price change but you can use time based historical data and built price based change logic at your code.