question

Upvotes
Accepted
1 0 2 4

Retrieving parameters e.g. free float of a stock via workspace API

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

workspaceworkspace-data-api#technologyrefinitiv-data-libraries
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
Upvote
Accepted
6.2k 18 2 8

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'])

screenshot-2024-02-26-at-102517.png

For additional fields you can browse Data Item Browser in Workspace (type DIB in the search box).

screenshot-2024-02-26-at-102538.png


Hope this helps to get started.


Best regards,

Haykaz


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.