The most recent content from our members.
One thing I noticed is the csv files my code is creating are being time stamped an hour out of sync. For example, when I save files at 18:44 my local time they are time stamped as 17:44. I tried to run this to get around it ``` import pandas as pd import pytz from datetime import datetime, timedelta # Adjust the offset…
Hi, I want to know if there is an endpoint to upload a csv file and screen multiple cases. When I checked posman collection I found only this endpoint https://api-worldcheck.refinitiv.com/v2/cases/saveAndScreen
Hi Team, May we know the mapping logic between input column name (request) and output column name (csv) in Tick History API? As this is API, it has programmatic rules in place on your side which determine the column order on your return payload. Also, the dev team constructs a CSV file with the available input column names…
Can´t find the button or the function to export data table to csv file in ric search tool https://developers.refinitiv.com/en/tools-catalog/ric-search#
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()))…
One of prospects would like to enclose values with double-qutations in instrument identifier colunn in DSS csv output file (due to format issue of their internal systems). e.g. "JPY=", I thought about using 'User Defined Identifier' field with RIC values + , so that values with comma wil be enclosed with double-quotations.…
我获取到ESG数据之后,想要进行扁平化处理,变成CSV文件。但是,还是有很多字段是json格式。如何处理?
Hi folks, I am trying to download data to study it with Pandas. I want to store the data in csv format. THe problem is I see that sometimes the cells do not contain the decimal separator which means the number is 1000 higher than it should. For example: 253.456 253.634 253.83 253980 And this happens in all columns, High,…
Hi, is there a way to obtain a csv file with string fields quoted? Currently, we receive the csv files without quotes, so it is hard to detect if a field is string or number. Regards.
is there any sample data ( in csv,excel..) in EDP, that could be sent to me for looking ?
It looks like you're new here. Sign in or register to get started.