Hi,
I am trying to get the daily settlement prices for CTc1-CTc2 and SBc1-SBc2 using the following code:
data, ek = e.get_data('CTc1-CTc2',
['TR.SETTLEMENTPRICE.date','TR.SETTLEMENTPRICE '],
{'SDate':start_date, 'EDate':end_date })
I am getting this error:
[{'code': 412,
'col': 1,
'message': 'Unable to resolve all requested identifiers.',
'row': 0},
{'code': 412,
'col': 2,
'message': 'Unable to resolve all requested identifiers.',
'row': 0}]