Hi everyone, I’m currently retrieving daily pricing data using the Refinitiv APIs by batching a large list of RICs. However, this approach is slow and computationally expensive, and I was wondering: Is there any method—via Eikon, Workspace, or any API—that allows me to download today's prices for all listed stocks without…
When I run python from Eclipse, it works fine. But when I build a stand-alone exe file using PyInstaller, the following error is thrown. Looks like it is related to refinitive.dataplatform library (the stand-alone exe file that was built previously and included eikon and refinitiv.data libraries worked fine). Do you now…
I'm working with the Refinitiv Data Platform Library for TypeScript and trying to implement a symbol search using Search.definition. In the documentation it provides the following example: const definition = Search.Definition({ query: "IBM Bonds", select:…
1. The only instance where we used the deprecated refinitiv.dataplatform library was the rdp.search function. I assume that with retiring the library I should switch respectively to either rd.discovery.search or ld.discovery.search functions, which are full equivalents of the rdp.search function. I also understand that…
Hi, I've been trying to retrieve filings from a list of different RICs and Dates (specific range for each RIC) but im having difficulties using the code examples available. Would really appreciate help to code a request to access the MD&A Section of 10-Q/10-K of many companies for which i have the RICs and dates. I've been…
Thanks, AA
In the "24 Ping and Pong Messages" chapter of WebsocketAPI_ProtocolSpecification.pdf, It say that if a Refinitiv server doesn't receive traffic for a certain period of time, it will send a Ping message to the application. Regarding this "certian period of time", how many seconds does it specifically refer to?
How can we update the access token in the WebSocket session? Based on the documentation, we believe that the latest access token can be updated in the WebSocket session by using the following request format: { "Domain": "Login", "ID": 1, "Key": { "Elements": { "ApplicationId": "555", "AuthenticationToken":…
We would like to confirm the expiration date of the refresh token. 1. Do refresh tokens have an expiration date? "3.1.1 V1 Authentication" states that refresh tokens also have an expiration date, but we could not find any response item in the document that indicates the expiration date of the refresh token, like the…
If multiple clients request the authentication API with the same machine ID, will the same access token and refresh token be issued? We plan to build two client systems that connect to the Refinitiv server. One is for the production environment and the other is for the staging environment. Each of the two systems has two…
It looks like you're new here. Sign in or register to get started.