@dexter on slack you are unavailable on forum you are unavailable, should i wait for it to fix or just drop it ? No updates about nsepython no where, no fixes.its been a long time
can you replace the index_history function with the below in rahu.py-
def index_history(symbol,start_date,end_date):
data = "{'name':'"+symbol+"','startDate':'"+start_date+"','endDate':'"+end_date+"'}"
data = {'cinfo': data}
payload = requests.post('https://niftyindices.com/Backpage.aspx/getHistoricaldatatabletoString', headers=niftyindices_headers, data=json.dumps(data)).json()
payload = json.loads(payload["d"])
payload=pd.DataFrame.from_records(payload)
print(payload.head(1))
return payload
Could you share the rahul.py link
Uff. So Long. I am intervening. Wait.
Sorted. Refer Getting an error - #7 by dexter
1 Like