@admin @admin123 @administrators
+1 Facing same issue. Please fix this.
Posts made by pashriva
-
RE: Historic API not working
-
Accessing OpenAPIScripMaster.json is returning null
The below URL is returning null today.
https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json
-
RE: getCandle function is throwing error and returning null
Hi Raised this issue a few days back. I was able to fix the issue by downloading the project and making the code change and putting the class file in my jar file. But after that it is running into another issue. Check this thread.
@admin please help
-
RE: Java SmartConnect candleData function is broken
@admin
I took Java file from the github, made the fix and compiled and patched to my code, so I was able to proceed. But then I encountered another issue. The data returned by the candleData() function is returning duplicate entries. For example for 1 day candleData for Heromotoco is returning below, which is like same candle 6 times. -
RE: Java SmartConnect candleData function is broken
@admin
I took Java file from the github, made the fix and compiled and patched to my code, so I was able to proceed. But then I encountered another issue. The data returned by the candleData() function is returning duplicate entries. For example for 1 day candleData for Heromotoco is returning below, which is like same candle 6 times. -
RE: Java SmartConnect candleData function is broken
@admin
This function is broken. The Line 541 throws an exception and hence the function returns null value.Below is response.
-
RE: unable to login - SSLError
+ 1
If I am not wrong, similar issue happened a few months back also.
-
RE: How to determine the Withdrawable Cash from RMS data
@admin Thanks for making note of this, but till the time it is done, can you please suggest me how to I derive these 2 data items for using in my calculation
-
RE: How to determine the Withdrawable Cash from RMS data
@admin Sorry but contacting normal customer care did not really solve my query.
My query is very simple, the "availalbe cash" retured by RMS contains the withdrawable balance + Unsettled balance. These 2 data items are missing in the RMS.
Can these two be added in the RMS response?
-
RE: How to determine the Withdrawable Cash from RMS data
Thanks @admin,
Can you please help me with a pointer in the documentation as to where I can find the meaning of all these individual items returned by the getRMS() API?For example where in the Java doc is the meaning of the collateral or utilisedspan.
I am not sure if the normal customer care will be able to tell exactly how to calculate the withdrawable balance from the items returned by getRMS(). Not sure if they will have access to all this documentation etc.
-
How to determine the Withdrawable Cash from RMS data
Hi,
The getRMS() api returns below data but it is not very clear how to determine the Withdrawable balance from it. @admin could you please share this info.{"utilisedexposure":"0","availableintradaypayin":"54","utiliseddebits":"12554.549999999999272","utilisedholdingsales":"0","utilisedturnover":"0","utilisedpayout":"0","m2munrealized":"0","m2mrealized":"0","availablecash":"18116.811999999998079","availablelimitmargin":"-1053.75","utilisedoptionpremium":"0","net":"18116.811999999998079","collateral":"31546.331999999998516","utilisedspan":"0"}
-
RE: smartConnect error
@rishi Yes me too. I am using the JAVA client library
-
RE: Symbol not found error AB1009
Hi @admin
What exactly is Symbol Token ? Is it something which is specific to Angel Broking Universe or is it something which is decided by the exchanges?Usually doing something like NSE:SBIN or BOM:500112 is sufficient for uniquely identifiying the SBI Equity stock. Then why is this Symbol token required.
And even if it is something specific to Angel Broking Universe, what is the right way of getting the Symbol token from NSE:SBIN or BOM:500112
Thanks,
P