Hi,
I am trying to download the historical data for SBI. I have subscription for historicl data as well.
I am using the below code to fetch the data. It says invalid token,
please let me know if anything is wrong in the code.
from_ = "2018-01-0…
This is the code I tried for CO order can you please tell me whats wrong in this?
try:
order_id = kite.place_order(
exchange=kite.EXCHANGE_NSE,
tradingsymbol='MRUTI',
transaction_type= kite.TRANSACTION_TYPE_SELL,
…
@rakeshr
Is it mandatory to specify 4 decimal positions for currency?
meaning "price = 70.7000" rather "price = 70.7" I see only this being the difference from the order thats going in Zerodha wwebsite.
Sorry that was a typo, but I tried with these symbols
as well,
USDINR18SEP, USDINR18SEPFUT. None of them are working.
please let me know if I am missing something.
order_id = kite.place_order(
variety=kite.VARIETY_REGULAR,
…