I am trying to download an interest rate curve in the past. Using the following script I get the last curve. How do I specify a date in the past?
import tia.bbg.datamgr as dm
curve="YCSW0045 Index"
mgr = dm.BbgDataManager()
msft=mgr[curve]
msft["CURVE_TENOR_RATES"]