-
How to LSEG API code to reduce the processing time for extracting ownership data ac
Client is experiencing slowness when using the Python LSEG API, with significantly longer processing times. We would appreciate your guidance on how to speed up the process. Attached is their current approach (exported from Jupyter Notebook as a .txt file since the notebook cannot be attached directly). The existing…
-
How do I get tab completion in Ipython interpeter inside Workspace CODEBK?
For example, if c is a complex number 12+5j, when I type c.[TAB key], I expect to see the data properties (like c.real, c.imag) and available functions(like c.conjugate())? I am a new to python and codebk, so kindly pardon my ignorance. Thanks, Amit
-
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For example, the commands screener_output=Screener('U(IN(Equity(active,public,primary))), IN(TR.GICSSectorCode,"45"), IN(TR.NAICSNationalIndustryCode,"513210"), TOP(TR.H.EV(Curn=USD),7,nnumber),Curn=Native')…
-
Downloading data
I have obtained the time-series I need in CODEBK, but I now need to downlaod them offline. Even though I specify the path and the code does not return erros, the pkl file is not available in the destination folder. Are there blocks to download or is there a different way to obtain them locally for some ad hoc analysis on…
-
How can i add a new library in CodeBook? ( To be specific xgboost;lightgbm and pyjanitor)
-
How to retrieve data for all KPIs linked to the bond in CODEBK?
I’m trying to retrieve data for the KPIs associated with a sustainability-linked bond (SLB). Many SLBs contain multiple KPIs (structured as separate KPI legs). However, when I query the data in CodeBook, I only receive results for the first KPI leg, even though the bond in my example has four KPIs defined (see Screenshot).…
-
If i want to use the api outside of codebook like in VScode how do i do that?
-
Error on kernel connecting in codebook
I am experiencing severe Python kernel instability on both the Refiniv Workspace web and desktop applications. The status constantly toggles between "Waiting," "Reconnecting," and "Disconnected/Terminated," making it impossible to execute any code. I have already performed standard troubleshooting, including clearing the…
-
Obtain price reaction from previous years using the python API for example ric- ORCL.N
Please help in this to client Case- 15755369
-
Why certain fields, such as CONTR_MNTH is not available for the code SCfc1 in CODEBOOK?
The client is using the LSEG Data Library for Python (get_history) to retrieve copper futures data. Their setup works correctly for COMEX futures (e.g., HGc1, HGc2) using fields such as: TR.SETTLEMENTPRICE CRT_MNTH / CONTR_MNTH However, when they try the same approach for SHFE futures (e.g., SCFc1, SCFc2), the contract…
-
I wanted to check whether it’s possible to receive live, continuously updating bond prices directly
I wanted to check whether it’s possible to receive live, continuously updating bond prices directly within CodeBook. I’m planning to develop a model to analyze bond residuals, and for that I’ll need real‑time pricing updates. Could you please confirm if CodeBook supports live bond prices?
-
Workspace: Automating Excel Access to the Latest Codebook Dataset
i have a python program in codebk. it generates me some data. it saves the data in your cloud (i find it in codebk in another folder). is it possible to extractthat data from there to excel, without downloading the file? 1) Confirmation of the workflow (your questions) Q1: You have a Python syntax running in LSEG CODEBK?…
-
Question about import refinitiv.dataplatform.eikon as ek
I use this code to retrieve CNH data, but it seems to be unavailable at the moment. Any suggestions? Code: import refinitiv.dataplatform.eikon as ek import matplotlib.pyplot as plt from matplotlib import rcParams import datetime import matplotlib.pyplot as plt import pandas as pd rcParams['font.family'] = 'Helvetica'…
-
Downloading CDS Spread
Hi, I'm trying to compute the CDS-bond basis for each company (reference entity or issuer). The data I have now is the companies' names (e.g., 'VOLKSBANK WIEN AG') and their corporate bonds (with ISINs). To compute the CDS-bond basis, I first need to download CDS spread and bond yield for each company. For the former, I…
-
Board composition of listed companies
Hello, Is there a way for me to retrieve the list of all officiers in a company and each of their committee membership using the Codebook environment? I have raised this issue earlier, as it is possible to see a person being a member of different committees in the screener, but in the codebook we see only one committee per…