question

Upvotes
Accepted
78 3 1 9

Screener does not return all TSX/TSXV securities

I am trying to retrieve the list of all symbols listed on TSX (or TSXV) using the the following screener formula in Excel:

=TR("SCREEN(IN(TR.ExchangeMarketIdCode,""XTSE""))","TR.CommonName;TR.ExchangeTicker;TR.CompanyMarketCap;TR.TRBCEconomicSector;TR.GICSSector;TR.InstrumentType;TR.ExchangeName","CURN=CAD RH=In CH=Fd")

However, only ~1400 symbols appear in the worksheet, while TSX has ~2200 symbols listed.

Why are so many symbols missing?

Thanks,

Pavel

eikoneikon-com-apiexcelscreening
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.

Upvotes
Accepted
39.4k 77 11 27

@Paul Levin
The query you submit to the equity screener returns only the primary instruments. E.g. for Sun Life Financial Inc the query returns only the ordinary stock SLF.TO and excludes all the preferreds: SLF_pa.TO, SLF_pb.TO, SLF_pc.TO etc.
If you'd like to include all issues in the result, use
=TR("SCREEN(U(IN(Equity(active,public,countryprimaryquote))/*UNV:Public*/), IN(TR.ExchangeMarketIdCode,""XTSE""))","TR.CommonName;TR.ExchangeName","RH=In CH=Fd")
You can follow the Screener wizard, which provides GUI to aid you in constructing the screener query. You may want to watch a 3 minute tutorial video titled "Create Data Retrieval Functions using the Equity Screener in Excel", which you can find by copying and pasting this title into Eikon command/search bar. And if you need further help with using equity screener in Eikon Excel, then as @jirapongse.phuriphanvichai suggested the best resource is Thomson Reuters Helpdesk, which you can also reach by calling the Helpdesk number in your country or by using Contact Us capability in your Eikon application.

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.

Upvotes
78.1k 246 52 72

@Paul Levin

It is a function in Eikon Excel.

Please contact the Eikon support team via Contact Us for the correct formula to get all TSX/TSXV securities.

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.