@admin Hey please respond to this.
Sourav
@Sourav
Best posts made by Sourav
Latest posts made by Sourav
-
Not able to log in via api
Currently I'm not able to log in via api
https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPasswordBut able to log in successfully in angel one app.
Kindly let us know, why it is happening? -
RE: Failed to get symbol details while calling getLtpData api end point
@admin Hi..But if this BLUECOAST-BE is not available then why it is mentioned in instrument json file. And If it will be mentioned there then how we will know that particular stock is not available.
-
Failed to get symbol details while calling getLtpData api end point
@admin This is the stock details in instrument json file.
{
"token": "8552",
"symbol": "BLUECOAST-BE",
"name": "BLUECOAST",
"expiry": "",
"strike": "-1.000000",
"lotsize": "1",
"instrumenttype": "",
"exch_seg": "NSE",
"tick_size": "5.000000"
}when I tried to get the ltp data for this stock...
{"exchange":"NSE","tradingsymbol":"BLUECOAST-BE","symboltoken":"8552"}
Gives response as
{
"message": "Failed to get symbol details",
"errorcode": "AB1018",
"status": false,
"data": null
}And I'm not getting 403 error code means I'm not exceeding the rate limit.
could you please explain the reason why it is happening ?
-
RE: Failed to get symbol details
@admin I have also got this response when I manually change the symbol and token.
{"exchange":"NSE","tradingsymbol":"KOTAKIT","symboltoken":"2632"}
{
"message": "Entered trading symbol and symbol token is mismatch",
"errorcode": "AB1019",
"status": false,
"data": null
}Actual is value of symbol and token.
{"exchange":"NSE","tradingsymbol":"KOTAKIT-BL","symboltoken":"2632"}
And the response is
{
"status": true,
"message": "SUCCESS",
"errorcode": "",
"data": {
"exchange": "NSE",
"tradingsymbol": "KOTAKIT-BL",
"symboltoken": "2632",
"open": 0.0,
"high": 0.0,
"low": 0.0,
"close": 0.0,
"ltp": 0.0
}
} -
RE: Failed to get symbol details
@admin What it means "breaching the limits"?
I didn't understand. Can you explain a bit more about it? -
RE: Failed to get symbol details
@admin When I call this api endpoint for all nse stocks. Then approx 300 request giving this error response with "Failed to get symbol details" message.
-
RE: Failed to get symbol details
@admin This is my request body.
{
"exchange": "NSE",
"tradingsymbol": "182D010721-TB",
"symboltoken": "2630"}
And api endpoint is:
https://apiconnect.angelbroking.com/order-service/rest/secure/angelbroking/order/v1/getLtpData
-
RE: Access denied because of exceeding access rate
@admin I solved the issues by reducing the request to 9/sec. Thanks for your time.