Hello. I'm using Stored & Scheduled Workflow to download Tick History Time And Sales from DSS.
When i download the file using Python, i noticed that the format is raw and too huge.
Below is a sample i tried.
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractedFiles('VjF8MHgwOGQzYTE2MjA1Nzk5OTYyfA')/$value
The output is below in which i need to write into a file.
what can i do to download directly from the link below (GUI) ? in the Download link, the file size is already in gz format and relatively smaller. How can i get this using Python?