The most recent content from our members.
I have a Human ID ( XXX.XXX.XXX@refinitiv.com) which I am using to get a token and accessing the ASYNC endpoint <https://api.refinitiv.com/data/quantitative-analytics/v1/async-financial-contracts> The human ID has no permission to access <.DJI> but was told by order management that my machine ID(GE-A-XXXX-X-XXXX) has the…
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS and poll news from the queue. Could you please let us know if there is a way to monitor created subscriptions or sessions across different machine IDs? There is a queue manager, but it only has access to…
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS. Could you please share the recommended approach to monitor the following aspects: * Verifying an active subscription to ensure we continue receiving news. * Confirming that the queue is operational and live. In…
Hello! I am implementing a service in Java in which I am taking time and sales/trade events data from the Historical Pricing API and taking only the relevant data from them, and I ran into some unknowns that I cannot find the answer for: 1. The API seems to give me all the trades, the off book ones as well. How exactly can…
Hello - We are trying to understand how to programmatically access the machine readable news archive via SFTP, in either Python or R. This is part of the Delivery Platform. We are hoping there are others with experience of using this within the community. Would anyone be able to share a code example? Thanks
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: #…
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 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…
Hi everyone, I am trying to retrieve some Fundamental and Reference data for all of the SNP 500 stocks. These datapoints include values such as Income before Extraordinary Items, EBIT, Capital, etc. Now, I am trying to asynchronously retrieve all of this data. At first, I tried to loop ethrough the list of the RICs of the…
Hi everyone, I have an issue regarding concurrency with functions using get_data(). My workflow is as such where I have multiple requests of get_data() and get_history() in different asyncrhonous functions that I am executing concurrently using Python's `asyncio` library. Now, the issue is, when these functions are…
It looks like you're new here. Sign in or register to get started.