question

Upvotes
Accepted
1 0 1 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.

Hi @titz.stefan ,


Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thank you,

AHS

Hi,

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

Thank you,

AHS

1 Answer

· Write an Answer
Upvote
Accepted
5k 16 2 7

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.