Kite Ticker: Different Format

SharadKothari
I'm testing kiteticker on two separate windows 10 pc (with IST time zone). However, I'm getting different tick format using kiteticker.

first PC:
{'tradable': False, 'mode': 'full', 'instrument_token': 260105, 'last_price': 42983.95, 'ohlc': {'high': 43339.15, 'low': 42864.95, 'open': 43192.45, 'close': 43075.4}, 'change': -0.21230214925457305, 'exchange_timestamp': datetime.datetime(2022, 11, 25, 18, 31, 39)}

second PC:
{'tradable': False, 'mode': 'full', 'instrument_token': 260105, 'last_price': 42983.95, 'ohlc': {'high': 43339.15, 'low': 42864.95, 'open': 43192.45, 'close': 43075.4}, 'change': -0.21230214925457305, 'timestamp': datetime.datetime(2022, 11, 25, 18, 31, 39)}

While in first PC the filed is exchange_timestamp, in the second it appears as timestamp. Could you please advise any change to python or pc setting to make the tick uniform.
  • rakeshr
    second PC: {....'timestamp': datetime.datetime(2022, 11, 25, 18, 31, 39)}
    You need to update pykiteconnect to the latest version.
Sign In or Register to comment.