fields = ['CF_EXCHNG','RDN_EXCHID','RDN_EXCHD2'] stream = ld.content.pricing.Definition(universe = rics, fields = fields).get_stream() stream.open(with_updates=False) stream.close() df = stream.get_snapshot() These ric return results are empty
Dear LSEG Developer Community, I am encountering an "insufficient scope" error when using the LSEG Data Library for Python (version 2.1.1) to retrieve snapshot pricing data for EUR= and GBP= via ld.get_data. Despite successful authentication and session opening, the request fails with a 403 Forbidden error due to missing…
I would like to get data information of an instrument by using the lseg.data python library I tried to use the library lseg.data.content.symbol_conversion, but it seemed that I don't have access to a scope to use this endpoint (trapi.search.lookup.read) So I tried to requested directly by using the endpoint,…
Hi, im trying to use lseg on Google Colab and I tried both EDP_API and EIKON_API… None worked here: !pip install lseg.data import lseg.data as ld ld.open_session(app_key='edsf….fdss') An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[Errno 99] Cannot assign requested address')An…
I want to get the body of the news articles as well. How can I do that? Can you provide underlying documentation as well? Website below don't show how to extract an article body:…
For example, for a data source with RIC "MX0MGO0000O5=MKTX", it is "MKTX"
I am signed in through Workspace on my desktop, Heartbeat status is "OK" and Real-time status says "You are successfully connected to LSEG services". I imagine my issue revolves around some sort of proxy error but not sure how to dig further into this. I've seen in a previous discussion that port 9010 is a fix but I am…
here is an api we are are making use of to download curve data. what exactly is contentFrom and contextTo. how to best filter files for historical date? let's say todays file is delayed and is delivered tomorrow? how to tell that file is actually for prior date?…
Hello All, I would like to ask you for advice, so one of my client recently receive RTO Service ID and he decide that he would like to use LSEG Data Library for Python in order to get data. He most likely use examples from our github page because in his application in order to authenticate he require "app-key", "username",…
It looks like you're new here. Sign in or register to get started.