Good Morning,
I have a question regarding how to retrieve tick historical data for bonds using pycharm.
To get historical time series data i use the following code:
df = rd.get_history(
universe=rics,
fields=['ASK', 'ASK_YIELD', 'BID', 'BID_YIELD'],
start=start_date,
end=end_date,
interval='1M'
Does the same work or i need to adjust my script?
Thank you in advance,
Kind regards,
Kyriakos