As the title and screenshot of the process, I'm getting some fields latest data (related to price, dividend, splits) on numbers of tickers (symbol list is d dataframe with datastream_id, and tickers, containing about 6000 symbols). I'm using get_bundle_data in DatastreamPy, also using ProcessPoolExecutor to get data…
Hi, I would like to extract M&A deals for a list of firms for which I have the security permid. It doesn’t seem to be possible to extract deal information using the security permid though. Is there a way to link the security permid to the company permid? For example: Amazon security permid: 8590928320 -> Company PermID:…
Hi, When I try to get data for the instrument <DOLc1> it is returning data for non-trading days. I tried using Python Datastream module: ds.get_data(tickers='<DOLc1>', fields=['PS'], freq='D', start='2021-01-01") This will return, e.g., data for 2021-01-25, which was a holiday in Sao Paulo and the exchange was closed. My…
I am new to Java application and having trouble compiling a simple Helloworld program. JDK 1.7.0 is installed in my Windows 7 and was able to set the path variable but didn't work. I keep getting the following error: C:\Users\Ivy>cd \ C:\cd java files C:\java files>set path=C:Program Files (x86)\Java\jdk1.7.0\bin C:\java…
I've been playing around with having ChatGPT interact with the datastream API, has anyone found some unique uses with integrating AI and datastream?
This expression works fine : CORR#((ACH#(LN#(X(RI)~E),1M)),(ACH#(LN#(TAUGVG4(RI)~E),1M)),120M) but as you can see I need to declare one of the two variables (TAUGVG4 in this case). I would like to know if it is possible to create an expression with two symbols variables working in the API ? So a formula like this…
Hope you are well. We have a joint issue with the datastream API. Both Alex and I get the following error message: Traceback (most recent call last): pydatastream.pydatastream.DatastreamException: Undefined: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'…
...indices from Datastream in series format. I can pull realized data for multiple time horizon for a single date using Eikon API but I need series of data. Below is an example for .STOXX50E pulled using EIKON API. However this is for one data point i.e, only latest value. I need series of data, example like data series…
Hi, I need to find the ISIN codes for credit default swaps in Datastream such as: GOLDMAN SACHS GROUP SNR CR14 5Y $ Can you help me? Best, Jeroen
Hi, I need to find the ISIN codes for numerous Credit Default Swaps. This can be done in the Datastream webexplorer by searching for the Credit Default Swap and looking at the related securities (ISIN code). Do you know how to request the related securities for each Credit Default Swaps automatically via the Datastream API…
It looks like you're new here. Sign in or register to get started.