I'm getting 404 error....
Is this API endpoint live?
Best posts made by Saranesh
-
RE: Announcing Brokerage Calculator API for SmartAPI users
Latest posts made by Saranesh
-
No previous_close_price or net_change or percent_change in websocket tick data
Why the websocket tick data for quote & snap quote subscription mode not included anything about the previous day price?
I can't understand the logic behind including 52w high & low in snap quote but not giving anything related to previous day price (either previous_close_price or net_change or percent_change) -
No previous_close_price or net_change or percent_change in websocket tick data
Why the websocket tick data for quote & snap quote subscription mode not included anything about the previous day price?
I can't understand the logic behind including 52w high & low in snap quote but not giving anything related to previous day price (either previous_close_price or net_change or percent_change) -
No previous_close_price or net_change or percent_change in websocket tick data
Why the websocket tick data for quote & snap quote subscription mode not included anything about the previous day price?
I can't understand the logic behind including 52w high & low in snap quote but not giving anything related to previous day price (either previous_close_price or net_change or percent_change) -
tradingsymbol vs tradingSymbol
Is it consistent across APIs response JSON with "tradingsymbol"
Looks like some APIs returning "tradingsymbol" and some returning "tradingSymbol" -
tradingsymbol vs tradingSymbol
Is it consistent across APIs response JSON with "tradingsymbol"
Looks like some APIs returning "tradingsymbol" and some returning "tradingSymbol" -
RE: Announcing Brokerage Calculator API for SmartAPI users
Though the new endpoint working, it looks like the price is expected in integer, NOT a float...
If the payload price given in float then the endpoint returning {"message":"Internal Error","errorcode":"AB2001","status":false,"data":null}
For example, the endpoint accepting "price": "600" BUT not accepting "price": "600.00"Also the "total_charges" in the response JSON not matching with "angelone.in/calculators/brokerage-calculator" which means the endpoint calculation not exactly same as online brokerage calculator.
Why you are simply releasing a new function without doing these simple tests?
-
RE: Announcing Brokerage Calculator API for SmartAPI users
@Moderator_2
Though the new endpoint working, it looks like the price is expected in integer, NOT a float...
If the payload price given in float then the endpoint returning {"message":"Internal Error","errorcode":"AB2001","status":false,"data":null} -
RE: Announcing Brokerage Calculator API for SmartAPI users
@Moderator_2
Yes. The new endpoint is working -
RE: Announcing Brokerage Calculator API for SmartAPI users
I'm getting 404 error....
Is this API endpoint live?