Recent Activity

  • rush
    Hello,
    i am developing one js platform where i want historical data, but i get {"status":"error","message":"Incorrect `api_key` or `access_token`.","data":null,"error_type":"TokenException"} my api key is right and also acces token, what is wrong?
    February 2018
  • Welcome Aboard!
    February 2018
  • Kousik, Yashvit, joshivk, prashanth100, jogadhi_sp and 11 others joined.
    Welcome Aboard!
    February 2018
  • cusodha
    Hi,

    Are you from gujarat? May i help you in developing anything related to kite connect?

    We are running a proprietary trading firm.

    -Chintan sodha
    February 2018
  • tonyAlapatt, SAGIAN, YB1398, sudershan, danagaraj and 15 others joined.
    Welcome Aboard!
    January 2018
  • hiralzala
    hiralzala 11:55AM Flag
    Nikhil,

    I am little bit confuse regarding my below query.

    Q. Can I get Last Minute Opening, High, Low and Close Price of Particular Stock?
    A. The stream is ephemeral, so you wouldn't get data for the previous minute. However, we do offer a historical data API that you can use to fetch past data. This is offered as an addon to the execution APIs charged at an additional Rs. 2000 per app, per month.

    as per my understanding there is below function in API.

    public void getHistoricalData(KiteConnect kiteConnect) throws KiteException {
    Map param8 = new HashMap(){
    {
    put("continuous", 0);
    put("from", "2017-10-09 15:00:00");
    put("to", "2017-10-09 15:03:00");
    }
    };
    HistoricalData historicalData = kiteConnect.getHistoricalData(param8, "256265", "3minute");
    }

    Can I get previous data of three minute candle from above function?
    January 2018
  • Prabjyot1, Sonu, hiralzala, rajesh84M, gaurav001 and 13 others joined.
    Welcome Aboard!
    January 2018
  • cusodha
    Thanks for support.
    January 2018
  • manyu, Laks, nashit93, ShawnFishe, Mohan and 19 others joined.
    Welcome Aboard!
    January 2018
  • Welcome Aboard!
    January 2018
  • Hello
    I am a beginner and using python.while Shifting to kiteconnect 3 I am getting error as follows .Pls help me.

    code:
    r = requests.get('https://api.kite.trade/instruments/NSE/VEDL?api_key=XXX&access_token=XXXX')
    rjson=r.json()
    print(rjson)
    error:
    {'status': 'error', 'message': 'That API call is not allowed for the authenticated user', 'error_type': 'PermissionException'}
    January 2018
  • Welcome Aboard!
    January 2018
  • Pradeep
    Hello
    I have a C# utility to study the market and trends - the utility has the ability to recommend me to purchase or sell stocks - i need a platform to please orders and sell it - can i use pi bridge? r what is the best method to make my transaction - appreciate your replay
    January 2018
  • raaghulr, rkanhiwal, RP7220, innamul, DH0592 and 13 others joined.
    Welcome Aboard!
    January 2018
  • toughguy
    Hi Sujith, I see that you have been very helpful in the group. I am struggling to find some help on my query. Can you please check and respond.
    https://kite.trade/forum/discussion/3009/i-intend-to-get-only-instruments-data-using-kite-and-not-any-user-specific-data#latest
    Also what all I need to have access to if i want to get stock data, I am not looking for Order details, etc.
    Thanks,
    January 2018
  • ZF2357, kraja84, sreshtabonam, madhuri, rajesh1212 and 10 others joined.
    Welcome Aboard!
    January 2018
  • ajay_2018, kgmkrish, deepakp, sumithsudesan, RC1564 and 10 others joined.
    Welcome Aboard!
    January 2018
  • Detrader, Anupkaranjkar, archulysses, RR4403, sandy and 18 others joined.
    Welcome Aboard!
    January 2018
  • Vivek changed his profile picture.
    Thumbnail
    January 2018
  • Naveen8197, GANESAN, parmar_akshay, ZS6160, ZM3488 and 17 others joined.
    Welcome Aboard!
    January 2018
  • YO0755, ranghaswamidinesh84, mhdp25, Ramya, pbd1194 and 10 others joined.
    Welcome Aboard!
    January 2018
  • aakashps1995
    Sir,
    I have error in third line
    String[] instrument = {"NSE:NIFTY BANK"};
    double bnl = kiteConnect.getOHLC(instrument).get("NSE:NIFTY BANK").lastPrice;
    double bnc = kiteConnect.getOHLC(instrument).get("NSE:NIFTY BANK").ohlc.close;
    ----------------------------------------------------------------------
    Exception in thread "main" com.zerodhatech.kiteconnect.kitehttp.exceptions.NetworkException
    at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.dealWithException(KiteResponseHandler.java:58)
    at com.zerodhatech.kiteconnect.kitehttp.KiteResponseHandler.handle(KiteResponseHandler.java:20)
    at com.zerodhatech.kiteconnect.kitehttp.KiteRequestHandler.getRequest(KiteRequestHandler.java:82)
    at com.zerodhatech.kiteconnect.KiteConnect.getOHLC(KiteConnect.java:535)

    January 2018
  • nitscorpion, sndpnits, YD7548, YR9266, arjun6669 and 13 others joined.
    Welcome Aboard!
    January 2018
  • sanjayjain85
    Hi Sujith,

    I am trying to invoke
    https://api.kite.trade/instruments/BSE/INFY?api_key=xxxxxxxxxxxxxxxxxx&access_token=XXXXXXXXXXXXXXXXXXX

    and getting below error.

    {"status": "error", "message": "That API call is not allowed for the authenticated user", "error_type": "PermissionException"}

    Can you help?
    January 2018
    • sujith
      sujith
      This is going to be deprecated soon. Use the Kite Connect 3 endpoints.
  • Welcome Aboard!
    January 2018
  • prakashrao
    hello, how to place multiple Bracket Orders in a single click? please guide me
    January 2018
  • GasTurbGuy
    Hi botany02,

    Is there an issue with KiteXL in downloading price data today? It was working fine in the morning but stopped working after that. I've detailed the issue in this discussion on the forum.

    https://kite.trade/forum/discussion/3005/quotes-not-streaming-in#latest

    Could you please let me know how to fix it? Thanks.
    January 2018
  • narayanan
    Hi botany02,
    congrat for the new kite connect 3.0 release.
    Is kitedotnet also updated to latest
    January 2018
  • GasTurbGuy
    Hi, I'm trying to login with KiteXL. I've installed it as per instructions and have entered in my API key and secret.

    The problem is that I get this error message: "User access denied. User is not enabled for kite connect".

    On the forum I had noticed that you had requested the user to PM you their client ID for resolution. My client ID is DA7338. I'm not using multiple instances. Could you please help me out? Thanks.
    January 2018
    • botany02
      botany02
      Hi, are you Publisher API?
    • GasTurbGuy
      GasTurbGuy
      Thanks for replying back.

      No, it's the paid subscription (Kite connect + publisher). I've PM'd a screenshot of the relevant kite connect developer app page.
    • botany02
      botany02
      @gastrubGuy
      Ping your Teamviewer Id and Password at 1030am.
      I'll check it through TV
    • GasTurbGuy
      GasTurbGuy
      @botany02

      Sorry I didn't see your message till now. I've PM'd you my teamviewer ID... I'll be online today during market hours. I'll be available tomorrow too if you can't make it today. Thanks!
    • GasTurbGuy
      GasTurbGuy
      @botany02

      Could you please let me know if someone is trying to address my complaint? It's very frustrating that I can't even log in and I'm not getting any feedback on the matter. All the while, it's not like my paid subscription is getting extended due to this error.
    • GasTurbGuy
      GasTurbGuy
      @botany02

      I've PM'd you my phone number. Could you please give me a call when you're free to resolve the issue please? I'd really like to resolve this issue at the earliest.
    • GasTurbGuy
      GasTurbGuy
      @botany02

      Could you get to me on this please? I would really appreciate it if the isssue can be resolved. Thanks.
    • GasTurbGuy
      GasTurbGuy
      Thanks for sorting out the issue @botany02. I didn't know that you were someone independent from Zerodha and yet you spend time helping other users. Much appreciated!
  • krisai, rkt7291, pkjoshikw, Amarsheriff, RK1991 and 16 others joined.
    Welcome Aboard!
    January 2018