Hi all, I'm looking into using the refintiv.data python API to calculate benchmarks for bonds. Right now the process is very manual and not scalable, I'm searching the bond in the workspace and looking at the "Related Instruments" tab, then creating my query and looking at the results. (see screenshot) I would like to use…
Hi everyone, One thing that I am confused with regarding get_data_async, is that, depending on the datapoints I try and retrieve, I can't seem to get data within the scope of years that I specify. Say I have this for example: current_year = datetime.today().year start_year = current_year - 8 async with semaphore: #…
Program received channel reconnecting notification for socket 12 associated with LPC. Error: -1</local/jenkins/workspace/RRTLPC/OS/OL7-64/esdk/source/esdk/Cpp-C/Eta/Impl/Transport/ripcutils.c:256> Error: 1002 Curl failed. Curl error number: 56 Curl error text: Received HTTP code 403 from proxy after CONNECT
Hello, I'm using Python and connecting to Refinitv.data. The script is run by Task Scheduler, after rd.open_session(), the get_data() function is failed to perform. It worked well when I'm using Jupyter. Below is the message. Would anyone be able to help me with the issue. Thank you for your help. Best, Tim
I am using this endpoint Filings API | Devportal (lseg.com) and want to only return filings in English language. How do i set this? I tried 'Accept-Language': 'en' in the headers to no avail. Are there any payload parameters I can use? I would also be interested in any other filters/payloads we can add to a request to this…
Hi @wasin.w , As pointed out by you in https://community.developers.refinitiv.com/questions/118346/sqs-endpoint-subscription.html?childToView=121032#answer-121032 it is possible to choose streaming region for SQS subscription - how can we achieve that with .NET Refinitiv Data library? Specifically using Refinitiv.Data…
Hi, we use /alerts/v1/news-stories-subscriptions to create subscription and pull messages from SQS. We have noticed that our sqs endpoint always ends up being https://sqs.us-east-1.amazonaws.com. Is this something that we can control? I mean can we configure what endpoint we pull messages from?
For example =@TR(TR(TR(M20,"TR.FiIssuerOrganization","CODE:ISIN"),"TR.CreditRatioPD") This one retrieves first the issuer organization id from the ISIN of the bond Then after getting the organization ID, it gets the default probability. All in one go. So the formula has 2 layers, one for getting org id, then another for…
Hello, I would like to know which API I have to use to get tick size information, I have explore your API Playground but without success, SearchLight API provides some metadata but not tick size. Thank you.
Hi everyone, I have 2 questions regarding the retrieval of Corporate Bond data with the Refinitiv Data Library in Python. I am currently trying to retrieve the coupon rate, next payment date, and coupon payment frequency, with the following formulae: 'TR.CouponRate','TR.FiNextPayDate','TR.FiCouponFrequency' I checked that…
It looks like you're new here. Sign in or register to get started.