Is LDP account required to run the following script? Please advise.
Import lseg.data as ld
non_streaming = ld.content.pricing.Definition(
['EUR=', 'GBP=', 'JPY=', 'CAD='],
fields=['BID', 'ASK']
).get_stream()
non_streaming.open(with_updates=False)
non_streaming.get_snapshot()