Tick Data Not Received

kartik.trade
kartik.trade edited November 2017 in .Net API client
I noticed that tick Data is not received since last One Week.

How can you Update Web-socket, when your library is not ready for Update.
Without Any Notice suddenly Tick Data not Working.
  • sujith
    Kite Ticker is working fine. We don't have any issues with the same. You can always cross check by opening kite.zerodha.com
  • kartik.trade
    Kite Ticker is Working Fine. But .NET API Client is not Working with TickData. You Can check Sample Project also available at Github.
    You can check out latest version of .NET client here and examples here.
  • sujith
    Can you provide a sample code where it is not working?
  • kartik.trade
    Sir,

    I am using Kite API since last One and Half Year. We develop Software recently with Kite .NET API, It workings good Upto Last Week.

    From Last One Week(10 Days) , we are unable to get tick data .

    Please check it at your end.
    https://kite.trade/forum/discussion/2539/tick-data-not-received#latest

    Technical : I am using MyAccessToken from another Software(OHLC), and Using That i am get Tick Data in vb.net. File is attached for your reference.
    Software : Visual Studio 2017.

    You can Download From Here.
  • tonystark
    The code is working at our end. The only issue we found was the console closing immediately I run it. For that, you have to put
    Console.ReadKey();
    at end of your main function which will wait the program until you press any key.
Sign In or Register to comment.