Question:
1. We get a stock information: 600687.SS and how to use Eikon API to get stock RIC code?
We use Eikon desktop to find the RIC code is 600687.SS^C21. This is a delisted stock.
2. Could we use search function and how to write the statement? Thanks.
Python statement we used now:
data, err = ek.get_data(instruments=600687.SS, fields=[
"TR.RICCode",
"CF_NAME",
"DSPLY_NMLL",
"TR.IPODate",
"CF_CURR"
])