Hi, i use the Workspace API and i want to retrieve some parameters e.g. the free float of a stock. Is this possible and how does it work? What parameters are available via the workspace API? Is there a kind of overview available? Thanks, Stefan
Hi @titz.stefan ,
You can use Refinitiv Data Libraries for this request. Please see and example code below:
rd.get_data(universe = 'AAPL.O', fields = ['TR.FreeFloat'])
For additional fields you can browse Data Item Browser in Workspace (type DIB in the search box).
Best regards,
Haykaz