Hi Dev Portal team good morning. May I request for your assistance. Client wants to convert company name list into PermID list in API. Some are private, some are public on the lists. Sample companies: TOMY COMPANY SOCIETY FOR IMAGING SCIENCE AND TECHNOLOGY (IS&T;) TOKINA CORPORATION TAMRON SEA & SEA SUN PACK CO.,LTD. Thank…
I am new to the API environment, fairly novice at Python. I am trying to install the Refinitiv-Data package and get the following error. Any assistance would be appreciated. Collecting refinitiv-data Using cached refinitiv_data-1.6.2-py3-none-any.whl.metadata (10 kB) Requirement already satisfied: appdirs~=1.4.4 in…
The original call (search.Views.GOV:CORP_INSTRUMENTS ….) calls the Ticker. How can I change it to download the RIC? When I writeresponse = search.Definition(view = search.Views.GOV_CORP_INSTRUMENTS, filter = f"(DbType eq 'CORP' and RCSAssetCategory eq 'A:J' and ((ParentOAPermID eq '{org_id}') and IssueDate le 2024-12-31…
How can I obtain all the constituents of this curve?
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…
I’m building an ETF holdings pipeline. Provider files list constituents primarily by SEDOL. I need to resolve these SEDOLs to pricing RICs (and also capture ISIN/CUSIP). I’m using the Python Eikon/Workspace API. What works / what doesn’t In Workspace (desktop), if I search by SEDOL I can see the security and its RIC. In…
Hi, I would like to automatically retrieve if possible via Eikon API in python the list of all the datapoints involved in the calculation of E - S and G pillars (e.g TR.PolicyWaterEfficiency, etc). I need the whole list of datapoints used in the calculation for all kind of sectors
Is there a current Eikon API outage? I'm consistently receiving Error Code 500 and cannot retrieve any data, regardless of how many attempts I make. Has this issue been reported or acknowledged? With thanks,
I update my data everyday after market closes and I am using python function like this: df, err = ek.get_data( instruments = instruments, fields = fields, parameters = {'Frq':'D','SDate':last_date_in_file, 'EDate':today_str} ) I ran the code just now, and the latest date in the dataframe I got is 11-19
It looks like you're new here. Sign in or register to get started.