-
SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))
Hello Team, Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch" SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)'))) Also following this error got one more error - DataScope Authentication failed…
-
Authentication Token related queries
Hello Team, I have multiple questions regarding Authentication Token part. Please find them below: 1. How we validate that the current/previously requested token is yet valid or not 2. What is the limit of authentication token per day and per minute. 3. Could you please give example of how we can limit authentication token…
-
DSS API Error 429
Reviewing our logs we can see that in the last 10 days we have started to get 429s back for hitting a rate limit, which I can’t see that we’ve experienced before. Nothing in our request approach has changed, we submit approx. 10,000 instruments each day in asynchronous batches of 100, which generally takes around 1 min –…
-
Limit exceed exception 429 even in 14 req per minute
For Price History request limit is 30 request per minute but its giving error even in 14 request. Applied rate limiter as well, but then too its throwing exception. Could you please check the logs DSS hits and guide on the same. PFA the run and error required logs. Please let me know if you need more…
-
Job got stuck - DataScope Equities
Hello Team, The job got stuck, could you please check and let us know. Please find the details below: User ID: 9023580 Extraction ID: 2000000798429384 Correlation ID: CiD/9023580/AAAAAA.091fc79c678a7123/RA Schedule: 0x091fc79c679a7123 (ID = 0x0000000000000000) Input List (500 items): (ID = 0x091fc79c679a7123) Created:…
-
DSS SFTP connection for multiple applications
Hi, Is it possible to upload two separate Key Files to the .ssh DSS-Folder in order to connect two client applications to a single DSS ID? My client wants to download a file from the DSS SFTP directly from two different servers without having to save it internally first.
-
Datascope gives error during backfilling
Hello Team, Refinitv Error.PNG Please find attached the error got during backfilling Please have a look and guide accordingly. Thank you, Trisha Gehlot
-
Is it possible to get Instrument's Cross Reference data via DataScope REST API?
In DataScope, after I search on Cusip and get a list of items, clicking open one of the items will open the attached screen. Is any of the data in Cross Reference tab exposed via DataScope REST API? I am primarily trying to get the values for Original Place of Listing -> Price Source under Symbols section and the…
-
DSS Report Template permission for API
Hi, I have a question on DSS Report Template permission for API. Can we extract data sets without permission in DSS GUI through SOAP API or REST API? There are some doubts that some users are extracting the data without permission through SOAP API, so I d like to confirm if it is technically possible. For example, 1 DSS ID…
-
Limit search results through API - DSS Rest API
Hello Team, Is there a way to limit results through API just like we can do in the GUI?? PFA screenshot - Thank you, Trisha Gehlot
-
RIC code is getting null for all the attached list of CUSIP identifiers.
We are getting ric code null when we call EndOfDayPricingExtractionRequest with CUSIP. List of CUSIP's are printed below as I am not able to attach the file Can any one quickly guide me on how to get RIC code not null for CUSIPs identifier., CSP,53945CKX7 CSP,802437FY4 CSP,13063DUD8 CSP,296385AT4 CSP,617403ES5…
-
How to call count API Hits In DSS
Hello Team, We want a better way to count API call hits, as One call, calls one more API call(As if Request_Url/nextlink is sent along with the result) We use - https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes &…
-
Futures and Options Search using RICRoot
In the DSS GUI, you can perform a Futures and Options Search using a RICRoot, e.g. FFI (FTSE Index futures on LIFFE). This returns a list of the current individual contract RICs (FFIZ7, FFIH8, FFIM8, FFIU8 in November 2017) and the continuity RICS (FFIc1, FFIc2 etc). Which DSS REST API request performs this type of search?
-
Find all Rics in a chain
Hi, Can someone point me in the right direction please. I have a ChainRIC "1WSURF11" When I use DSS portal I can see all the consistuents for 1WSURF under the Open Access Constituents tab How would I find the same using the REST API? tnx in advance, Brian
-
DSS REST API Delect Instrument from a InstrumentList
In DSS REST API Tree, there's no example about how to delete a Instrument from a Instrument List by 'InstrumentListItemKeys' so can you share the sample REST call to delete dummy item key , 'VjF8MHgwOGY3NTQyZTA1ODlmMmU2fDI'? '0x08f7542e0589f2e6', dummy IL. Two attempts below but failed. * POST…