I have saved a list of tickers that I commonly work on in Eikon, with the name 'Current Univ'
I use this command to fetch data in excel
=@TR("LIST(Current_Univ)","TR.BookValuePerShare","Period=FY0 Frq=D SDate=20160101 EDate=1d CH=IN RH=calcdate",B2)
I want to use the same list of tickers to work in python as well. How can I use this.