The most recent content from our members.
https://us.v-cdn.net/6038239/uploads/ATCG2FUOU4X7/20250916-0300-13828-refinitiv-data-lib.log HI @Jirapongse As previously discussed with you on another thread I have split up my requests into smaller ones. However, I have now experienced that most prices are being properly downloaded but some are just not and from the logs…
I have priced the following swap and see the DiscountCurveName. I would now like to see the constituents of the curve. I tried searching for it but could not find any results: Could I please have some help finding this curve? Thank you.
Hello Team, Given a RIC of a Fund that seeks to track an index (for example : "ISF.L") Could you please show me how to get the RIC of the underlying index automatically that is supposed to be tracked within the API Reuters LSEG.DATA? here are the fields i tested (not working could only get the "name" of the underlying…
Hi Team, The client is using Python Library API and he needs to know the End of Day Pricing last 20 years for the ric "LCOc1" Thank you
Hello, I am trying to pull all public companies' historical revenue for the past 8 quarters and the future one quarters's estimated revenue. When we are in the time (for example the beginning of November) where some companies may have their Q3 filings published but some companies may not, I want to get the actual revenue…
Hello, I have downloaded the yield curve of a bond benchmark using the following import refinitiv.data.eikon as ek curve = ek.get_data('0#ITXZ=R',['MATUR_DATE','PRIMACT_1']) Then I modify the yield curve by applying a parallel shift of 25bp via: curve['Shifted_Rate'] = curve['PRIMACT_1ì] + 0.25 Now I want to reprice a bond…
Hi all, I'm am currently trying to use DSS via Python API. After running the code, I see that I am able to create a new instrument list, report template and schedule via my Python. However, I am than not able to retrieve the document with the data. This is the code that I use for downloading the data: while True: response…
Hello! I would love to get some insight into a complete python method of mapping a bond ISIN to the issuer's PermID. According to helpdesk, there isn't a way, so I'll share how I've managed so far. Step 1: With my list of ISINs, I use the formula @RDP…
Could you kindly review this request… the attached script and see what can be wrong?. Or review it please?. Thanks a lot https://us.v-cdn.net/6038239/uploads/W94AMGBQT37X/script-to-review.docx
Receiving below error when opening session using python lseg.data library Code: import lseg.data as ld ld.open_session(config_name='./config.json') Error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File…
Case: 15359710 I am using the refinitiv-data in python to access your data. The python package has not been updat
Hi, I am trying to build my own ZC curve with custom constituents but i am receiving an error about 'AvailableTenors field is blank or empty'. But there is no 'AvailableTenors' field in the API playground sample code: Is there any better documentation/examples for this? The following article here:…
Hi, I’m currently having a problem retrieving data via Python using the EIKON API. I’m getting the following error message when running the Python script: eikon.eikonError.EikonError: Error code 403 | Client Error: <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body>…
The file can be found here : https://github.com/LSEG-API-Samples/Article.EikonAPI.Python.GatheringAggregatedESGDataOnCompanies/blob/master/README.md The error I am getting is: ESG UN SDG part 2_CB_007.ipynb
It looks like you're new here. Sign in or register to get started.