Hi,
May I ask where I can find information on how to convert Excel Screener queries to Python queries?
Thanks,
Gabriel
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hi,
May I ask where I can find information on how to convert Excel Screener queries to Python queries?
Thanks,
Gabriel
@gabrielkpling remove the quotes around the values, like:
SCREEN(U(IN(Equity(active,public,primary))/UNV:Public/), IN(TR.ExchangeMarketIdCode,"XASX"))
becomes
SCREEN(U(IN(Equity(active,public,primary))), IN(TR.ExchangeMarketIdCode,XASX))