I have a list of company ticker symbols (not RICs). I am trying to get the RIC for these ticker symbols. When I use the "rdp.convert_symbols" I am only getting the RICs for the symbols that are the same as RICs. How can I get the RICs for all my symbols?
symbols = ["NOVN", "CELG", "JNJ", "RDUS", "BMY", "TGTX", "UCB:BB", "STOK",
"LLY", "CTRV", "PSTI", "SNSS", "MRKR", "SRRA", "JAZZ", "AZN",
"CDTX", "CAH", "AKCA", "IONS", "CTIC", "ESALY", "SOBI:SS", "AMPE",
"DMYDY", "WSE:SLV", "ZGNX", "MDG:GR", "INSY", "PGNX", "ABBV",
"IMV", "GWPH", "4503:JP", "MRNS", "ARQL", "TAK", "GNP:IN", "4508:JP",
"NERV", "ACRX", "LQDA", "BTAI", "TYO:4901", "ONCS", "MRSN", "NGM",
"CYAD", "SYRS", "PLED:SS", "ACTI:SS", "AIMT", "REGN", "XLRN",
"GILD", "RDY", "AGEN", "4507:JP", "PHIO", "LPCN"]
Thanks.