-
How to know if FID 3754 SCALING is multiplier or divisor?
Hello, we are using RFA 8.2 C++ api for consuming MP domain prices. After looking at FID 3754 SCALING, it is not clear if that field is multiplier or divisor. How to we know it?
-
Explanation of websocket API for price feed response
We are looking for the document explanation to understand the response of Web Socket API for real time price feed. We are using Python to open the websocket and get the price feed. web_socket_app = websocket.WebSocketApp(ws_address, header=['User-Agent: Python'], on_message=on_message, on_error=on_error, on_close=on_close,…
-
Publish FWD pts to RET using ETA
Hi LSEG team We are currently streaming prices for USD/INR SPOT , we have created one private RIC for eg : INR=USD1 and then stream prices when we get this request , here we use Market by volume domain. I want something similar to this for MARKET_PRICE (MarketByVolume_RDM_Spec_v1.6) So my question is how to stream prices…
-
Can't seem to find some data on Oil Product
Hello, I can't seem to find some data. I would like to find what quotations and transportation costs for export are used for oil products on the Batumi-Rotterdam ports route. I need Refinitiv publications on the transportation of oil products (Preferably for fuel oil and VGO) Thank you!
-
Application migration from SSL to RFA
Hi, I have a customer that migrated an application from very old SSL (they named it as Triarch SSL, I think it is Marketfeed SSL) to RFA 7. They found a strange behavior in some RICs like .SAR1MC in prices being displayed in field TRDPRC_1 because when requesting RIC during the day, the value is completely wrong and change…
-
How to contribute data to RIC on ATS using C#?
Hi, I'm new to RTSDK and I want to contribute market data to RIC defined in ATS using C#. Should I use EMA, ETA or WebSocket API? Could you explain me step by step how to contribute market data to RICs defined in ATS? Best regards.
-
Retrieving stock's volume. Mismatch between excel and python api
Hi I am looking for Microsoft's volume. I try =@TR("MSFT.O";"AVG(TR.Volume);TR.Volume;TR.TURNOVER;TR.ACCUMULATEDVOLUME";"SDate=0D EDate=0D-29D";B9) and the output is 25281455,920829953780019275720829953 It seems good Unfortunatly, i try on python and i obtain different value : df=ek.get_data(listRIC,…
-
LEVEL 2 data for ROCO on "MARKET_PRICE" domain
I am trying to get level 2 data using ETA API for mic:ROCO on "Market_Price" domainusing IDN_SELECTFEED service for ric "D3227.TWO". I am unable to get any data. Could you please let me know what needs to be done?
-
Empty levels in Limited Level 2(LL2 MP) domain
Hello, We are using RFA 8.1 C++ api to consume Level2 market data. Can you tell me if my following assumptions about LL2-MP domain are correct. If not correct then advise me about correct approach. Please reply against each bullet point. * If price is blank and size is non zero then it is a market order, is that correct? *…
-
Code to get Open interest ek.get_data('/SBc1',[TR.OPENINTEREST']) has stopped working
Hi, the python code below was used to get the open interest for sugar no11 and no.5, it used to work but has recently stopped working and returns NoneType. open_int, err = ek.get_data('/SBc1', ['TR.OPENINTEREST.date', 'TR.OPENINTEREST', {'SDate': '2023-01-01', "EDate": str(datetime.date.today())}) Is there a different code…
-
RIC for Gold Spot Prices in EUR
We are getting Gold spot prices with following RIC XAU= The values are in USD. When we need to get the EUR value, we get exchange rate with (EUR=) and do the conversion. Is there a different RIC to get Gold spot prices in EUR ?
-
'utf-8' codec can't decode byte 0x80 in position 22: invalid start byte
When testing websocketapi example using python for market_price, I have encountered an error 'utf-8' codec can't decode byte 0x80 in position 22: invalid start byte. I have tested the same using the wsapi application tool and I was able to retrieve the market price using my hostname and port 15000 successfully. However, I…
-
Handle Blank values in LL2 MBP domain [MP domain]
We are using RFA_v8 C++ API , we are seeing duplicate values for Vienna Stock Exchange for RIC - VERB.VI. Upon receiving the tick history for the time when we observed the duplicates , we observed a level with blank BEST_ASK1 but valid value for BEST_ASIZ1. Please refer the details [ Image attached ] below: * top 2 Ask…
-
How to get FX Spot and Cross rates for all currency pairs via websockets?
How can I get spot and cross rates for all currency pairs, specifically from the websocket api? I have tried using these RICs: FX= - Seems to only deliver spot rate RIC codes SPOT/* - Can't find information for RIC codes on delivering cross rates CROSS* - I can see that it specifies RIC codes to get cross rates for major…
-
How to resolve : RFA.NET "RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid val...
...ue)" ? Received MMT_MARKET_PRICE Update AUDUSD=AXLE RFA error occurred during processing event:- ErrorType : 1 ClassificationType : 4 SeverityType : 1 RDMFieldDictionary.GetFidDef( Int16 ) --Fid: -1 not found (invalid value)