question

Upvotes
Accepted
49 3 6 10

Are there any ways to retrieve fund data using its Japan ITA code or retrieve Lipper ID from its Japan ITA code via RDP Lipper Fund API?

Are there any ways to retrieve fund data using its Japan ITA code or retrieve Lipper ID from its Japan ITA code via RDP Lipper Fund API?

If its's the case, can you please give me a sample code for that?

rdp-apifundslipper
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.

1 Answer

· Write an Answer
Upvotes
Accepted
14k 30 5 10

Hi @hiroko.yamaguchi1 ,

Yes, for example, data of 2131998B (example Japan ITA code) can be retrieved by calling this endpoint with the GET method https://api.refinitiv.com/data/funds/v1/assets/1447:2131998B

(1447 is the caption ID of the Japan ITA code.To specify the symbol type, separate the caption ID or caption code of the type and the symbol with a colon)
1661161902920.png


To get a list of all possible code types, I called the reference method below and got the result with Japan ITA Code and its captionId/code in the API response.

Get Request

https://api.refinitiv.com/data/funds/v1/assets/ref/datapoints?properties=codes
1661162113849.png

1661161902920.png (56.3 KiB)
1661162113849.png (37.8 KiB)
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.

More detail can be found in the Reference tab of

https://apidocs.refinitiv.com/Apps/ApiDocs --> /data/funds/v1/assets1661162421003.png

hope this helps

1661162421003.png (77.1 KiB)

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.