Hi all.
I have the following problem:
I try to find monthly Company Market Cap data for different countries for a project I am currently involved in. I am using the Screener function in Excel Eikon and set up the following function:
=TR("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.HQCountryCode,""IN""), TR.MarketCapLocalCurn(SDate=2021-12-01)>0, CURN=USD)";"TR.CommonName;TR.CommonName;TR.HeadquartersCountry;TR.IssuerTickerCode;TR.ExchangeTicker;TR.SEDOLCode;"&"TR.ISIN;TR.ISINCode;TR.CUSIPExtended;TR.CUSIPCode;TR.MarketCapLocalCurn(SDate=2021-01-01,EDate=2021-12-01,Frq=AM),TR.MarketCapLocalCurn(SDate=2021-01-01,EDate=2021-12-01,Frq=AM).date/*Market Cap L*/";"curn=USD RH=In CH=Fd")
It works most of the time and gives me monthly data for the year 2021. But when I try to apply this function to some larger data sets e.g. India, I run into the problem that the filter also gives me data for the years 2017-2019 which is obvisously not what I want. Is there any opportunity that I can fix this problem? Using an additional filter over date does not solve it and since I am not used to work with Eikon, this problem already took me too much time.
I appreciate every idea.
Kind regards
Lauritz