Hi, I want to construct a 10 year worth of data yield timeseries of a number of cash bonds (say 10 year US Gov Bond for sake of example). I have the ISINs in a spreadsheet and have been able to map them with RICs in Datascope Select. Is there a Python API I could use to import such RICs and build my timeseries? Or even better, in order to by-pass the ISIN-RIC mapping in Datascope for future instruments (say I want to *always* select =RRPS RICs across all ISINs for example), can I directly build my timeseries doing such bulked search in a Python script? Thank you