TradingAPIs
TradingAPIs copied to clipboard
The official examples for IIFL Securities Trading APIs
Hi Team, I am trying to get trade details using fetch_trade_info() method but it is not returning any data. Please help. reqlist_t = [ { "Exch": "N", "ExchType": CE_ExchType, "ScripCode":...
Hi, I am facing issue with Vendor Login as it always says "Invalid head parameters.". I cross-checked multiple times and found no issue with "head" or "headers". I am not...
dear team i am working on some backtesting strategies for Nifty & Bank Nifty for which i want expired contract's scriptcode to symbol mapping, can you please help me out...
Hi can some one please help , I downloaded the IIFLapis Python SDK but getting error some circular error on logger Below is the exact error Partially initialized module 'logging'...
Hi, I am getting response as {'statusCode': 500, 'message': 'Internal server error', 'activityId': '90c14419-e90e-40c9-b271-3eeb2cf627c4'} for client.client_login(). My keys.conf file is in the same directory and it has all valid details....
{ "head": { "password": "", "appVer": "1.0", "appName": "", "requestCode": "", "osName": "Android", "userId": "", "key": "" }, "body": { "ClientCode": "" } } with headers : Ocp-Apim-Subscription-Key, Cookie and...
Team, I am using latest python library IIFLapis mentioned in the link "https://pypi.org/project/IIFLapis/". Currently it doesn't support for placing Bracket Order, request to add the same.
The rust example has 2 major problems: 1. The Login request method uses a different API than documented [here](https://nova.iiflsecurities.com/dev-docs/user-authentication-system/login). 2. The encryption is completely broken since the methods/crates it uses...
#Long Straddle client.long_straddle(symbol='BANKNIFTY',expiry='01 Dec 2022',strike_price='43000',qty='25',isIntra=True,client_id='*******', order_requester_code='order_requester_code',RemoteOrderID='XYZ010101') isko run krne ke bad i face this type error 14:44:13 | {'BrokerOrderID': 0, 'ClientCode': '', 'Exch': '\x00', 'ExchOrderID': '', 'ExchType': '\x00', 'LocalOrderID': 0,...