I'd like to clarify my use case further and seek advice on building a dynamic and parameterized search using Python. My objective is to automate DCF discount rate derivation based on the issuer’s profile. Specifically, I want to: 1. Filter for credit curves based on: • Credit rating (e.g., “BBB”) • Currency (e.g., “USD”) •…
For a research project, I would like to download the annual reports for a large set of European firms over the period 2010-2023 (following a similar approach as in this article: Global Evolution of Environmental and Social Disclosure in Annual Reports - Lin - 2024 - Journal of Accounting Research - Wiley Online Library).…
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…
It looks like you're new here. Sign in or register to get started.