I'm using python API. I'm trying to extract RIC for Equity Indices by cusip. As an example, I have Cusip 648815108 for S&P 500 Index and Cusip 12497K100 for CBOE Market Volatility Index. However, when I search with the below query I have an empty dataframe returned. df3 = rd.discovery.search(…
I cannnot take bid ask price of JGB by the code attached below. I would appreciate it if you could tell me the reason and solotions to correct this problem. I think this may happen because I cannot take appropriate RIC code of JGB. import lseg.data as ld from lseg.data.content import symbol_conversion ld.open_session()…
I use the code below to get bid ask by codebook. My code is working but cannnot get the data whose isincode starts from JP. Could you tell me the reason if possible. import pandas as pd import lseg.data as ld from lseg.data.content import symbol_conversion ------------------------ 設定 ------------------------EXCEL_IN =…
I want to obtain the latest segment name information of listed companies from Eikon, both annual report information and quarterly report information are acceptable. But when running the results with the following code, there are no results for 300 companies, here are a few examples 2382.HK, 0196.HK, 0834.HK. I think this…
I want to obtain bid ask data by Code book. The code attached below is about getting bid ask from the input data; Isincode. Could you tell me why the code does not work. import pandas as pd import refinitiv.data as rd from refinitiv.data.content import symbol_conversion as sc # ← v1.6 ではこちら 1. セッション開始(Workspace/CodeBook…
ld.get_history( universe=['4295867372'], fields=['TR.F.PeriodEndDate'], start="2000-01-01", end="2030-01-01", parameters={'FRQ': 'FQ', 'Period': 'FQ0'} ) However, this code does not extract all the quarter-end dates. Specifically, it fails to retrieve the date '29.03.2025'."
My current code workspace_df = ld.get_history( universe=str(org_id), fields=['TR.Revenue', 'TR.F.Source', 'TR.F.PeriodEndDate'], start="2000-01-01", end="2050-01-01" ) However, this only returns annual period data. How can I modify the parameters to include quarterly period as well?"
Hi Team, BIS here. we are migrating our API from Eikon .NET to the new LSEG .NET Data Library. we get some access denied for some instruments. is this some new right that is required? Status for item FEIcm1 { "ID": 3, "Type": "Status", "Key": { "Service": "IDN_RDFNTS_CF", "Name": "FEIcm1" }, "State": { "Stream": "Closed",…
Please find the below Client query, kindly look into it the query please: Query: I have used the Eikon API for quite a few years now. I rewrote the code to use the LSEG-data API. - The Eikon API has worked very well with no problems - The LSEG-data API has problems. The following code works when configured for the Eikon…
Hi Team, Kindly assist! Case-14694619 | WORKSPACE API I have used the Eikon API for quite a few years now. I rewrote the code to use the LSEG-data API. - The Eikon API has worked very well with no problems - The LSEG-data API has problems. So, I am not asking for coding help, I am pointing out a problem with the LSEG-data…
It looks like you're new here. Sign in or register to get started.