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"
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",…
Hi, currently both eikon and refinitiv-data is supported as I understand. Will those be decommissioned and a new library (which one?) relevant? Background: the upcoming LSEG Workspace migration .. tx Bernd
I am using the python api to retrieve historical data of Economic Events using the get_history() method but i cant find the fields which it will take to retrieve different columns such as Prior , Actual , Revised etc.. Any reference material will be very helpful.
I want to access the metadata information I can see on workspace for a set of cash prices (image attached). I'm assuming it's something like: import lseg.data as ld import pandas as pd APP_KEY = os.getenv("LSEG_APP_KEY") ld.open_session(app_key=APP_KEY) ric = "SYB-2YNOLAF-C1"fields = [ "TR.CommonName", "TR.AssetCategory",…
It looks like you're new here. Sign in or register to get started.