Hi, I am using the following code:
CORP_COLOMB_US = ['ES122321657=','CO080166524=','CO089109256=','CO141154222=','CO165899431=','CO081101035=' ]
ts2,e2 = ek.get_data(CORP_COLOMB_US,
["TR.BENCHMARKSPREAD.date","TR.BENCHMARKSPREAD","TR.ASSETSWAPSPREAD","TR.MODIFIEDDURATION"],
{'SDate':start_date,'EDate':end_date,'Frq':'D'})
This works fine. However, when I add the field TR.IssuerRating it doesn't work anymore. I looked in the Data Item Browser and the field is supposed to work with historic information as is shown in the picture below.
How should I correct the code in order to get that information?
Thanks!