Dear Team,
Fetching the LTP gives a NoneType error. Please check and revert. It's been 2 days we are getting this error. After resolving this, let us know if you will bear the responsibility of the losses occurring due to this ? If you can't answer, will ask SEBI.
Either you offer a good API service or you don't offer at all.
Also, please hire a good development team or outsource your requirements to a 3rd party. It is clear from the history of this forum that you guys cannot handle the workload.
Awaiting your kind response.
def ltpData(self,exchange,tradingsymbol,symboltoken):
params={
"exchange":exchange,
"tradingsymbol":tradingsymbol,
"symboltoken":symboltoken
}
ltpDataResponse= self._postRequest("api.ltp.data",params)
return ltpDataResponse