Hi,
I would like to get all OTP Bank RICs existed after 2010, in pyhton. The following query only results in the currently existing bonds, how to get all the history, including the already matured ones?
import refinitiv.data as rd
rd.open_session()
rics_df = rd.discovery.search( view = rd.discovery.Views.GOV_CORP_INSTRUMENTS, filter = "IssuerName eq 'OTP Bank' and IsActive eq true", select = "ISIN, RIC, MaturityDate, CouponClass")
thank you
BR
Judit