Download EoD data or send http per minute?

jmrc
Hi,

I wanted to store every days EoD (minute level) for all stocks.

This is not for historical data. Just for the current day.
Is there a function that does this?

I can also do this by querying via http for all instruments per minute
but will that be loading your server needlessly?

I'm using the Python Client and I could run a crontab per minute.. what would be the best way?

Thanks,





  • Kailash
    You should use the WebSocket API for live streaming. It's bundled into the Kite client. Don't poll HTTP requests.
Sign In or Register to comment.