fetch the lowest value in 24hrs?

How can i fetch only the part of the list that stand for the lowest value in 24hrs?

print(client.get_historical_klines(“BTCUSDT”, interval=‘1d’, limit=1)

duplicated with How to fetch date on Binance API only for 24hrs lowest coin value?