RuchiTanmay / nselib

nse data library
Apache License 2.0
50 stars 32 forks source link

Running parallel download for multiple stock data resulting in error #26

Closed MSB-MRI closed 1 month ago

MSB-MRI commented 1 month ago

Hi, I recently found out this very useful library for NSE data download. I'm trying to download multiple stock historical data using joblib but encountering errors. Does these functions only allow single query at a time from server??

RuchiTanmay commented 1 month ago

Hi, yes it is for single stock, you can use loop to extract date. thank you..

RuchiTanmay commented 1 month ago

thank you for your comment..