@admin Thank you. Its working now
luckymonu007
@luckymonu007
Best posts made by luckymonu007
Latest posts made by luckymonu007
-
Ticker not working
@admin Ticker is not giving any data.
subscribe() called!
ticker data: [{"msg":"cn","task":"cn","ak":"nk"}]
ticker data: [{"msg":"mw","task":"mw","ak":"nk"}]
ticker data: [{"msg":"hb","task":"hb","ak":"nk"}] -
RE: Un-reliable data
@luckymonu007 said in Un-reliable data:
29138
@admin123 Another example
Everything is coming zero
{"high":0,"low":0,"tradingsymbol":"JUBLINGREA-BL","ltp":0,"exchange":"NSE","close":0,"symboltoken":"2786","open":0}Can this be fixed?
-
Un-reliable data
@admin I tried to use few functionality of the API but to my surprise, the data that it return is totally wrong.
Example. getLTP("NSE", "INDUSTOWER-BL","29138") returns
{"high":200.2,"low":200.2,"tradingsymbol":"INDUSTOWER-BL","ltp":200.2,"exchange":"NSE","close":200.2,"symboltoken":"29138","open":200.2}However, as per NSE website(As on Sep 30, 2022 16:00:00 IST ), the values are
Open - 185.35
High - 199.35
Low - 185.35
Close -197.45Why wrong data is returned? the whole trading is dependent on the data and I can't see the reliability of the data. I am very much afraid to use the API if the whole purpose of the API is not fulfilled.
-
Un-reliable data
@admin I tried to use few functionality of the API but to my surprise, the data that it return is totally wrong.
Example. getLTP("NSE", "INDUSTOWER-BL","29138") returns
{"high":200.2,"low":200.2,"tradingsymbol":"INDUSTOWER-BL","ltp":200.2,"exchange":"NSE","close":200.2,"symboltoken":"29138","open":200.2}However, as per NSE website(As on Sep 30, 2022 16:00:00 IST ), the values are
Open - 185.35
High - 199.35
Low - 185.35
Close -197.45Why wrong data is returned? the whole trading is dependent on the data and I can't see the reliability of the data. I am very much afraid to use the API if the whole purpose of the API is not fulfilled.
-
RE: Guide to secure your SmartAPI Account with two factor authentication
@admin It already 13:00 and the link still does not work. How can I access the API ?
-
New Account - AB1004
I have opened a new account in Angel Broking in the hope that I can use the API but unfortunately I am observing that API is not at all stable and I don't know if its a production ready.
Today I tried to use the API and it is giving error message while generating session.
Error code - AB1004
{"data":null,"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false}Can someone help me how to fix this please.
-
RE: Websocket not re
@luckymonu007 said in Websocket not re:
Re: websocket not returning ticks
I am unable to get any data in websoket.
I tried SmartAPITicker.java as given in the examle but it is not workingI have opened a new account in Angel Broking in the hope that I can use the API but unfortunately I am observing that API is not at all stable and I don't know if its a production ready.
Today I tried to use the API and it is giving error message while generating session.
Error code - AB1004
{"data":null,"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false} -
Websocket not re
Re: websocket not returning ticks
I am unable to get any data in websoket.
I tried SmartAPITicker.java as given in the examle but it is not working