Is it possible to get realtime data if we are using api key of account which has real time data a...

...cess but on other PC which has reuters login but don't have licence for realtime data.

Hi , I am trying to get real time data acess ( EURIBOR3MD= in this case) . I don't have licenced to get realtime acess of this particular RIC, I have acess of delayed data on my account. I just wanted to know if i have APi key of account which has access of realtime data and by using that key can i get realtime data ..Please note that the python code which i am running is on my PC ( not access to realtime) but using API key (account which has access and logged on some other PC).If it is possible Please also share the syntax to fetch that.

Best Answer

  • raksina.samasiri
    Answer ✓

    Hi @rishav.jindal ,

    By hovering the cursor on the field you're interested in Quote application, the RIC and field that can be used to retrieve this data will be shown. For example,

    import refinitiv.data as rd

    rd.open_session()

    rd.get_data('EURIBOR3MD=', 'PRIMACT_1')

    here's the result which is the same value shown in Quote app

    1706526243070.png

Answers