Hello, I am new to the Eikon API for python. Can someone demonstrate how to query the private equity screener database? For example, suppose in the portal, you search PESCREENER. Then, Universe = Private Equity, EntityType = Fund, Deal Type = Venture Capital Deal, Investment Date = Last year.
I'd like to search through deals with specific keywords, like "autonomous driving" etc, to get only those deals for example.
My query begins like this, but not sure how to enter the fields appropriately as I can't find the keyword names like for stocks. The tutorials did not have this info:
ek.get_data('PESCREENER',fields={'UNIVERSE':'Private Equity', 'Entity Type':'Fund','Deal Type':'Venture Capital Deals', 'Investment Date':'Last Year'})
^^^Doesn't work
Edit: Having difficulty re-creating a screen that I've already built in the app, from the Excel Reuter's Ribbon as was noted in some prior answers. Fields like 'Entity Type' are missing. There really should be a button that spits out a code snippet from the Eikon App