Thanks Imran
I was looking into my pnl statement in equity segment.
There are four part in it
1. Realised P&L
2. Charges
3. Other credits & debits
4. Net realised P&L
Can you please let me know what element include in "Other Credit &…
Saw the same observation in Hexaware. I was long in it and because of wrong price (50 percent less) from Kite api quote, my stoploss got triggered and it has actually increased 25 percent between 3pm to 3:30.
Hi @sujith ,
I am getting error in below websocket command
import requests
response = requests.get("https://api.kite.trade/instruments?api_key=xxx")
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
Can y…
Hi @sujith
Any update on below as you mentioned in your comment
"It seems like pykiteconnect still doesn't support continuous charts feature. We will include it in next version."
Please also let me know continuous data for option would also be av…
Hi @sujith ,
Q1 These day end data is adjusted for split ?
Q2 Is the closing price is last traded prices or VWAP of last 30 minute?
Q3 What is the duration of data we having for 30 minute Candle ?
Thanks and Regards,
Abhishek Gupta
Hi @sujith ,
Please find below today order detail for Nickle mini sept future (Ticker NICKELM17SEPFUT)
OrderId = 170926001053280
Status = "PUT ORDER REQ RECEIVED"
Ideally status should be "Complete" because it was executed live in market.
I am n…
HI @sujith ,
thanks for your reply
Do Zerodha have any plan to provide minute historical data of expired contract in future ?
Also i have tried below but getting following error:-
kite.historical(12865538, "2017-04-01", "2017-09-08", "day",1)
…
Hi @sujith , @ajinasokan ,
Tried kite.quote('NSE','NIFTY BANK')
but result doesnt look appropriate. Is that because of Saturday?
result:-
{u'change_percent': 0.0, u'last_price': 0, u'open': 0, u'change': 0.0, u'close': 2437080.0}
Hello, I am using the September banknifty future ticker (12865538).
Kite api to fetch historical data - kite.historical(12865538, "2017-09-01", "2017-09-08", "60minute")
I am trying to get Historical data for previous months using below but i am …