Institutional Ownership Data to R

Dear community,

I am wondering whether it is possible to retrieve institutional ownership data into R, like in this example for python:

https://community.developers.refinitiv.com/questions/74994/historical-institutional-ownership-thomson-reuters.html

I tried to do it with get_data("IBM", fields='TR.CategoryOwnershipPct'), but I don't know how I can identify Statistics Type = 1 - Investor Type and whereI can define the date for which data is needed.

Thank you!

Best Answer

Answers