I am looking at this trust case: 14416458 14416458 | Case | Salesforce And the specialist directed the client to the attached coding script. The file is in .ipynb extension and I couldn't attach here, so I have changed the format to .txt file. Used Portfolio ID 35014080, and at this code below, I run into an error:…
I am having issues pulling level 2 data into python. I have access to level 2 data (see screenshot) but my websocket connection through OMM_stream is saying the record could not be found. i am using code inspired by the LSEG Refinitiv Data Stream on Github (see this…
I have a question regarding you Python API. I am trying to pull data for ISIN FR001400CKA4. However, I get the following error:refinitiv.data._errors.RDError: Error code 1 | No data to return, please check errors: ERROR: No successful response.(TS.Intraday.UserNotPermission.92000, User has no permission)This code works for…
hello, Is it possible to use cell referencing using Python / Codebook? Please see attached Excel file for reference In addition, how can we display the dates? In added the parameter 'RH': 'Date' but still did not display the dates import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields…
Hello, I have correctly set up a configuration file and got started to lseg-data (I used to have my apps on eikon python library). I am trying to fetch sample data for apple bid and ask price. When I do it with my workspace application open and use the desktop.workspace session (default) it works and returns data. When I…
It seems that calendar is based on USD calendar. How do you manage the calendar on FWDS app ? I need to retrieve via python the swap points (EURGBPFWD=) with the correct calendar as shown on the screenshot. Thanks a lot, Nicolas
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
Hi ! In order to use the lseg-data Python package, I've fiddled in the GitHub standard package to try and open a session. However I am getting an error that obviously says that I need proxy authentication to actually test it properly (the error is quite clear). I am setting the proxy settings in pip.ini for example if I…
Hello Developer Community, I am trying to retrieve historical intraday data with a 1-minute interval for periods extending further back than one year using the lseg.data library in Python. THE GOAL: My objective is to pull a continuous stream of minute-level data for a ticker like 'AAPL.O' for a period like July 2020 to…
I am interested in knowing the USD/INR exchange rate df=ld.get_history( universe=['INR=X'], start='2025-07-01', end='2025-07-07', interval='1D' ) Since, I was not sure which field to choose, i didnt specify any to check what all is available. I got the following: headers for the above code: BID ASK BID_HIGH_1 BID_LOW_1…
It looks like you're new here. Sign in or register to get started.