-
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)
-
Why TR_TRD_FLG value doubled quoted in TRTH normalized
We noticed that only TR_TRD_FLG value is doubled quoted, see below example: "R[ACT_FLAG1];R[CONDCODE_1];[CONDCODE_2];N [ELIGBL_TRD];Off Book Trades[USER];""RX ""[TR_TRD_FLG];45------MP----[MMT_CLASS]" Are there reasons for that? Also some values are white space trimmed (like ACT_FLAG1), while some others are not (N…
-
What is the minimum tick for discount yield prices?
There is a field for the minimum price tick for regular asks and bids: PRC_TICK=6210. Is there any similar field for discount prices (fields DISC_BID1, DISC_ASK1 etc)? And generally speaking, what is the minimum difference for discount prices?
-
REST API to submit challenges to evaluated prices
We have a contract for end of day evaluated prices to support valuation control process. We refer to those prices as EJV internally. They are evaluated end of day prices. As part of that process we're looking to submit challenges if we think those prices are not accurate. Looking for web service that would take those…