-
Does the RDM Market by Order refresh/update payload contain ticks?
Currently, my application gets its understanding of ticks from the market price payload, setting the QoS rate to RSSL_QOS_RATE_TICK_BY_TICK and the timeliness to RSSL_QOS_TIME_REALTIME. The tick price and quantity come on the "LAST" and "TRADE VOL" fields. I am wondering if these fields are also placed in the payloads for…
-
How to get ytd and ytdPercentage
Hi I'm searching for fieldIds which can return me the "ytd" and "ytd in percentage" values for example for Stocks and Bonds. My app is connection via the c# ema sdk to the RTO(Elektron_DD) service and I'm already getting other data like "NETCHANG1". I'm searching here for the fieldIds but I only found these two (3381…
-
How to get the value of field "TR.FundLaunchDate" via API PLAYGROUND using searchlight or lookup ...
...or another endpoint ? How to get the value of field "TR.FundLaunchDate" via API PLAYGROUND using searchlight or lookup or another endpoint ? For example I use this EndPoint : https://api.refinitiv.com/discovery/searchlight/v1/ with this Body Request { "View": "FundQuotes", "Filter": "(AssetState ne 'DC' and…
-
Available fields for each RIC (historical date/value for SSYTCS038USGBRD)
Hi everyone, I saw at some LSEG article/documentation that was possible in the past to use the "DIB" command after the RIC name in the search bar from the codecreator resource, but now that seems to now work anymore. That said, I need to know which fields are available for each RIC from refinitiv eikon api. For example, I…
-
historical value of country of primary risk of a constituent
Hi, For certain constituent, the value of the fields, such as the country of primary risk, keeps being updated. Is it possible to have the historical value of these fields so that we could track the changes of the field values in history?
-
How can I download the equity data of a constituent with country residence or other country infor...
...mation via Eikon? Hi, I was downloading the constituent equity data using Python with Eikon as ek.get_data(instruments=constituent, fields=required_fields), with certain fields contain country information of the constituent: required_fields = ['TR.ExchangeCountry', 'TR.CoRPrimaryCountry', 'TR.CoRPrimaryCountryCode'] I…
-
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…
-
Unable to read data from some fields
We are trying to read the following fields: TRDPRC_1, BID, ASK, TRDVOL_1 from these commodities: LCOFV, LGOFV, RBFV, HOFV, CLFV. We are only able to retrieve data from the field TRDPRC_1. For the other fields (BID, ASK, TRDVOL_1), we are recieving N/A. Do you know why? Thanks in advance for your response.
-
RFA8 consumer initial refresh does not send all fields
Market price updates are provided for custom RICs. Each update will contain data for either the BID or the ASK field, alongside some time fields. Our consumer receives these updates correctly, two examples below, one for BID and one for ASK. However when the consumer is initially started for the same RIC, the refresh…
-
starmine data available in excel but gives strange warning in code book
In Excel when asking for the starmine rank I don't need to supply any additional parameters. In Codebook it ask me to supply fields or functions I don't understand in the first place why I need to supply additional information and second it is not clear to me what I need to supply then. Please help me solve this! See the…
-
Where can I see the list of field in DSS?
I'd like to retrieve price data (USDJPY, N225, S&P500) in DSS and I made report templates that retrieve the fields (open_ask, ask_high, ask_low, ask_price, open_bid, ..., bid_price). But I could only get the USDJPY price and the N225 and SP500 prices were blank. Does anyone know more about this field?
-
Complete list of fields available via Eikon API get_data requests?
Is there a datatype definitions guide for the Eikon API which lists all of the available fields and the permissible parameters for Eikon API get_data requests? Searching for fields manually one by one in data item browser in Workspace is not very practical, nor is manual search in the Excel add-in. As an example of what I…
-
[AGGRS_SID1] field meaning in TRTH
1. How can i tell if a futures trade took place on the bid or the ask? 2. I see a field [AGGRS_SID1], and i notice that if it says BID, it looks like the trade took place on the ask price. Is that correct? 3. What does the field [AGGRS_SID1] mean?
-
Returned fields in datagrid api different from python api and also not consistent
Hi I am confused about how GetData fields are returned from the datagrid api I have made the following request: POST https://api.refinitiv.com/data/datagrid/beta1/ BODY: { "universe": [ "AAPL.O" ], "fields": [ "TR.IssueMarketCap(Scale=6,ShType=FFL)", "TR.FreeFloatPct()/100/*FreefloatWeight*/",…
-
Get the issuer(or parent)'s RIC from the Bond
Good day experts, I'm having a bunch of bonds that need to dig out the issuer's RICs (or the parent and nearest ancestor of the issuer that has the RIC), e.g., XS1732152589 XS1861178322 XS2051121387 XS2099768207 I tried to use the ticker field, but looks like the tickers are not the NYSE standard, no I'm stuck there. Some…