I am trying to pull real time data for some RICS listed below, however I find that Equity Inidicies show up as blanks with NULLS across. What can I do to pull the latest SPX Value?
rics = [ '.SSEA', '.GDAXI', '.DJI', '.STOXX50E', '.FTSE', '.HSI', '.NIFTY500', '.N225', '.MXX', '.IXIC', '0#.SPX', ".INX", '0#.GSPTSE', 'XAU=',]
streaming = ld.content.pricing.Definition( rics, fields="").get_stream()
streaming.open()
snap = streaming.get_snapshot()display(snap)