Pull last-to-last quote data using Python api

Is there a way to pull the last-to-last quote data through Eikon api in Python. I am able to pull the last quote data of BBSY (ASX Benchmark BBSW Average page), but I also want to pull the quote before it. So I need the quote for today as well as yesterday. Is there a way to do it?

Best Answer