Hi I am developing integration for CircleK using Oracle SOA technology. I have found, that API: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes is sensitive to field order. This is working: { "ExtractionRequest": { "@odata.type":…
Hi, I'm submitting a HTTP request to extract bond schedules on demand. However all I get back is the instrument details and no bond schedule records. Here's the request I'm submitting. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.BondScheduleExtractionRequest",…
While running the refinitiv job (01_load_refinitiv_exchangerate), I faced error such as: * Timeout error for some of the RIC codes. For some it runs successfully, for some, Timeout error occurs. * Also got the error like this. “com.amazonaws.services.sns.model.AmazonSNSException: The security token included in the request…
we are getting errors within the DataScope Select REST API (C# SDK) trying to receive the "Total Net Asstes" field for the RIC "LP62003260". I already found out, that the value of this field is lager than the standard integer size. So the API returns an "TRN" for truncated, which leads to an parsing error in the C# SDK.…
I need to understand how many options I can get separately for each exchange. To do this, I want to make a request through the DSS python api. Could you please: 1) Inform me how can I create session key, if I have only login and password. I trying use next: import refinitiv.data as rd rd.open_session() 2) What methods…
Hi,When I requested SOFR TERM in the API, only the Trade date was NULL. Why is this? { "@odata.context": "https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#DataScope.Select.Api.Extractions.ExtractionRequests.ExtractionResult", "Contents": [ { "IdentifierType": "Ric", "Identifier": ".SR1M", "RIC": ".SR1M",…
Hi, would you be able to help with the bolded questions, please? "Timeout for request is set to 30s in our system right now. The request and times can be seen below. Time is in UTC +4 0530-170202.250-I-(DsRefinitivDssClient) - Sending request:…
POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken With the above, I have successfully created an Authentication Token ("value" from the successful response) following the REST API tutorial. However, it fails when I try to check auth providing my Authorization Token as below GET…
Does DSS REST API support on OAuth 2 ?
Hi everyone, It seems like that when I do an API call to TickMarketDepthData with a list of identifiers, I don't get/see all identifiers in the API response. Could there be that some identifiers don't trade on specific days, so there is no price change and hence there are no mentions of those identifiers in the results? If…
It looks like you're new here. Sign in or register to get started.