https://cdn.refinitiv.com/public/rd-lib-python-doc/1.0.0.0/book/en/sections/content-layer/historical-pricing/historical-pricing-adjusments.html
I want to get exchange information for time and sales data. How do I do this using the python code for historical_pricing?
This is my python code:
response = historical_pricing.events.Definition(
universe=rics,
start=start_datetime,
end=end_datetime
).get_data()
Is there a way to get time and sales data WITH exchange information?