Hi all,
I am trying to get time series data on close price for a given country.
dt=ek.get_timeseries(rics='SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode, "NZ"))', fields='CLOSE', start_date="2016-03-01", end_date = "2017-03-01", interval = "monthly")
But it's not working, it gives an error saying something like
eikon.eikonError.EikonError: Error code -1 | SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode, "NZ")): Invalid RIC |
Is the SCREEN command only works with get_data?
Is there a way to get data for all stocks from a given country?
Thanks in advance!