Hello forum members & @admin
Am the only one facing problem with fetch ltp? any new update released for python SDK?
Please reply.
Hello forum members & @admin
Am the only one facing problem with fetch ltp? any new update released for python SDK?
Please reply.
@admin @pari @rukku @Bharath-Ron @Cyriac @ramanagajula1999 @Preetham @Pavithra @senthil-hss
Looks like LTP data is in appropriate.. its giving 1 hour back LTP.. Request all to check once..
Admin.. this issue keeps repeating.. Please make sure that we can blindly rely on the API.. otherwise we all going to loose quite a lot..
Please rectify the issue ASAP.
@admin The issue is again back. Ltp prices still not updating. Please update here when the issue is resolved.
@laxm I replaced my code with below to get ltp from Yahoo FInance.
BN_data1 = yf.download(tickers='^NSEBANK', period='1m',progress=False)
BN_ltp = BN_data1["Close"][-1]
@admin unable to fetch getltp of INDEX (Banknifty & Nifty)
@Vignesha yes it got fixed in 15-20 mins after my post.
Hi Admin,
Not receiving get_ltp data from 12:22 pm. Please rectify asap.
Thanks
@TB_Developer
check.. Websocket 2.0 Documentation https://drive.google.com/drive/u/1/folders/1GMwTMfxRdiloUziV4DYwlYchGXbOvTfL
@Ashok I am printing data only for 1 min.
Today.. Am getting data.
@Ashok ok Thank you.
Sometimes its printing the same message. multiple times. does it mean no response from server.
Hi @admin,
I am running websocket V2.0. for every 30 sec's its landing in pong function. I have subscribed only one token while running the below.
its consistent even with other token. Please look into this.
@laskshmi
its available here.
Websocket 2.0 Documentation https://drive.google.com/drive/u/1/folders/1GMwTMfxRdiloUziV4DYwlYchGXbOvTfL
@Ashok
Thank you Ashok.
Could get the formats right.
@Karthikeyan
@rajanprabu
@ashokkmr22
Thank you for the fix,
Can you please help me to get time stamp in datetime format.
'exchange_timestamp': 1668667371000.
Also prices (OHLC) into their required formats.
Thanks in advance.
@admin
This is the data am receiving from websocket V2, after including the change suggested by @rajanprabu.
The data seems to be not in proper format. "exchange_timestamp": 1668665016000. How should i decode it..
and the prices of tickers are not showing the decimal values. its showing as integer value.. including decimal points.
Please fix the issues ASAP.
@stevejmotha
Hi, I had to change my password through website. Then with new password I was able to login.. Please try and see if it works.
Dear Admin,
@admin
I am getting following error message. my client id: RMKK1008
{'success': False,
'message': 'Invalid Token',
'errorCode': 'AG8001',
'data': ''}
Please resolve it ASAP.