question

Upvotes
Accepted
1 1 1 1

How to get funds data in RDP

Would like to know how to get the following for funds
1-Rolling performance(e.g.: daily performance, monthly performance, weekly performance, yearly performance data) /
2-Cumulativecalcs through RDP (Refinitiv Data Platform)?
3-Daily growth performance?

rdp-apirefinitiv-data-platformfunds
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 @Mary Joy.Villa

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


Hello @Mary Joy.Villa,

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

Thanks,

-AHS

Upvote
Accepted
32.2k 40 11 20

Hello @Mary Joy.Villa,

In addition to examining the contents of funds service on API Playground, as suggested by @nick.zincone.1, you may find useful the information in Funds API Developer Guide. The list of all available properties is in section "Defining Properties".

Rolling performance (daily, monthly, weekly, yearly):

GET https://{
                {RDP_HOST}}/data/funds/{
                {RDP_VERSION_FUNDS}}/assets?symbols=40003333&properties=RollingPerformance 

Cumulative calcs:

GET https://{
                {RDP_HOST}}/data/funds/{
                {RDP_VERSION_FUNDS}}/assets?symbols=40003333&properties=Cumulativecalcs 

Daily growth may be part of dailyperf, I am not fully sure from the description, being a developer.

You can use Funds section in RDP Postman Collection and Tutorial Samples as running examples of some of the available requests, next duplicate them and run other requests from Developer's Guide.

If you are not finding the property that you are looking for, get expert content help via Refinitiv Helpdesk Online -> Content

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.

Upvotes
17.2k 82 39 63

Hi @Mary Joy.Villa,

If you have general questions about what data is available, I would suggest you go through the Refinitiv Helpdesk. You can also peruse the API Playground to see the available data services available within RDP.

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.