-
Filings GraphQL Issue
Request/Query: { "query": "query AppleFilingsExistingSchemaOnly {\n FinancialFiling(\n filter: {\n FilingDocument: {\n Identifiers: {\n Cik: { EQ: \"0000320193\" }\n }\n }\n }\n limit: 5\n ) {\n ObjectId\n _metadata {\n identifier\n totalCount\n }\n FilingDocument {\n DocId\n FinancialFilingId\n Identifiers {\n Dcn\n }\n…
-
Free Tool For Real Time Platform Admin
Hi, I created a free, open-source tool leveraging LMC: https://github.com/bgp59/lmc-recorder As per README: Motivation LSEG Real-Time Platform components (adh, ads) provide access to a rich set of internal stats viaLMC. Recording this information at regular intervals would be beneficial for troubleshooting, event…
-
Exchange Code RTR
Client is looking to get the details via DSS API using Exchange code RTR and its returning null code with Error code 400 Request to share us the full API using exchange code Ric they are looking is FO180-SIN
-
1) how do I connect my acc to claude MPC/connector 2) Guidance in terms of OAuth for LSEG Data Platf
1) how do I connect my acc to claude MPC/connector 2) Guidance in terms of OAuth for LSEG Data Platform and processing.
-
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 -…