I am trying to use eikon python api get_data to find the last trade date of equities traded on Mexican Stock Exchange, but I cannot find the correct TR.* field for it. Can anyone please help? Thanks.
Try 'TR.CLOSEPRICE.date'
Thanks a lot.