-
REST-API to retrieve data
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
-
[REST API] Vessel Physical Assets
Hello all, I am trying to select new columns for the new data available for the vessels voyages: Last trade flow information: Charterer, Commodity, Cargo Size, Rate, Load Port, Load Date, Discharge Port, Discharge Data, Status, Previous Port and Previous Port Duration. However, when we tried to insert on the select part…
-
Corporate Actions API - DSS
I am trying to frame a API script to retrieve output from DSS - I am getting below error message. Can you help me with the correct API script for Corporate Actions template on DSS? Please find the below error: { "error": { "message": "Malformed request payload: Syntax error at Line 5, Char 34: Invalid array element type…
-
DSS Debt Corporate Actions Iso Report Template
Hi Team, Could you please share working API request for Debt Corporate Actions ISO 15022? I've been trying to use example provided in API tree, but the query isn't working. Here's what I've been running: { "ExtractionRequest": { "@odata .type":…
-
REST API security issue
This client, Ono Pharmacy, will upload the list of entity data to DSS regularly through REST API. They would like to understand if there is a way to do this while ensuring security. Can you please advise? we have SFTP for better security, but not sure if we have anything for REST API.
-
Data Scope SAP
Client planned to go live today with SAP production system. They are using the link: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/Schedules('0x0977e314b35b36c1')/LastExtraction/$value When they are using this link manually , its working fine but not able to access via SAP. Could please check what’s the…
-
Rest API DSS Token Type
Hi We are trying to use REST api and as part of downloading prices from DSS, Would like to know how whether the token type is JWT or basic token ? Regards, Mohammed Sayeer.
-
how to use the optional parameters (AsAtDate, MinValueDate, MaxValueDate)?
I'm currently working with your API (..V1/CurveValues/LatestForecast/110774918/0) I did'nt find any documentation for it and i'm struggling to understand how to use the optional parameters (AsAtDate, MinValueDate, MaxValueDate). It seems that 'AsAtDate' defines the date of the latest value at a point in time, but does it…
-
Getting delayed data from ADS Host
We've been having some issues with live data from RDMS. Basically, we look at refinitiv as close to 7:30 PM UK time as possible to estimate the settlement price for brent. For example for Dec brent (LCOZ5) - we were expecting the settlement price of 70.38 and the value we got back was 70.18. The price we got appeared to be…
-
Unable to get intraday prices for instrument like Gas and carbon
Hi, I am getting null response when I query below RIC NGLNMc1. I even tried to get IBM.N which is mentioned on REST API tutorial but still see null. If I try the price history I get the response. Below is my debug log { "ExtractionRequest": { "@odata .type":…
-
Facing issue in Refinitiv Futures API
Hi Team, We use user 9039365 to generate the token through the API endpoint - https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken API Response - Token generated successfully. We use the token in the API Endpoint for Data Retrieval -…
-
Springboot REST API using EMA
was looking for examples of how to develop a springboot REST API using the EMA API. Any good references ? using the following version implementation("com.refinitiv.ema:ema:3.8.3.0")
-
Need Help with Python Code for Time and Sales
Hi Team, Hoping for your assistance in providing the Python Code for the following REST API: POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest",…
-
Client si not getting the data as expeted with the given API
I tried using it but it doesn't seem to work for me as i believe i have not entered the details accurately , please find below the request header along with the body and url and please let me know if it looks accurate for a scheduled request to extract price data [For getting token and header] token_url =…
-
Unable to Connect to https://api.refinitiv.com/
See below stacktrace: 09:53:29.996 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://api.refinitiv.com:443 09:53:30.022 [main] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to api.refinitiv.com/99.83.242.11:443 09:53:30.022 [main] DEBUG…