@kris123 the APIs offered by brokers do not fall under this category as the orders pass through the RMS of the broker. Don't worry. Unless we all want to poke a hornet's nest, this topic is best left un-discussed in forums.
@ayyaz
I have coded the equivalent in python as follows. This is working fine.
api_key='myapikey'
atoken='session_auth token'
tkn='token '+api_key+":"+atoken
#use a comma separated list for instrument, or single as below
inst='NFO:BANKNIFTY18JAN26…
now BANKNIFTY08FEB1826300CE is ok . BANKNIFTY08FEB1826200CE is having issue. Please create an SOP for your production config team to create the complete option chain instrument list .
I used to call the positions call once in 10 seconds. The pnl value returned against each open position used to be live and in sync with the value seen in the kite3 website. But in the V3 positions call the pnl value is constant for more than a minu…
@sujith. Last week this was fine after I moved to v3.
Just now I revamped my code to make a single call with a multiple instrument list. Working fine now. Will update in case there is an issue during market hours tomorrow.
Introducing sleep between…
New error while using the above command
Command "/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/qg/yqqpz15x6pzd3dw719b3gf100000gn/T/pip-build-nfnz6jnu/Twisted/setup.p…
@pivottrading.net I have coded the equivalent in python as follows. This is working fine.
api_key='myapikey'
atoken='session_auth token'
tkn='token '+api_key+":"+atoken
#use a comma separated list for instrument, or single as below
inst='NFO:BANKN…
This issue was sort out last week and today it has re-curred. This needs immediate attention. Either zerodha removes the dependency on the OMS vendor or provides the OI data in web socket also
@pinkpanther @sujith I have this demand open for a long time . This should be available in the historical API also. As I work on a Mac , none of the existing data vendors support Mac.
I make this call once in every 7 seconds, as I need the OI and the streaming data does not provide the same. I never had any issues earlier with a sleep of 7 seconds