import refinitiv.data as rd
index_ric = '0#.KS200'
summary = rd.get_history(
universe = index_ric,
fields = [
"TR.CompanyMarketCap",
# "TR.GICSSector",
],
start = "2024-06-01",
end = "2024-06-30"
)
summary
When running the above
I get the following error
RDError: Error code -1 | Unable to resolve all requested identifiers in ['0#.KS200'].
Note i've also tried .KS200
This seems to work for other indices