-
Eikon API - Expiry date of expired rics
in order to retrieve the expiry/last trading date for a given future i have been using df, err = ek.get_data( 'LCOK2^2', ['EXPIR_DATE', 'TR.FOFirstNoticeDay', 'TR.FOLastTradingDate']) however for older RICs (older than 2010 , e.g. Jun 2005) it does not work. E.g. : df, err = ek.get_data('LCOM5^0', ['EXPIR_DATE',…
-
I want Mid price for RIC GBPCBS1Y= in Rstudio API
I'm trying to download GBPCBS1Y= via APII need filed for Mid price
-
How can I get the MID price at previous day at specific time for some instrument in python API
How can I get the MID price at previous day at specific time for some instrument in python API Example RIC EUREST3M=
-
Switching from refinitiv eikon datastream excel add-ins post LSEG transition.
My request tables on excel all use the refinitiv eikon datastream add-in to retrieve data series. Since the transition to LSEG Workspace, I cannot process tables and wish to know how to solve this. DO I simply have to change add-ins or will I have rebuild request tables all over again?
-
Ownership Contact Email Address
Why are there certain companies wherein Contact Email Address is not aligned in Python. Sample companies are OILI.NS’ , ‘ASPN.NS. Data is aligned in both excel and product. Code used : import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['OILI.NS'], fields = [ 'TR.FirmInvestorId(SDate=2025-08-31)',…
-
Unable to access News Headlines API - Missing trapi.data.news.read scope
Hello LSEG Developer Community, I'm experiencing an issue with accessing the News Headlines API through the Refinitiv Data Library for Python. My authentication is successful and I have access to many other APIs, but I'm getting a scope error when trying to retrieve news data. Error Details: My Setup: Using: Refinitiv Data…
-
How to extract topics of news headline using API?
I managed to retrieve topic codes (e.g. "A:2", "G:1F"). How to convert them to their corresponding topic names in the Workspace app (e.g. TOPNWS, GFIN)?
-
Accessing data via API endpoints to be used in R studio
Hello, I am trying to access example/sample data from the LSEG API using RStudio on my local machine. I would like guidance on: - The correct API endpoint(s) to use for retrieving sample data. - Any example requests in R (e.g., using httr or curl) that would allow me to test the API successfully. - Authentication steps…
-
Income Distribution Data Download
Hi, is it possible to download the data in the attached screenshot directly into Excel using formulae in the Excel API please? (instead of going into Workspace/DIST and then using the "Export to Excel" icon option)? No idea which category this comes under I'm afraid
-
Rest API DSS Token Type
Hi We are trying to use REST api and as part of downloading prices from DSS, Would like to know how whether the token type is JWT or basic token ? Regards, Mohammed Sayeer.
-
How can I use Python to fetch and download the Economic Calendar for the next 30 days?
How can I use Python to fetch and download the Economic Calendar for the next 30 days?
-
APP KEY retrieve
Hi everyone, I have a quick question regarding the retrieval of my App Key to use the RDP API. I've searched through my account but, unfortunately, I haven't been able to locate it. Could you please guide me on where I can find it? Thanks a lot for your assistance! Best regards,
-
Migration RF7 to RF8
Hello, Could you please tell us how we can find documentation to upgrade from RFA 7 to RFA 8 ? Many thanks, Best Regards,
-
Data Retrieval Using LSEG Python Data Library Giving Null Values for OHLCV data
I am retrieving ohlcv data using lseg data library python. I have data from 1st jan 2025, I want to run query every day and just append the last trading day data. I have code for that, but when I am running it on 15-20 stocks then it appends data for some stocks but gives null values for other stocks for last trading data.…
-
FXall TCPI / TCCI certificate renewal
Hello, We are aware that FXall TCPI / TCCI certificate for production will be renewed on 11 October 2025. As part of a connectivity check, would it be possible for us to connect to the FXall service port using the new certificate over the weekend? Best regards, Takao Suzuki/MUFG System, Tokyo
-
Is there a field in Eikon to return the sector or industry of a stock, according to the exchange, fo
is there a field in eikon to return the sector or industry of a stock, according to exchange (so not gics or any other source which is not directly from the exchange): can use sample ric 2882.TW would like to have a solution to fetch the sector in Python for 2/3 rics in TW: 2882.TW, 2718.TWO and 2330.TW
-
EMA re-subscribe RIC data
Hi Team, client is using EMA C++ version to subscribe real time data. they want to know how to re-subscribe data without restart their application. Please advise, thanks consumer.registerClient(ReqMsg().serviceName(serviceName.c_str()).name(ric.c_str()), client);
-
Need support for connecting to RTO v2
Hi, I have to update the code of a software so that it supports RTO v2 (previously it was supporting RTO v1) In RTO v1, I used to connect thanks to the following code: private OmmConsumer createOmmConsumer() { OmmConsumerConfig ommConsumerConfig = EmaFactory.createOmmConsumerConfig(configuration.getConfigurationFile());…
-
LSEG Analytics Python SDK: Credit curves constituents
Hi, I am trying to fill Credit curves constituents with this : "constituents": { "creditInstruments": { "EUR": { "financialFilters": { "bond": { "zScore": { "field": "ZSpreadBp", "priceSide": "Mid", "maturityBuckets": [ { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 } ] } } } } } } Could you…
-
Messages without Name field in EMA
Hi all, We differentiate messages received from EMA based on the name(RIC) field contained within the message. UpdateMsg streamId="420" domain="MarketPrice Domain" updateTypeNum="0" seqNum="44766" doNotConflate name="CNH=" serviceId="600" serviceName="IDN_RDF" Payload dataType="FieldList" FieldList FieldListNum="0"…