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?
It looks like you're new here. Sign in or register to get started.