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))