I have two questions
- Is there any endpoint I can hit to get me metadata for a given RIC?
I have tried searching the lseg.data api or eikon api and could not find anything,
2. No data coming out of:
Or more specifically, the entire timeseries comes out as NaNs
ek.get_timeseries(
rics = ['SYB-2YNOLAF-F'],
start_date=str('2019-01-01'),
fields=["CLOSE"],
interval="daily",)
which is surprising because the same call returns data via the lseg.data api.
I want to use the eikon wrapper because it seems like I can access longer history via those endpoints. Any help here would be great.
Thank you