Find more posts tagged with
Sort by:
1 - 3 of
31
We provide a method in the Refinitiv Data Library for Python to convert tickers to RICs.
response = symbol_conversion.Definition(
symbols=["AAPL","MSFT"],
from_symbol_type=symbol_conversion.SymbolTypes.TICKER_SYMBOL,
to_symbol_types=[
symbol_conversion.SymbolTypes.RIC
],
).get_data()
response.data.df
The output is:
You can also refer to the sample on GitHub.
Sort by:
1 - 1 of
11
We provide a method in the Refinitiv Data Library for Python to convert tickers to RICs.
response = symbol_conversion.Definition(
symbols=["AAPL","MSFT"],
from_symbol_type=symbol_conversion.SymbolTypes.TICKER_SYMBOL,
to_symbol_types=[
symbol_conversion.SymbolTypes.RIC
],
).get_data()
response.data.df
The output is:
You can also refer to the sample on GitHub.
Hi @ken03 ,
Thank you for posting the question in this forum.
However, this forum is dedicated to an API usage question hence,the moderators on this forum do not have deep expertise in every type ofcontent available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk, which can be reached via MyRefinitiv. To be of help, ticket number 13300374 was raised on your behalf and the support team is going to contact you directly to assist withthis.
Hope this helps and please let meknow in case you have any further questions.