@admin is this for python only? I am working on the flutter app and I tried the URL but it is not responding.
keval.promact
@keval.promact
Best posts made by keval.promact
Latest posts made by keval.promact
-
RE: Websocket streaming suddenly stop responding for last one week
-
Websocket streaming suddenly stop responding for last one week
I have my app uploaded on the playstore and app store. The app is basically fetching the scripts details through websocket. The app was working fine till last week. The web socket suddenly stop responding. I tried debugging the app but web socket always responds with the following json:
[{"ak":"nk","task":"cn","msg":"cn"}][{"ak":"nk","task":"sfi","msg":"sfi"}]
@admin Please help me to resolve this issue asap.
-
RE: Unable to login with my client code and passowrd.
@admin Here I am sharing my client code for migration. Please let me know when it is migrated successfully. Also, any when we can expect to complete the migration process on which you guys are working?
client code: NARH1023
-
RE: Unable to login with my client code and passowrd.
@admin . No. What is migration, why it is needed and what will be the procedure to migrate? Can you please describe the stuff in brief? Also can you please let us know which accounts will require migration? Are there any special criteria that we need to look for?
-
Unable to login with my client code and passowrd.
I have two different accounts in angel broking and I am able to log in with both account's credentials on angel broking's portal as well as in the mobile app. But when I am using those credentials in the API (https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword), I am getting following error.
YOUR USER ID OR PASSWORD IS INVALID
Why it is happening so? Please guide me.
-
RE: Unable to fetch the symbol token for sensex.
@admin thanks this is working fine when the market is live and the socket is connected. How will I be able to fetch the last value of Sensex when the market is not live?
-
RE: Unable to fetch the symbol token for sensex.
@admin then how you guys are showing the Sensex values in your portal and mobile app?
-
Unable to fetch the symbol token for sensex.
I want to display the latest value of Sensex and Nifty in my app. I am calling all instrument JSON file to get the symbol token and then I am using those symbol tokens in the web socket.
For nifty the symbol token is 26000 and I am passing nse_cm|26000 in the web socket to fetch the value and I am getting it correctly.
But for Sensex, I am unable to get the symbol token. @admin can you please share the symbol token of Sensex or any other way to display the Sensex price in my app. I think I am pretty sure that all instrument JSON file doesn't provide the symbol token for Sensex.
I am using this link to get the symbol token of all the instruments.
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
-
RE: websocket
@admin In the instrument file there is no instrument realted to sensex. Can you please let me know how can I get the latest price for sensex?