What is the best way of fetching 1 minute NIFTY Future OHLC ?

RN0316
RN0316 edited August 2016 in Python client
What is the best way of fetching 1 minute NIFTY Future OHLC ?
  • Kailash
    @RN0316 You can subscribe to the historical API (this costs extra) and fetch updates every minute.

    Or, you can just connect to the WebSocket API, stream ticks every second, and form 1 minute points at your end.
  • PRCHAKR
    I think zstreamquote library will do that, you may need java knowledge to deploy this in your localhost
Sign In or Register to comment.