I was using the following call to get bid/ask/last data using Eikon's streaming API.
sp = ek.StreamingPrices(instruments = ['XOM'],
fields = ['CF_BID','CF_ASK','CF_LAST', 'CF_DATE', 'CF_TIME']
sp.open()
sp.get_snapshot()
Everything was working fine till this morning and now all I get is the following:
Instrument
0 XOM
It looks like it does not recognize the data fields anymore. Did something change on the back-end? If so, what are the new fields I should be requesting?
Appreciate any help you can provide.
Thanks,
Matt