-
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:…
-
need to connect to workspace via RStudio.
I need to connect to workspace via RStudio. Il installed Refinitivr package and i run this command with my API Key found in APPKEY : RD <- RDConnect(application_id = "<app key>", PythonModule = "JSON") I get this message : Erreur dans RefinitivJsonConnect() : Please supply Eikonapplication_id. Screenshots:
-
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…
-
OmmProviderClient.onClose is not called
When a consumer close down, the provider app relies on OmmProviderClient.onClose to clear up. Somehow, when the consumer connects directly to the provider, the onClose is called upon consumer going down. But if the consumer connects via rtds, the onClose message is not received. Please help. Many thanks Jianping
-
Workspace Add-on | Excel File Freezing
User has an issue with one particular excel file and it's stuck at loading, mouse is also a blue loading circle so they cannot engage with the file, only close via Task Manager. It's a big file with macros, so I've been told it might be VBA related. Troubleshooting steps completed: Cache cleared Temporary files cleared…
-
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
-
C# LSEG.Data.Content sudden price drop in events with no recovery
Hi, We recently upgraded to using LSEG.Data.Content 2.2.2 and had one occasion where we suddenly stopped receiving basically all streamed prices. We did occasionally get 1 or 2 events, but nothing compared to the 1000's we'd normally get in a minute. There were no errors returned by the library and it didn't self-recover.…
-
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…
-
Please provide me with Entity data request sample for Postman
I am going to demonstrate DSS Entity data request with PermID, but cannot find Postman library. Can you pleae create one for me which can be copied and pasted in Postman?
-
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."…
-
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…
-
How to Label user defined identifiers in DSS API Rest
Hi team , I know how to request user defined identifiers in API -using the below article.. but can you please help how to label it using API https://community.developers.refinitiv.com/discussion/comment/23935#Comment_23935
-
Java EMA Ommconsumer onUpdateMsg function delay 10-20 seconds
We are doing migration from JSFC to EMA for consuming HK market real-time data. We used OmmConsumer to get the data by onUpdateMsg callback function. The issue happens when the period is during auction close or PM market close. There is around 30k+ number to update during that period. You can see the screendump of log that…