I am looking for a way to request price history data in Python locally (not in the refinitiv codebook environment) on a minutes level to get Close, Open, Low, High, Volume, Bid, Ask for a given stock ticker . If I request the data manually in Refinitiv the output looks as follows:
Now, I want to get the same automatically using python. I have used
get_timeseries and get_data
function but was not successfull in getting to the exact same output.