Yes Ram, you are right.
If not able to provide the reliable data for API, should inform to customers about this issue by SMS or mail, so that clients make sure, and not to trade via API.
@Zerodha,
Please value your customers and take appropriate ac…
Dear Zerodha,
Please have a look as it urgent and serious issue, or please let share the info about this issue to all users, so that we can hold the order to place through API..
Dear Zerodha,
Please have a look as it urgent and serious issue, or please let share the info about this issue to all users, so that we can hold the order to place through API..
Yes , I am also facing the same issue..
Dear Zerodha,
please take a look at this issue and let provide better service to the customers..Its really annoying..
Thanks. However I would want get by python code. Will below code work?
pending_ord= requests.get("https://api.kite.trade/orders?api_key=myapi&access_token=token")
pendjson=pending_ord.json()
pendquan=pendjson['data'][0]['pending_q…
Hi, I found the way to to find two differnt stock pnl as per below code.please close my request.Thanks
hold1 = holdjson['data']['net'][0]['pnl']
hold2 = holdjson['data']['net'][1]['pnl']
I am using below code and I am getting "two pnl" for two different stocks, I am not sure how to get difference for these "two pnl" to determine net profit.I also attached output screen for your knowledge
import requests,time,json,sys
def main(): …
Sujith,
My main idea behind to fetch "buy_quantity" is to initiate some action when buy_quantity=0.
but my code return error whenever buy_quantity is come to zero.
is there anyway to get intraday positions details (buy/or sell quantity)?
My code …
Hi Sujith,
Thanks for your help.I have tried as mentioned below, but I am getting "IndexError: list index out of range" .Can you please help me as I am trying this for past 3 days?
hold1 = holdjson['data']['net'][0][buy_quantity]