GetInstruments for "NFO" is never returning value.

vishwash_yadav
GetInstruments for "NFO" is never returning value, i waited for almost 10 minutes.
  • tonystark
    It seems to be working on our end. Can you give an example snippet to reproduce this?

    Also, if you are trying to serialize the data then it probably won't work because the size of the instruments object might be bigger than the framework's max limit. Try:

    Console.WriteLine(Utils.JsonSerialize(kite.GetInstruments("NFO")[0]));
Sign In or Register to comment.