Hi,
I am querying data from TRTH Intraday summary via python. Is it possible to do any of the below:
1. Only call certain fields: For instance, I do not need to to get data on default fields such as Domain, Underlying RIC Alias, Type.
2. Is there a way to only get non empty data. For instance, if Price ("Last") and Volume are empty, I do not want to download that row.