Getting companies listed under a Exchange using Eikon.

I would like to request companies listed under the exchange MA (MADRID STOCK EXCHANGE - FLOOR) using Eikon.


I'm getting the list of Exchange RIC extensions from here: https://customers.reuters.com/a/productsupport/Datascope/GCODES/price_src_cds.html

Any help is appreciated :)

Sort by:
1 - 1 of 11

    Hi

    I think you refer to "BOLSA DE MADRID" exchange ?

    If so, please try this code:

    df,e = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))),IN(TR.ExchangeMarketIdCode,""XMAD""))",["TR.CommonName;TR.ExchangeName"])

    df

    image