question

Upvotes
Accepted
2 4 9 11

RDP - full holdings history data request - paging function

Dear team

Client is taking data via RDP:

https://api.refinitiv.com/data/funds/v1/assets/40061133?properties=holdings[start:2018-01-01]

The result is very large, and larger if date back even longer. Client is asking if any paging function like the ownership, with offset and limit to control result page size?

https://api.refinitiv.com/data/ownership/v1/views/fund/holdings?universe=EEM&offset=1&limit=10;

Thank you,

rdp-apirefinitiv-data-platform
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 @Xiaorong.Xu

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

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
Upvote
Accepted
1.6k 3 2 3

Hi @Xiaorong.Xu, If you mean the historical data is too much even for a single fund, you can try to set the sdate and edate pair to set the period and get the data month by month in a loop. There are "pageSize" and "pageNumber" request properties you can specify, but these should be throttle based on funds when your request covers a long list of funds, not data within a fund.

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.