The most recent content from our members.
Hello, when requesting a series in Datastream Rest without a field, how to determine the field being returned? I.e. requesting TRECLYA with no field is the same, as RY, but how to know, when requesting without a field which field is returned. How to request a field, where the Datastream Frontend says "None" as field? I.e.…
Hello, I have the code below. import DatastreamPy as dsws import pandas as pd # set up connection def connection_DSWS(): DSWS_username = open("DSWSUsername.txt","r") DSWS_password = open("DSWSPassword.txt","r") ds = dsws.Datastream(username = str(DSWS_username.read()), password = str(DSWS_password.read()))…
Hi, I am trying to pull the display name of expired contract (attached screen shot). This can be done easily for active contracts using the following code eikon.get_data([ticker],['DSPLY_NAME']) But this doen's work for expired contract as there is no quote for an expired contract the request returns the following error Is…
Hello! Tell me please why in the created case in WC1 there are no transmitted fields for the client, such field as date of birth Example, request: "request_id"=>1118736, "source"=>"CRM", "location"=>"id", "borrower_id"=>1119263, "full_name"=>"Edi Wibowo", "date_of_birth"=>"1978-08-31", "gender"=>"MALE",…
It looks like you're new here. Sign in or register to get started.