Hi is there any Python API query that we can use to pull the results from Equities - Advanced Sea...

Hi is there any Python API query that we can use to pull the results from Equities - Advanced Search (EQSRCH)? I know there is query for Excel Screener, but I don't want that, since it doesn't pull RIC for deklisted stocks.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Jonathan.Anota1

    From the results of EQSRCH, you can use "Add All to New List".

    image

    For example, I have created an "equities_search" list for the results.

    image

    Then, I can use Eikon Data API to retreive RICs in that list.

    df,e = ek.get_data("lists('equities_search')","TR.RIC")


Answers