Hi,
I am trying to pull the display name of expired contract (attached screen shot).
This can be done easily for active contracts using the following code
eikon.get_data([ticker],['DSPLY_NAME'])
But this doen's work for expired contract as there is no quote for an expired contract the request returns the following error
Is there any way to pull the data?
Thanks!