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

Best Answer

  • aramyan.h
    Answer ✓

    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