Websocket: After subscribing to symbol , control is not getting returned to main program.
Is it possible to share a working code of websocket where subscribe and subscribes are getting called multiple times
This issue is for python library
Join FYERS Community to pick others' brains on Trading/Investing
Websocket: After subscribing to symbol , control is not getting returned to main program.
Is it possible to share a working code of websocket where subscribe and subscribes are getting called multiple times
This issue is for python library
Now Normal Login itself is not working
{'s': 'error', 'code': -22, 'message': 'Could not authenticate the user'}
its with even newly generated access token
It seems someone in ur team has reduced life cycle period of auth token to few min.
Please check
Hi,
Once i have started websocket streaming of data, subscibing a new symbol works, but unsubscribing doesnt works.
I keep getting the data of symbols which i had unsubscribed
Here is the sample Code
def unSubscribeSymbol(self,symbol=None):
data_type = "symbolData"
symbol = ["NSE:NIFTY50-INDEX"]
print("UnSubscribe Called")
self.fs.unsubscribe(symbol=symbol)
PS:
self.fs is globally accessed variable which has the object of websocket.
is it possible to get ATP as part of historical data, as of now atp is already available as part of tick data...
for clients, it will require good amount of effort to store and resample atp ....
it vl be easier for us to use it, if it is available as part of historical data or any other historical api.
Hi,
Although i m using symbol provided in sample i.e.. NSE:SBIN-EQ .... history api is giving me below error:
{'s': 'error', 'code': -300, 'message': 'Please provide a valid symbol'}
please help with valid symbol format.
Also, what should be the format for fetching data for n number of symbols say 20 ,30 or 50 symbols in one request