mbmarx

Results 14 comments of mbmarx

> script: > > ``` > import requests, bs4 > import glob, datetime, os, sys > > def mkdir(dir): > if not os.path.exists(dir): > os.makedirs(dir) > > def save_data(symbol, dirx):...

Is this package working till today, i have tried executing but nothing coming >>> from nsepy import get_history >>> from datetime import date >>> data = get_history(symbol="SBIN", start=date(2015,1,1), end=date(2015,1,31)) Traceback...

@pannet1 @swapniljariwala I am new to python and learning it as it is my need now. I am using Windows not Linux. Can you provide details what needs to be...

Some breakthrough The problem was using python3.6 BS4 Beautifulsoup not installed properly. Follow the below steps if you face the same problem :+1: https://stackoverflow.com/questions/31730053/python-3-4-installing-bs4-running-python2-not-python3 I had the same issue after...

Hi Swapnil, When is the NSEpy0.7 release.

Hello Swapnil, Is there any issue with nsepy until yesterday it was working fine suddenly today everything dataframe comes as zero. I m using 0.6 Regards Marx On 25-Nov-2017 1:42...

When is the NSEPY0.8 release ? Also cant this be run continuously to get all script data ;after 30-40 script run it throws error.Looks NSE blocking the link.

@swapniljariwala the same error i am getting , it looks you have updated package 17days ago and committed changes two days back ,i have installed the changes to latest still...

@swapniljariwala @sarwankx can you please look at this issue and provide some solution .All of us waiting now. Some working solution is needed . **Others please confirm if you could...

@subinoy @swapniljariwala the start of this thread has the error message the same error message i am getting @vrp-selvam . Not even able to fetch any data only the error...