-
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!
-
I need to use get_data to get the PGA2298 content.
PGA2298 is an object of Quote. I need to use Eikon API get_data to get the PGA2298 content. But get_data can only be used like: ek.get_data(['PGA2298'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'] ) So my question is how can I get the content of PGA2298 . Is there a special Field for the content ? Thanks
-
quote information currect
Hi Support, I have a question about the empty values I'm encountering in the [BID] field of the RIC: [TWD=TP] quote and the [ASK,SEC_ACT_1] field of the RIC: [AUD1YD]. I would like to confirm if the data I am retrieving is correct. Please see the attached log file for reference. Thank you.
-
Pull last-to-last quote data using Python api
Is there a way to pull the last-to-last quote data through Eikon api in Python. I am able to pull the last quote data of BBSY (ASX Benchmark BBSW Average page), but I also want to pull the quote before it. So I need the quote for today as well as yesterday. Is there a way to do it?
-
reporting standards for small decimal place currency
Hi, I have tried extracting the exchange quotes for a list of countries using the python code below. It seems like there is some inconsistency within reporting for some quotes of small currency. i.e JPYEUR=R = 0.6660 and 0.0066 from refinitiv datasource and google respectively. but are valid when currency rates are not…
-
How do I setup Excel to pull in quotes and trade with Redi?
We are a commodity trading company that started using Redi and would like to use excel to managed GTC standing offers for customers and trade our position and purchases. Can someone help with the formulas or the how to an setting up excel for both parts? One, with getting the quotes and actions to trade from excel, and…
-
Determining UTC datetime from QUOTE_DATE/TRADE_DATE and QUOTIM/SALTIM
We use Refinitiv RTO data for global strategies, so we need last trade and quote times in UTC. The SALTIM and QUOTIM fields are in UTC, but unfortunately, the TRADE_DATE and QUOTE_DATE fields are not UTC. They represent the "trading date," so for exchanges that are open across UTC midnight, these date fields roll over…
-
JET 2 Quotes.onUpdate not firing in a new client machine - What to whitelist?
hi! I have an Angular app, consumed in Eikon Desktop Container, the app displayes quotes for some RICs (permission are in place) App is working as expected in an old machine. Requirement now to deploy the same in a new machine, onUpdate is never firing there. What url should we whiteliste at the new machine ? Below are a…
-
Pulling the display name of an expired contract
Hi, I am trying to pull the display name of expired contract (attached screen shot). This can be done easily for active contracts using the following code eikon.get_data([ticker],['DSPLY_NAME']) But this doen's work for expired contract as there is no quote for an expired contract the request returns the following error Is…
-
Quote and Trade Conditions for TSE
Hi, We don't find the right interpretations of BID_COND_N/ASK_COND_N through Reuters ELEKTRON real-time feeds. By checking Specs for TSE(Tokyo Stock Exchange), for BID_COND_N, for example, has this details: Native Condition code associated with the most recent Bid.Possible Values are "O"" - Quote before opening, ""G"" -…
-
Get Timestamp of Quotes for Put/Call Options
When inspecting historic put and call options, is it possible to get the timestamp of their bid and ask quotes? When considering the data, it seems as if there are discrepancies in the timestamps .
-
Mahanagar Gas Ltd missing quote
Mahanagar Gas Ltd - Listed company does note have quote stated in PERMID.ORG. Consequently ticker is not available for API
-
How do you change timestep of best limit quote to minute in API REST extraction?
Hello, I am using API rest in python to extract best bid/offer quote. Could you please tell me if it is possible to change the time step of the extraction? Because I want to get only the first quote of each minute. If so, what field should I add in my body request? Thanks for your support! Eric PS : I am not sure if I…
-
Land Securities Group PLC missing PERMID and quote
Land Securities Group PLC - Listed company is missing Quote and Perm ID
-
Request real-time data but delayed nearly 2 seconds
I am requesting real-time quotes using Websocket, but sometimes the quotes I received have 2 to 3 seconds delay. I am sending almost 7,000 symbols using batch request with different ID. Something wrong with my connection (or network) or something wrong with server?