Not Able to Get Live Ticks and Historical Data

Prem
Prem edited November 2016 in Java client
Hi @sujith ,Hi @vivek ,Hi @Kailash ,

I am not able to get Live Ticks and also historical data for "NIFTY16NOV8700 PE"

Token is "11085058"

Map param = new HashMap(){

{
put("from", "2016-11-15");
put("to", "2016-11-15");
}
};

HistoricalData historicalData=KiteConnectSetup.getKiteConnectInstance().getHistoricalData(param,
"11085058","minute");

System.out.println(" HD "+historicalData.dataArrayList.size());

Json response of Historical Data is:

{"data":{"candles":[]},"status":"success"}

Why???

Kindly reply ASAP
Sign In or Register to comment.