I'm attaching a screenshot but also here's the full details of the issue as well: We're using the DSWS REST API. While trying to troubleshoot in case it was some of our code causing the issue, we tried multiple alternatives. We tried the Python package https://github.com/datastreamapi/DatastreamPy as mentioned on…
I search for many variables, for example Board size data, for the listed firms in the GCC region (eg. Saudi, UAE, Qatar.., and there are only few numbers of firms has data, does this mean this database doesn't have data or maybe there is a correct way to search?
Hi all, I'm looking to get historical price data for an option, that I have the ISIN for. However rd.get_history only accepts RICs, and converting ISIN to RIC for expired options seems not possible, as expired options are removed from search as soon as they expire. Any ideas for a workaround ? Thanks !
For main code(chain ITDM) on data stream, i need to get the list of all codes under this. how can i check . i dont see options on https://product.datastream.com/DswsClient/Docs/TestRestV1.aspx ITDM has below codes and i need to retrieve via data stream API for automation…
Hi, I'm building a tool that requires me to search for information on derivatives. Here i'm trying to find some futures contracts. To find these contracts I have information on the underlying of the contract. I tried using the content search like so : df1 = rd.content.search.Definition( view=rd.discovery.Views.SEARCH_ALL,…
Hi all, I'm trying to search for some information using the refintiv.data.content.search module I know there a re a lot of available fields that you can search for or use to filter. However is there a way of searching for all available fields ? Like this : response = rd.content.search.Definition(…
ds.get_data(tickers ='USCNFBUSQ', start = '1989-01-31', freq = 'M') does not pull in end of the month date. it pulls in 1989-01-15. How do I make it to import end of the month date?
Dear Sir/Madam, I have a list of organisation perm_id (about 3000companies), is it possible to use them to find their co2 equivalents emission data on excel Datastream? If it is possible, could you please provide some guidance for showing how to do it as i have tried lots of time it always shows error on my worksheet. Many…
Hi, I'm trying to run DSWS request using a list of dscodes from a csv vile, but the code I'm using adds "[]" before and after the list, it's returning error. Here's my code instruments= [] with open('DSCD list1.csv') as csvDataFile: csvReader = csv.reader(csvDataFile) for row in csvReader: for ticker in row:…
Hi can I check if there exists a function that checks whether an ISIN is not available in Datastream API? Currently I am just requesting for these ISINs and checking if the $$ER: E100,INVALID CODE OR EXPRESSION ENTERED is given in the Value column. Thanks. df = ds.get_data( tickers='US606822CR31', fields=['CMPB', 'CMPA'],…
It looks like you're new here. Sign in or register to get started.