Hi, I encountered a problem as mentioned in the title. Currently, I have two ways:
1. rdp.convert_symbols(), where rdp is refinitiv.dataplatform
2. ek.symbology().
Take ['AAPL' , 'MSFT'] as an example. I found method 1 always requires a login and requires to open a session. Is that possible to avoid this issue. I mean only providing app key, say. Is there any converting function in refinitiv.data package?
If I turn bestmatch to True, the function always returns me an error but if False, it's a list. Should I simply select the first component of the list?
Then, for retrieving market cap, which function can I use to complete it more efficiently? Is that possible to only use eikon built-in functions to implement this?