The most recent content from our members.
I need to get DocId for KOR company, can you pls suggest how to do this? Thanks in advance.
Hi team, I can easily find the Eikon Data API syntax document in our developers community website. However, when I am using Codebook, the sample codes are using rd, just like: import refinitiv.data as rd I found that the syntax of rd are much different with the document where using ek syntax, just like import eikon as ek…
I am trying to download company research documents via API. For a given document ID, I am trying to use the "https://api.refinitiv.com/data/hvmi/v1/documents/download" endpoint to download the file. Here is my python script: import refinitiv.data as rd rd.open_session()…
It seems that we have, but I can't get any information from this page FX Pricing Data | Refinitiv .
Hi there, I am working on TRTH time and sales data extraction. I don't quite understand what the field "Trade - Qualifiers" means. Tried to download the docs from the link below, but failed (code 404). Can you please share the new link where I can download the supporting docs?…
I am looking for documentation of the behaviour of the WebSockets API. The "Refinitiv_WebsocketAPI_ProtocolSpecification.pdf" document gives a spec for request/response formats and the Data Model Discovery app lets me find field descriptions. In additiona, I want to know how the API behaves. For example, the thread here…
stdClass Object ( [error] => stdClass Object ( [transactionId] => [code] => 400 [message] => Validation error [status] => Bad Request [errors] => Array ( [0] => stdClass Object ( [key] => document [reason] => Document wasn't classified ) ) ) ) this is the error I am getting
{ "error": { "transactionId": "", "code": "400", "message": "Validation error", "status": "Bad Request", "errors": [ { "key": "document.frontImage", "reason": "Invalid or unsupported document image format" } ] } } this is the error I am getting
I have access to the eikon Python and Excel APIs. Is there a method for downloading Excel reports from the Commodity Document Library using any of these APIs? I am able to obtain a page address by right clicking in the Library.
Hello, which image formats are supported by Document Verification? are there guidelines regarding file size?
Hello team, I would like to know if i can retrieve through the python API the raw file that is available in the "advanced filing" option of the web client. In the case of US stocks (ie: aaple) this seems to retrieve the raw htm file from the sec and on EU companies (i.e: lloyds) it seems to display the pdf file presented…
I tried to use some request filter parameters such as document release date, arrive date to filter the documents based on Document ID via TRKD API document search interface. But it looks like the result doesn't reflect the filter criteria. For example, if i used search date=release date and date range is the last 2 days to…
We are using the zero fooot print API and would like to understand if there is a way to pass or receive document id of an individual?
I could not find this information in the TRKD website. Could you provide some sample calls and results? Thanks.
Is it possible to get data about research documents using api? We have research analysts that download reports and we wanted to track who is downloading what from our end.
It looks like you're new here. Sign in or register to get started.