How can i get living ticking data for a RIC

Hi, can anyone tell me if its possible to get live ticking data for example for the following ric: USDOIS=TTKL and how, what's the function, not looking for historical or timeseries, just live tick data.

Best Answer

  • Hi @doc.oz

    First, please review this article, https://developers.refinitiv.com/en/article-catalog/article/simple-chain-objects-ema-part-1

    You can expand "USDOIS=TTKL" chain RIC to

    ['USDSWOIS=TTKL',
     'USD2WOIS=TTKL',
     'USD3WOIS=TTKL',
     'USD1MOIS=TTKL',
     'USD2MOIS=TTKL',
     'USD3MOIS=TTKL',
     'USD4MOIS=TTKL',
     'USD5MOIS=TTKL',
     'USD6MOIS=TTKL',
     'USD7MOIS=TTKL',
     'USD8MOIS=TTKL',
     'USD9MOIS=TTKL',
     'USD10MOIS=TTKL',
     'USD11MOIS=TTKL',
     'USD1YOIS=TTKL',
     'USD13MOIS=TTKL',
     'USD14MOIS=TTKL',
     'USD15MOIS=TTKL',
     'USD16MOIS=TTKL',
     'USD17MOIS=TTKL',
     'USD18MOIS=TTKL',
     'USD19MOIS=TTKL',
     'USD20MOIS=TTKL',
     'USD21MOIS=TTKL',
     'USD22MOIS=TTKL',
     'USD23MOIS=TTKL',
     'USD2YOIS=TTKL',
     'USD27MOIS=TTKL',
     'USD30MOIS=TTKL',
     'USD33MOIS=TTKL',
     'USD3YOIS=TTKL',
     'USD39MOIS=TTKL',
     'USD42MOIS=TTKL',
     'USD45MOIS=TTKL',
     'USD4YOIS=TTKL',
     'USD51MOIS=TTKL',
     'USD54MOIS=TTKL',
     'USD57MOIS=TTKL',
     'USD5YOIS=TTKL',
     'USD6YOIS=TTKL',
     'USD7YOIS=TTKL',
     'USD8YOIS=TTKL',
     'USD9YOIS=TTKL',
     'USD10YOIS=TTKL',
     'USD12YOIS=TTKL',
     'USD15YOIS=TTKL',
     'USD20YOIS=TTKL',
     'USD25YOIS=TTKL',
     'USD30YOIS=TTKL',
     'USD35YOIS=TTKL',
     'USD40YOIS=TTKL',
     'USD45YOIS=TTKL',
     'USD50YOIS=TTKL']


    Once you have the underlying RICs, you can try StreamingPrices example on Codebook application.

    Please launch "Codebook" application by typing in codebook on the Eikon Search Bar and press enter.

    Then navigate to \Examples/02 - Refinitiv Data Platform Library/2.1.1 - Content - HistoricalPricing - Synchronous.ipynb

    And please modify the sample code to include all the underlying RICs.

    image