I’m currently working with a dataset that includes TR.CUSIP, TR.RIC, and TR.OrganizationId fields from Refinitiv. However, I understand that TR.CUSIP only reflects the current version of the identifier. To accurately align and merge my data with Compustat records — which have historical CUSIPs (and are therefore more…
from datetime import datetime as dt import pandas as pd import eikon as ek app_key='c5468339768f4efd92d04b15e44ae3b62dab8f22' ek.set_app_key(app_key) index_code='.FTAS' initial_date = pd.Timestamp(2025,7,18) fields = ['TR.IndexJLConstituentChangeDate', 'TR.IndexJLConstituentRIC.change', 'TR.IndexJLConstituentRIC']…
Hi all, Could you pls advice if there is a method in lseg-data python library to create a watchlist or portfolio? Or update a watchlist not manually. Thx, Alex
When I search for PAc1’s price data in the workspace, I can retrieve the data shown in the chart below. However, when pulling data via the API, only partial data is returned.
I can get data by using " ld.get_data(['.BUKSC'], fields=['TR.OpenPrice','TR.HighPrice','TR.LowPrice','TR.ClosePrice(Adjusted=1)'],parameters={ 'SDate': '2025-07-21', 'EDate': '2025-07-24', 'Frq':'D' }).rename(columns={'Close Price': 'Adjusted Close'}) " but when i tried TR.OpenPrice.date, the API returned an error:…
Hello, I would like to get the list of holidays given a specific exchange, wondering where and how I can find this information. Alternatively, it would also be fine if I can retrieve whether it is a trading day given a specific stock and a specific date. I ask this because during my discovery, I can only find calendars…
Customer successfully makes the key from APPKEY and places into their code, but getting below errors. Reference the attached email/screenshots from customer. What could be the issue here? Status code 400: Bad request on handshake url http://localhost:9005/api/handshake {"code" :400, "message" : "application key is not…
COuld you help me to define a function to guarantee im not bypassing the API limits? I tried lots of thinks with the help of ChatGPT, but couldnt arrive in something that doesnt raise error of "reading timeout". import time import pandas as pd def get_lseg_data(universe: list, fields: list, parameters: dict, version: str =…
I saw we can get the last volatility surface on workspace with CEVOLSURF and click on <SISURF1> for exemple for silver. I'm using eikon python package, how can I pull the data ? Is it possible to to get the the above surface at a given date ?
It looks like you're new here. Sign in or register to get started.