Getting System.Collections.Generic.KeyNotFoundException while calling kite.GetHistorical method.

Jegan
Jegan edited December 2017 in .Net API client
While calling kite.GetHistorical() method, sometimes it throws System.Collections.Generic.KeyNotFoundException exception

I have tried with several instrument types and several time periods , but still the errors is same ,

below is my code (tried with INFY)

List historical = kite.GetHistorical("4578305", "2017-12-01", "2017-12-01", "minute");

List historical = kite.GetHistorical("4578305", "2016-01-01 11:00:00", "2016-01-01 11:10:00", "minute");

List historical = kite.GetHistorical("5633", "2016-12-28", "2017-01-01", "minute", Continuous: true);

All the results are same :neutral:
Sign In or Register to comment.