Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 0 0 1

Adding options for Screening stocks

How do i create a screen that matches the following selection? I am using the 'SCREEN(U(IN(Equity....' command but I can't figure out the proper syntax to add the options for "Include Dual Listings" and "all issues".image-2023-05-30-225606471.png

eikoneikon-data-api#productscreener
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.

1 Answer

· Write an Answer
Upvotes
Accepted
14.4k 30 5 10

Hi @Quek ,

I've tried to Export it as an Eikon Excel formula and found the below

  • securities: primary
    SCREEN(U(IN(Equity(active,public,primary...
  • securities: all issues, with Include Dual Listings checked
    SCREEN(U(IN(Equity(active,public,countryprimaryquote...
  • securities: all issues, with Include Dual Listings unchecked
    SCREEN(U(IN(Equity(active,public...

I hope this helps and please let me know in case you have any further questions.

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.