I'm trying to write a Python bot (using CCXT Library and Exchange: Bitget), but I cannot get latest values of ETH/USDT. It seems I have a delay of couple hours.
I'm using the Library CCTX with the following code:
bars = bitget.fetch_ohlcv('ETH/USDT', timeframe='1m', since=startDate, limit=1000)
What can't I retrive the current values but I got values updated 2 hours ago?