-
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
-
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?
-
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.
-
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);
-
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,
-
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
-
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());…
-
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
-
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"…
-
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.…
-
ld.news.get_headlines
Hi DevPortal, good afternoon. May I ask for your help. I use python library to fetch news by ld.news.get_headlines('Elon musk', count=10), while it return error: LDError: Error code 400 | Query cannot return any result. Is there any format for query in this function? Kindly pls provide me a sample script on how to do this…
-
Request to review the simple query that client wrote & optimize it
Request to review the simple query that client wrote & optimize it ds = dsweb.DataClient(username = auth_info['secrets'][1]['key'], password = auth_info['secrets'][1]['value']) # Golbal parameters start_date = '2008-01-01' # Listing of instruments per dataset instruments = { 'energy' : 'ETQC.01,LNGASIA,NATGAS1,LLCC.01',…
-
API to get RICs for a given ISIN (Euro/UK Fixed Income Bonds)
Hi, Im looking for an API that will return me RICs for given ISIN. ISIN's will be for Euro/UK FI Bonds. I reached out to LSEG helpdesk via email, and they provided me with the following sample python code. I am interested in Dotnet version of the below python API. And looking at the site, looks like there is "LSEG Data…
-
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…