Hi @vmaharshi, If you are using Python, I would advise using RD. You can find code examples using RD on Codebook and GitHub. I used them for build the below, does it meet your request?
import refinitiv.data as rdrd.open_session()rd.get_data( universe=rd.discovery.Chain(name="0#.TWII"), fields=['TR.Revenue.date', 'TR.Revenue', 'BID', 'ASK'], parameters={'SDate': "2023-12-01", 'EDate': '2023-12-04', 'Frq': 'D'})