The most recent content from our members.
hi team, can you advise if it's expected that a user would get different BID and ASK values for the same RIC, which is RELI314000G.NS between the two syntaxes? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['RELI314000G.NS'], fields = [ 'BID', 'ASK' ] ) display(df) and streams =…
I get the follow message for RIC(AMS.S) - StatusText : Request Rejected: Request message payload not supported on non-private streams. I've requested the data via a bulk request. I'm pretty sure I used to get data for this when I was requesting just one instrument at a time. I'm working with 2,000 RICs now and need to bulk…
It looks like you're new here. Sign in or register to get started.