I have just installed the LSEG Workspace app for MacOS, and I am trying to connect to the Eikon Data API through Python (3.14). I seem to have a connection error. Initially, the error message said "No proxy address identified". I then followed the trouble shooting instructions…
Hi Team, Good day! This is under case: 15584196 Query here is that the client seems to have experienced some issues pulling up the script below: try: session.open() ld.session.set_default(session) session.open_state Pull selected rics, in this case a GoC bond, the 10 year benchmark and the 5 year benchmark. To get a list…
For users who have configured their Workspace with Hosted Internet, if we switch to Customer-managed without changing their user ID, is it possible to make the necessary changes so that the API key used within the Workspace remains unchanged?
Why this error occurs: The error typically appears when the number of API requests exceeds the allowed limits. This can result from high usage patterns or inefficient code execution. Key API Limits to Keep in Mind: Requests per second: Maximum of 5 requests per second, counted across all client applications connected to…
Hi! I am using the LSEG Data Library for Python. As I am currently in the development phase doing lots of testing, I just got the message "Error using get_history_func>get_history (line 212) Python Error: LDError: Too many requests, please try again later. Requested universes: ['CLc1']. Requested fields:…
Been getting these errors over the past couple of days. I have ek.__version__Out[144]: '1.1.18' And get the errors for ek.get_timeseries(riclist, ['CLOSE'], start_date = '2025-12-15'). I have ensured riclist is restricted, and time between API calls is appropriate. I raised this to the Helpdesk who confirmed replication.…
Hi, I am an academic user from a university using LSEG Workspace, and I would like to clarify the data access permissions for textual datasets under our academic licence. I am conducting research that requires both news text and earnings call transcripts, so I would like to understand which datasets and APIs are available…
Hi, I have a developer thats trying to get values for the below fields from the API: "TR.IR.RatingDate" "TR.OrganizationName" "TR.IssuerRating” “TR.GR.Rating” ”TR.GR.RatingDate” Can you please let me know what is the correct endpoint to receive values for these? And if possible maybe provide an example Python code. Thanks.
I am trying to running the following Python script: import eikon, polars as pl, datetime API_KEY = "<app key>" eikon.set_app_key(API_KEY) RIC = [ ".MIWO000I0PUS" ] Time_Series = eikon.get_timeseries(RIC, start_date="2012-06-18", end_date="2025-12-01", interval="daily", fields="CLOSE") print(Time_Series) The output that I…
Good morning, It seems to me from sources online that the LSEG Data should include the Compustat Database from S&P Global. Link of an article where i found this piece of information. I was wondering how exactly we can access the data in the API, making sure we don't mess it up with other data points from other sources. On…
It looks like you're new here. Sign in or register to get started.