question

Upvote
Accepted
16 0 0 2

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.

pythonworld-checkscreeningscreening-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
79.8k 257 52 75

@Jonathan.Anota

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

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

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

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



1582775278458.png (71.1 KiB)
1582775344039.png (34.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yeah, this works. It is really helpful.

Upvotes
51 2 2 1

I have the same problem! Don't know what to do.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.