question

Upvotes
Accepted
6 1 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 512.0 KiB each and 1.0 MiB total.

Hello @theo01

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

@theo01

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

1 Answer

· Write an 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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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