Hi Team, I am using https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes to fetch the standard coporate action data, the api is wroking fine when using delta query, but for init query my payload is failing Please find the details: { "ExtractionRequest": { "@odata.type":…
Good Afternoon! I am in the process of migrating from DSS SOAP to DSS REST. We request corporate actions for known instruments. One thing that happens in the existing codebase is the retrieval of all available Corporate action fields for a certain corporate actions type ("DIV", "CAP", "MNA"): This is done like so: var…
Give me the parameter that i can define to get the history data in the below example. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest", "ContentFieldNames": [ "Trade Date", "Universal Close Price", "Universal Bid Ask Date", "Security…
Which language can b use or available for API? Thanks
Hello, there is webui application (https://select.datascope.refinitiv.com/Pubs/Permissions/UserBrowser). Do you know, if there is any API endpoint available for this? I am trying to find a way of verification, if the specific DSS account has been cancelled/deactivated. In pubs App there is a field 'is active', but i…
Does anyone know the force trigger API for DSS? Thanks Sohail Khokhawala
#9038445 account I am using the Datascope API to create and populate an Instrument List through a python code In the Datascope GUi, I am able to add an inactive RIC example SPXWa082554000.U However when I add this RIC through the API, I am getting an error 'Message': 'RIC, SPXWa082554000.U (not found)'}]}, Please advise…
The issue is when client try to extract more than 250 ISIN, they get an empty answer from the server. Please note that if client use 10 isins, client can extract with API perfectly, if client repeat those isin 100 times (so 1000 total isin requested) client get an empty answer, so the isins are not the problem. The problem…
I have trouble with a program that use to work and get now an error "an error occurred while sending the request" after 22 minutes after asking for 500 isin. var extractionRequest = new BondScheduleExtractionRequest //type of request on reuters API { IdentifierList = collec, //ContentFieldNames = new[] { "ISIN" // ,"Coupon…
I would like to create instrument list with Filecode #2 for TSE but exclude delisted RICs. On GUI there is "Expand File Codes on Extraction to Include Delisted RICs". On Rest API how can I set this preference option to False?
It looks like you're new here. Sign in or register to get started.