How can I obtain all the constituents of this curve?
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…
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?
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
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:
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…
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.…
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?
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…
Hi, I’m using the LSEG Data Library for Python to retrieve instrument identifiers (ISIN, CUSIP, SEDOL, etc.) from RICs as part of a global equity mapping pipeline. For most instruments, this works well. However, for a subset of equities the API does not return all identifiers, even though they are clearly visible in…
It looks like you're new here. Sign in or register to get started.