I'm currently trying to extract futures data for a particular commodity using the following payload using the the "https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw" end point. However it returns saying that the identifier is invalid even though this is the correct RIC root. { "ExtractionRequest":…
Client ID: 9013472 Please let us know if the timestamp in result is local or UTC for the response First Date and Last Date. I provide the code below: RESTURL = https://selectapi.datascope.refinitiv.com/RestApi/v1/ BULKSEARCHURL = RESTURL + "Search/HistoricalBulkSearch" headers = { 'Authorization': "Token " + _token,…
Related to a previous question, I am trying to pull historic data for a series of tickers. Closing auction imbalance data via API Would it more efficient to query one ticker at a time for n years of history, or a series of tickers for a given day/week/month? Or is there some other way that would be most efficient to query…
...in each day to return intraday tick data. Is there an API flag that can set this window for each day? Using the tick history REST API, a user would like to enter a range of days and a time range within each day to return intraday tick data. Is there an API flag that can set this window for each day?
...of data at the same time, randomly data of some of the days are missing in the downloaded files We have a client : tried to download tick data from datascope for below RICs: CHK.O,Ric GDX,Ric SPY,Ric GE,Ric EEM,Ric BAC,Ric AMD.O,Ric XLF,Ric F,Ric VXX,Ric NIO,Ric T,Ric TVIXF.PK,Ric We are using the C# datascope select…
Hi After making some minor changes (log traces, error handling, URL replacement, a return value is now provided) on the awsRetrieveDataAndSaveToFile method found on DSSOnDemandIntradayBarsRTH.java Java sample file, my method looks like the way is shown below: public boolean extractAndSaveFileFromAWSServer( String filename,…
hello, i tried the below query on Postman and it gives me an error "All identifiers were invalid. No extraction performed." However if I use the same RIC (FGBLc2=CTD)on GUI, RTH raw template, it works Sharing the query below: { "ExtractionRequest": { "@odata.type":…
My question is about how the SummaryInterval parameter is used by TickHistoryIntradaySummariesExtractionRequest to resample the tick data: would it average the available ticks between two consecutive intervals?
I'm trying to download 2 minutes of data from yesterday morning but it's getting stuck in a 202 code , which it normally only does once or twice. I've attached the auth token, request body, request url and what the console is returning. Thank you Auth Token: (Added in private comment) requestbody: requestBody={…
We have Continuation RICs for Futures such as CLc1 and TYcvoi1 and GCcm1 however these are not retrieved by the below Historical criteria search regex code. We would like to know what change needs to be made to the API code to extract the continuation RICs which have these lowercase letters. The first contract month…
It looks like you're new here. Sign in or register to get started.