-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
Disable SSL verification
how we can disable the SSL verification in the python implementation/code. This is the error ERROR: An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v2/token [api.refinitiv.com]'). ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate…
-
i was trying to collect data via codebook. However i found that the performance declines significant
i was trying to collect data via codebook. However i found that the performance declines significantly when i request more than 1 ric at a time. It seems that the excel add in is much quicker. is this a generic issues or are their ways to speed up the process through more efficient coding? unfortunately i can not attach…
-
obtain data of multiple items as time series using python
I have difficulty to load the data regarding several items with time information at the same time. Even if I specify the same period from 2023/1/1 2025/12/1 for all items, the numbers in the same row can correspond to a different date. How can we get the data of multiple items for a certain period using python?
-
Specify time and currency when we get data using python
When we download financial data using python, how can we specify the frequency of time such as day, month or year? How can we specify the currency such as Japanese Yen and US dollars
-
Get last quarter data instead of annual data from ld.get_data?
I have 2 requirements: 1) Get last quarter data for a few metrics one of them is mentioned like Total Revenue 2) Get scaled version of the metrics like 'TR.F.DPSComGrossIssueByPrdEndDate(Scale=2), does adding Scale = x works everytime? I am hoping scale=2 divides by 10^2 or something. for solving 1) I have tried to use the…
-
Issue with the Python script
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…
-
From Company Names to RICs
Hello, I know that there have been previous questions on the topic, but the answers did not solve the issue for me. I have a vector of company names from the USPTO. company_names = df["disambig_assignee_organization"].dropna().tolist() print(company_names[:10]) Examples of firm names: 'International Business Machines…
-
Date information when using get_data (python)
When I download the financial data using `get_data` with SDate=2015/1/1 and EDate=2023/12/31 , for example, the output data does not include any time information. Therefore, I cannot tell which number corresponds to which date ( or month or year). How can we make the output data include the 'time' information as well?
-
How to add LEI to the query
Hi, I’m reaching out to ask for assistance with an LSEG API query. I’d like to add the LEI to this query: response = 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 and MaturityDate ge…
-
i need a python script to pull in 'latest data' (not historical) on an option chain
i need a python script to pull in 'latest data' (not historical) on an option chain i need for ric : BOSSn.DE all option chain . all expiries all strikes ; calls and puts i need latest data for these fields CF BID CF ASK LAST MID DELTA STRIKE PRICE EXPIRE DATE UNDERLYING RIC
-
LSEG Data Library for Python - 'Connection Refused'
"I am trying to use the LSEG Data Library for Python. I am getting 'Connection Refused' and my CodeBook returns 'Insufficient Permissions.' Please verify my User ID is entitled for 'Eikon Data APIs'. Please confirm I have the Full Desktop Installation (not the Web/OpenFin thin client) that includes the Local API Proxy."…
-
Get_history request is not returning same fields - Unexpected error in data returned from data sourc
Hi The below request has worked very reliably over the past few weeks when I tried: df_prices = get_history( universe=ticker, fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'], interval='1d', start=start_date, end=end_date, adjustments='CCH' ) But today I tried three times and…
-
can I get the same result by using the python function:
I tried clicked any result in News topic guide, and it will redirect me to searching those industries. For example, I clicked `Auto & Truck Manufacturers (TRBC level 4) [CARM]`, it just search by keyword `Auto & Truck Manufacturers (TRBC level 4) [CARM]` in the news monitor page. Is that mean I can get the same result by…
-
Estimates Summary API
Hello team, requesting assistance for 1 of our client's. If client on Trial Access to Workspace, and getting the error below, is this part of the limitation of trial "The client receiving the attached errors when trying to pull the WS data into Python, we need to pull the Morningstar reports, Analyst recommendations and…