[Real Time optimized][websocket Python API] The reason why there are large difference Price between

As I have attached the capture, in my environment, there are large difference Price(USDJPY) between RTO(real time optimized) and other Platform(Workspace, etc). (ric = '/JPY=')


I am not sure the reason(I should check other field, data in RTO or I might not get the best bid, ask price, etc.). It does not seem to have some lag or latency, so I am glad if you tell me the reason and how to get the right real time price .rto_20230406.PNG


I am referring below URL and getting the USDJPY.

https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/refinitiv-websocket-api/quick-start#connecting-to-refinitiv-real-time-optimized


I am using like these scripts

https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/python/market_price_rdpgw_service_discovery.py

Best Answer

  • Gurpreet
    Answer ✓

    Hello @kunitaka.tsukamoto,

    In the workspace you are looking at the real-time price for JPY=. In the RTO, you are subscribing to the delayed data for /JPY=.

    / in front of the RIC represents a delayed instrument. You can subscribe to real time data for JPY=, if you have right permissions. For, troubleshooting data issues, please raise a content support ticket at my.refinitiv.com - we can only help with technical issues on these forums.


Answers