-
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…
-
DSS REST API Search: exclude ISINs from GovCorp bond search
Does DSS REST API Search allow search to omit particular ISINs? Let's say that we are searching for Mortgages bonds, but would like to some partcular ISINs not to be included in the search results.
-
DSS API credentials not working
Client is unable to access DSS API with their DSS ID. However, the same credentials are working fine for GUI. Client has shared the below API payload. Can you please assist? Power Query: let // Etapa 1: Datas para os últimos 31 dias Today = Date.ToText(DateTime.Date(DateTime.LocalNow()), "yyyy-MM-dd"), StartDate =…
-
Rest api equivalent for ADSMON stats
I don't have direct access to the ADSMON tool, but our server is set up to allow access via REST api. I'm looking for where in the API i would find equivalent stats to what the tool displays under Data Streams: opensFromOverflowQueue streamIdMismatch These are the resources available in the API: Configuration Resources…
-
Is there any sample python porgams or RESTful API examples to automate the extraction process?
Is there any sample python porgams or RESTful API examples to automate the extraction process?
-
Insufficient Scope Error (trapi.data.research.read) When Accessing Research API via Java REST Reques
We are developing a Java application to programmatically download Initiation reports for specific companies using the Refinitiv Research API via REST requests. However, we are encountering a permission error indicating insufficient scope when attempting to access certain endpoints. Problem Details: Objective: Download…
-
How to update a single result in a case to be positive using REST API
Hi, I can create a case using API ok and there are some WC entities in the case as a result of the screening. Then I have at group level/toolkit resolutions like these ones below "resolutionFields": { "statuses": [{ "id": "5jb6wv300b171g1ul7wm1df49", "label": "POSITIVE", "type": "POSITIVE" }, { "id":…
-
WordlCheck One - Adding an entity to a case using REST API
Hi, I would like to add an existing WC entity (a company, for which I have the WC code/reference ID) to an existing Case. How can I do this using REST API? I'm using Postman to test the API calls. Thanks, Kari
-
Changing Date Format when requesting RDMS API in text/csv response?
Hi, We are retrieving curve data from RDMS Rest API (v1/v1/CurveValuesBatch resource). When requesting a text/csv return, the date format (Forecast Date, ValueDate) is in American format: Is there a way to request another date format directly from the API with a csv response? (for e.g: DD.MM.YYYY 00:00:00) Thanks a lot,
-
Arabic Characters
Below is my payload, the name is Arabic when I send it with HTTP client I'm getting unauthorized. When the name is in English, same body work fine. Why? Can somebody tell me how to solve it.…
-
Require a Swagger files for DSS RestAPI
Hi We are a new customer for LSEG DSS and i need the swagger file as we are going to integrate the API through Informatica to update our SQL database with EOD data. I can get through Postman but i need swagger files to integrate with Informatica. This is urgently required as part of our requirements. Thanks Sohail…
-
INVALID_MESSAGE_FIELD_FORMAT lowercase providerTypes
For my ZFS POST /screening/v3/cases request, I get the following response: {"id":"424af957-2110-48de-81d2-84f1e679a15f","status":"400","errors":[{"code":"INVALID_MESSAGE_FIELD_FORMAT","message":"Message field '.providerTypes[0]' has an invalid value.","error":null}]} The request includes: "providerTypes":["watchlist"] I…