Welcome to the LSEG Developer Community
I want to retrieve the data range available for an instrument via the API. Sometimes the returned data is empty, and I cannot tell whether there is no historical data or the API is missing data (this has actually happened — when I shortened the time range, the data came back normally).
We are trying to download some prices from lseg through lseg.data python library, but it gives me back empty dataframes? why is that? +++++++++++++++++++++++++++ Sampled Code: import lseg.data as ld import pandas as pd universe = ["GCc1", "GCc2", ] Opens the Workspace session (must be active on the PC)ld.open_session() We…
Query raised by CSM below i have a user, who is trying to use Python/Codebook via the cloud. He is asking how he can authenticate it. i know how to do it in Workspace, not the cloud though.
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…
Hi, I try to get "total liabillities" data through the report screen as you can see on the picture. I need to get total liabilities from FY0 - FY-24 (so last 25 years). However I get NA for all cells. I click on time series and then put the last 25 years there. What do I do wrong?
Hi, I'm trying to fetch historical and live data for a few commodities, but the data field returns NA. The help desk recommended reaching out to you because it seems an issue on your side. Can you please check? import refinitiv.data as rd rd.open_session() cm_hist = rd.get_data( universe = [ 'LCOc1', 'CLc1', 'TRNLTTFMc1',…
Hello! I'm trying to get the RICs for all stocks listed on the Shanghai Stock Exchange, but it seems to keep returning an empty table. Does it support SQL queries? Or where can I verify this myself ? like which place in the workspace to check if it's written correctly? tks. df = rd.discovery.search(…
Can you let me know where to download the Eikon/LSEG Python packages and whether they are available for installation through pip?
Started facing cert issue recently while fetching Filing data both using API via python as well as on API Playground {"errors":[{"message":"Exception while fetching data (/FinancialFiling) : unable to find valid certification path to requested…
I need a script to download this information for the attached RICs. Could you help? STRIKE_PRC CPPM_RCCHM FLPM_RCCHM LOGNV_RMID NORMV_RMID STRDPM_RM RICs attached Thanks
It looks like you're new here. Sign in or register to get started.