-
Data Reliability in datastream
I'm data engineer, currently working on stacking data from Datastream API. In data check, I have following issues in Datastream 1. Why datastream returns NULL value for non-existing future data? - I think this data return standard need to be fixed. for example, API without start/end date returns not only today's value, but…
-
FXD5 in DSS standard solution has different file size via API download versus GUI Download.
1) Download FXD5-2022-08-09-NORMALIZEDMP-Data-1-of-1.csv.gz from https://select.datascope.refinitiv.com/datascope/standard/extractions# 2) Use a c# client (Please dont use Postman as it is not capable of handling huge file size). Also, since we use .NEt console app using c#, it would be more close if you can download the…
-
Downloading older Venue By Day Files via CFH using Python
Hi Team, We have access to VBD files for a certain venue (venue = OPQ) and it only allows access for files in the last 30 days. We reached out to the account manager for access to older files and said they should be available for download via CFS. "You can pull this data via CFS for all of the OPQ venue, back to 2004." I…
-
FXD5 under DSS standard solution tick history venue by day file
This is with regards to FXD5 file that trigger on daily basis in tick history venue by day file. User has reported below issue - Could you please investigate “To do the file size validation and retry mechanism, I tried to print the below metadata info in trace file. Looks there is something incorrect in the file size…
-
Download Venue By day files using python
Hi Developer Team, I have two questions on Refinitiv venue by day (VBD) files. 1. How to download the files using python? Based on the earlier questions, this seems possible but the links are unavailable now. I want to download files for OPQ, which is all I have. Could you please suggest a code or help with the API? 2. I…
-
missing bid and ask price for futures before february 2019
running the same report but on different data ranges give me different results. from february 2019 onward I get the expected results (see second snapshot), with all the columns like bid price and ask price filled. before february 2019 I get a duplicated line (which is annoying but not problematic), but I also don't see…
-
What is the maximum number of concurrent request using DSS api for vbd file downloads
Hi, We are using DSS Rest API's for downloading the vbd files. We currently download vbd files and instrument files for 17 venues, so total 34 files using 17 threads. Sometimes we are getting -1 for the http status code, which might be happening due to no valid http response from DSS. Just wanted to understand what is the…
-
Look up venue files within a date range
We needed to use Look up venue files within a date range rest api. GET https://hosted.datascopeapi.reuters.com/RestApi/v1/StandardExtractions/ UserPackageDeliveryGetUserPackageDeliveriesByDateRange(SubscriptionId='0x0400dc1d24a00cb4',FromDate=2016-09-12T14:03:49.300Z,ToDate=2016-09-13T14:03:49.300Z) But we get a “Resource…
-
How many days of Historical VBD files can be downloaded
We are trying to download data for 9th may , but we are 0 files available in request but in UI we are able to see the data for april as well.please let us know if we are missing anything here
-
How to pull exchange by day in Tick History V 2.0.
Can someone please post a description of the JSON request to pull back exchange by day files under the new tick history API. In the old version we simply downloaded the exchange by day files from their respective folders (e.g. corporate actions, market data etc) from a single ftp location. In the new system it appears you…
-
VBD chunk download issue
While downloading VBD files in chunk, due to network issue or any other issue, if it could not completes the download, is there any way to resume only the chunk download?
-
VBD data availability issue
Exchange File type EUX CORP EUX REF EUX Instruments CBT CORP CBT REF CBT Instruments The above mentioned files types are not availble for the date 07-08-2017. We tried to get the entire list of files for the exchanges CBT and EUX. Also there is no link at the end of the list using which we could get next set of files. We…
-
VBD data file download
I am trying to download data files as per the information given in the page#125 of ThomsonReutersTickHistory11.0RESTAPIUserGuidev1.0.pdf document. But I am not able to download the files. It is showning the details of the file only.I am using below query. Query: curl -k -X GET -H "Authorization: Token…
-
TRTH v2 using Unirest java http client vbd gzip download issue
We’re having issues while trying to programmatically run DSS StandardExtractions UserPackageDelivery using Unirest java http client. When trying to stream the file contents using ‘StandardExtractions/UserPackageDeliveries({id})/$value’ request we do not get the file in compressed ‘gzip’ format as advised by the API…
-
For schedule extraction, is it possible to create a template (or is there a standard template ?) ...
For schedule extraction, is it possible to create a template (or is there a standard template ?) which will generate the data file in exact same format as the VBD files?