How to Convert Excel Screener Queries into Python

Hi,

May I ask where I can find information on how to convert Excel Screener queries to Python queries?

Thanks,

Gabriel

Best Answer

  • Zhenya Kovalyov
    Answer ✓

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