It looks like you're new here. If you want to get involved, click one of these buttons!
KiteConnect.ready(function () {
        var kite = new KiteConnect("MY API KEY");
        kite.add({
          exchange: "NSE",
          tradingsymbol: "SBIN",
          quantity: 1,
          transaction_type: "BUY",
          order_type: "MARKET",
        });
        // This is the problematic field, 
        kite.finished(function (status, request_token) {
          console.log(status, request_token);
        });
        kite.link("#custom-button");
One more issue is that, The LTP is also been shown as zero since today.