@admin Hey please respond to this.
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.
-
RE: get quotes index in sensex
@swarup Hi ..have you got the sensex symbol or token related information?
-
Failed to get symbol details
@angelbroking @admin @SmartAPI_Angel @StocksDeveloper
While calling getLtpdata api, I'm not able to get some stock details. They give this response.
{
"message": "Failed to get symbol details",
"errorcode": "AB1018",
"status": false,
"data": null
}I want to know the probable reasons behind this response.
-
Access denied because of exceeding access rate
@angelbroking @admin @SmartAPI_Angel @StocksDeveloper
I am trying to get the NSE stocks details using api (https://apiconnect.angelbroking.com/order-service/rest/secure/angelbroking/order/v1/getLtpData). But its giving access denied error 403.
I am trying to fetch 9 stock details in one iteration in loop with setTimeout 1 sec. Because getLtpData ratelimit is 10 request/sec. But still getting access rate limit error.
I don't know why it is giving error ? Please help. Its almost 15 days I have been trying.
-
RE: Always getting Time feed as a response
@admin Now again...I'm getting time feed as a response each time.
Same as previously. -
RE: Always getting Time feed as a response
@admin Hello...now I'm able to get the responses successfully. I am checking it in all aspects. If I will find any issue then I will get touch with you.
-
RE: Always getting Time feed as a response
@admin Thanks for your response. I'm waiting for your updates on this.
-
RE: Always getting Time feed as a response
@angelbroking @admin @SmartAPI_Angel @StocksDeveloper Is this a bug or some faults? please let me know.
-
RE: Always getting Time feed as a response
@admin please provide some informations regarding this.