Hi,
can you please help how to API the S&P rating of a bond?
This only works for Moody's and Fitch
df = rd.get_data(universe = ['HU275342904='],fields = ['TR.FiSPRating', 'TR.FiFitchsRating', 'TR.FiMoodysRating' ] )
Thank you
Judit