@rakeshr
Oh so sorry, I understand the mistake,
but still not getting historicaldata
I want to get todays historical data in 5minutes what should i pass as parameters ? can you give example codes ?
@rakeshr
this is called template string, and its right approach of debugging, my problem is not about concatenating , I am not getting value
I am getting in console
getting margin
getting historical data
got it : [object Object]
got it : undefi…
@rakeshr
here is my codes
var KiteConnect = require("kiteconnect").KiteConnect;
const express = require('express')
const app = express()
const port = 8081
var apiKey , apiSec, accTok, pubTok
var banknifty = '12680706'
app.get('/', (req, res) =>…
now SSL ERROR
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1317)
at TLSSocket.emit (events.js:203)
at TLSSocket._finishInit (_tls_wrap.js:792)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:606)
but i…
@Bhaveshsjain this is not an error, I can't see any error or warning, I think subscribe function is not working properly, might be some changes in the server
I have already completed that step.and this access token got from there. Currently getting ticks using websocket using this access token. I also have another question. where will I get instruments codes for ticks to be used on websocket ?