I am attempting to download the historical prices for the following assets: GDAXIEX.DE, IBTLl.DAp^G21, LP68048431. I am using the usual command:
rd.get_history(universe=asset_name, fields="BID", interval="1D", start=start_date, end=end_date)
However, I am encountering an issue. It seems that the asset names I need to use as input might differ from how they are listed on the Portfolio & List Manager page. As a result, the system is not retrieving any prices. Could you please assist me in resolving this?