question

Upvotes
Accepted
0 0 0 1

receiving multiple instruments in a single query in rdp

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')

rdp-apirefinitiv-data-platformrics
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
131 1 0 0

There isn't at the moment. Historical Pricing endpoint on RDP and get_historical_price_summaries method of RDP library support only one instrument per request.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea