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…
Can you please help to find out the API end points I can use to extract prices via DataStream ? The data type or attribute name is X(RI)~GBP
Can you please give example JSON request body for data stream REST API to extract the prices for certain funds. Example data provided by Refinitiv help desk given below 30-12-22 31-01-23 28-02-23 Type X(RI)~GBP Type X(RI)~GBP Type X(RI)~GBP U:URTH 224.94 U:URTH 235.4 U:URTH 233.18 WOSC 227.95 WOSC 242.39 WOSC 244.28 U:EEM…
Hello, Would it be possible to automatically run a Python code (notebook) in CODEBOOK at a given time every day (using this as a scheduler)?
Hello, once we fetch data from DSWS we generally get this ouput: # Set Start and End Dates with the following format "yyyy-mm-dd" StartDate = "2023-03-01" #Set start date EndDate = "2023-05-31" #Set end date # Set The Frequency Of The Data Equal to D,W or M Freq = 'M' # Initializations sp500_data = pd.DataFrame() ism_data…
I use python (3.6) and DatastreamDSWS (1.0.8) to make a set of static requests to obtain the ‘DSCD’ for a list of SEDOLs: * When I query certain SEDOLs, I get back NA where I would expect to get a value: * An example is SEDOL ‘2076009’ (Bank of Montreal):* I get NA for DSCD when I do a static request using DSWS * When I…
It looks like you're new here. Sign in or register to get started.