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,

Best Answer

  • bob.lee
    bob.lee LSEG
    Answer ✓

    Hi @Xiaorong, 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.