hello,
is there a way to get in a single query the data for multiple instruments for a single field? here is what I tried without success
df=rdp.get_historical_price_summaries(
universe = ['JPY1MP=','GBP1MP='],
interval = rdp.Intervals.MONTHLY,
fields = ['FCAST_DATE'],
start = '2000-02-01',
end = '2021-02-01')