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

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.