I was using the "timestamp" field in the ticker (had v3 earlier and worked perfectly), to save in the database. But yesterday I updated KiteConnect to v4 and I am not able to save any ticks. in the PyKiteConnect v4 Documentation it shows that "timestamp" is included in all ticks.
You can go through v4.0.0 update announcement here. timestamp is updated to exchange_timestamp, to make all ticker field naming constant across all client library.
timestamp
is updated toexchange_timestamp
, to make all ticker field naming constant across all client library.