This is really a basic thing. its not even working as documentation. Disappointing
Venuchary
@Venuchary
Best posts made by Venuchary
Latest posts made by Venuchary
-
RE: API Rate Limit checks are not perfectposted in Bugs
-
searchScrip ERROR : Search successful. No matching trading symbols found for the given query.posted in Python SDK
Hi,
It was working fine for last 6 monmths. currently it throwing an error for random options. With some option its working fine and with some options it throwing an error.
searchScriptData = obj.searchScrip("NFO", "BANKNIFTY24DEC2455400CE")response:
[I 241205 22:04:01 smartConnect:488] Search successful. No matching trading symbols found for the given query.
for name: {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': []}It give proper respose with "BANKNIFTY24DEC2455500CE".
searchScriptData = obj.searchScrip("NFO", "BANKNIFTY24DEC2455500CE")
Response:
[I 241205 22:14:45 smartConnect:485] Search successful. Found 1 trading symbols for the given query:
1. exchange: NFO, tradingsymbol: BANKNIFTY24DEC2455500CE, symboltoken: 67075
for name: {'status': True, 'message': 'SUCCESS', 'errorcode': '', 'data': [{'exchange': 'NFO', 'tradingsymbol': 'BANKNIFTY24DEC2455500CE', 'symboltoken': '67075'}]}Can any know why it happening.
-
OHLC request for specific time periodposted in General Discussion
Do we have a option to get Open high low close(OHLC) price for specific period of time like for last 5minutes or 10 minutes.
with this request "https://apiconnect.angelbroking.com/rest/secure/angelbroking/market/v1/quote/" -
RE: Get LTP Data OHLCposted in Python SDK
@Mnagesh Hi,
How can we mention time period in OHCL request.Suppose, I need OHLC for every 5 minutes.
can you please suggest me a way.