Hello, How can I use Python to extract the underlying data for something I see on the terminal? For example, recommendations and target price trends.
In the Workspace desktop front-end we see that the Reuters article on Qualcomm’s earnings yesterday came out at CET 22:02:26 (that makes sense, post market US market close in CET), but the same article gets a Timestamp of 21:02:26 in API, exactly one hour earlier It is as if the Timestamps don’t take into account the fact…
Analyzing the loaded data for the last 10 to 15 financial years, I found multiple cases of misaligned or otherwise incorrect data. Parameters for SDATE and EDATE are the following: today = datetime.now() EDATE = today.strftime("%Y-%m-%d") # Today's date in YYYY-MM-DD format SDATE = (today.replace(year=today.year - 10,…
There was an error rendering this rich post.
(I apologise in advance to those to whom this question may sound stupid.) I have just started using the LSEG data. I would really like to connect the "Infrastructure 360" app in Python, but I cannot seem to find a way to get the data through the API. It would be extremely useful to obtain the geolocations of the projects,…
Hello Data API team, I'm raising this issue on behalf of my client Workspace users. The issues are discribed below: When I using Workspace data API, I frequently get the Errors refinitiv.data._errors.RDError: Error code -1| 'headers'. Please kindly find the screenshot attached with the error message. I can confirm all the…
Hi team, I am a beginner of LSEG and want to set up EIKON / LSEG APIs to load historical data or economic fixings using Python. Could you please provide a step by step guide for: Enable data loading via API using Python, e.g. system setup, key creation and etc. Please provide a Python example using this case…
Hello everyone, I need the EGSI THE prices as a time series, but I'm having trouble understanding the quotation. It seems there are two products: Weekend and Dayahead. I'm also unsure about the meaning of the "Date" field – for example, October 28th appears more than once. Could someone please explain how the data is…
Ideally I would want to pull a list of all economic data that is being release on a specific day with high impact in certain countries e.g. Germany, US Similar to what you can see in the economic monitor in the desktop app
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
It looks like you're new here. Sign in or register to get started.