The data items "TR.IndexJLConstituentituentChange", "TR.IndexJLConstituentRIC", "TR.IndexJLConstitue

Options
Vikram_2910
edited 8:19AM in Eikon Data APIs

The data items "TR.IndexJLConstituentituentChange", "TR.IndexJLConstituentRIC", "TR.IndexJLConstituentName" now return "LDError: Unable to resolve all requested identifiers in ['.FTSE']" in the Python API. ld.get_history(
universe=[".FTSE"],
fields=[
"TR.IndexJLConstituentituentChange",
"TR.IndexJLConstituentRIC",
"TR.IndexJLConstituentName"
],
parameters={"SDATE": "2022-03-31", "EDATE": "2022-03-31", 'IC': 'B'}
)