Hi there,
I am currently looking at the screener and wondered if it was also possible to adjust it to reflect historic values. To be precise, one request could be:
Can I look at a list of active, public and primary RICs with headquarter in the US and a price larger than 1 at a certain point in history? (history not only related to the price, but also regarding the listed companies).
I would currently do this:
df, err = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.HQCountryCode,""US""), TR.PriceClose>=1, CURN=USD)",["TR.CompanyName"])
However, this just gives me listed companies as of today. I guess I can introduce dates at the field level via TR.PriceClose('<< DATE_HERE >>'), but that would still screen the list of current companies with prices as of a certain date I suppose?
Many thanks for your help...