The most recent content from our members.
I am trying to snapshot data /snap data with the following function. def getRefinitiv_SNAP(x): snap = None try: snap = rd.get_history(universe=[x['ricCode']], interval = 'tick',start=x['datetimeSentGMT_str'], count = 1) except rd.errors.RDError as e: print(e) return snap The problem with rd.get_history is that it only…
It looks like you're new here. Sign in or register to get started.