Dear Community.
I'm looking for a RIC of discontinued instruments to find a date in the SUPER RIC <0#EXCHANGE/DATES>.
Taking <GCZ0> as the RIC and looking for the "First Notice Date", the code
"
df, err = ek.get_data(
instruments = ['GCZ0FUTDATE1'],
fields = ['ROW80_8']
)
display(df)
df
"
will work.
In other hand, the RIC <GCZ0^1>, from DEC 2010, and the same logic
"
df, err = ek.get_data(
instruments = ['GCZ0^1FUTDATE1'],
fields = ['ROW80_8']
)
display(df)
df
"
don't retrive the data.
Need to know how to do it.