hi,
I would like to extract buybacks informations about specific compagnies with python, to be able to do that i would have to screen the M&A deals about this company and select deal type as "repurchase". Does someone know how to do it?
it works well on Excel with the following command:
'TFScreen.Deals(DEALSEXPRFORMAT(Deals,Active,1, IssuerStatus=M&A),curn=USD,(IN(TF.Deals.DealType(),"Repurchase")=1),(IN(TF.Deals.AcqName(),"International Business Machines Corp [459200]")=1))
Is it possible to reproduce the same result with Eikon API?
Thanks,