The most recent content from our members.
...ile Eikon retreival works Hi, I trying to get event data using Refinitiv Data, using both sync requests as async requests. No error code is supplied for sync requests (just an empty df), but when I use async I get error code 221 'The access to field(s) denied.' I find the error strange since I have access to event data…
I am trying to fetch some historical prices in large blocks of at least 50000 and inserting them directly into SQL with a VBA-Loop. Thanks to this forum I was already able to figure out that a synchronous refresh of the TR-formulas can be done with Application.Run "EikonRefreshWorkbook". Everything works fine for a small…
What is the best way to get a price snapshot synchronously. What I would like: ws.send(request) result = ws.recv() The problem is that I can receive different messages (ping for instance..). Do I have to necessarily implement a logic to filter the answers ?
Hi, I am trying to understand what is the most efficient way to do snapshots using RFA.NET I am looking at the example Examples\OrderBookAndMarketPriceBag\OrderBookAndMarketPriceBag. In the MarketPriceWrapper class, there is a method to call Snapshot but it seems to be asynchronous. 1. Can we have an example of how to call…
Hi there, I am currently trying to implement a button that simply refreshes the data in my workbook and then exports a specific sheet as a PDF. Everything works fine except that the refresh does not finish until after the PDF is created. The link below seemed to be an answer but it still does not work:…
What is the Eikon equivalent of old Datastream’s “Call StartProcessingRT” that allowed me to explicitly fetch data from Datastream and when execution moved to the next line of code, I could know for sure that all data has been fetched.
Hello, I'm trying to do batch queries to retrieve Time Series data in non-interative non-callback mode. I have not found any example on how to do this. all documentation and samples are showing callback interactive mode. Please help me asap. Thanks.
The REST API Help Site claims "The API defaults to synchronous responses per the OData specification, ...", but when I have long running synchronous request (one where I deliberately do not provide a "Prefer: respond-async" header) I still get back a 202 continuation reply after 30 seconds.
It looks like you're new here. Sign in or register to get started.