-
Webcall and Eikon Library Parallel Usage Not Possible?
Dear Dev Community, I'm currently facing issues when trying to use both the Eikon Python library and direct Web API calls in parallel. The Refinitiv application runs continuously in the background, and while the Python library functions work as expected, direct API calls fail with authentication issues. Eikon…
-
Pulling Cotton Continuous data
Hi I have this code, it doesn't pull the EXPIR_DATE and CRT_MNTH prior to 2021, please fix it import lseg.data as ld import pandas as pd ld.open_session() continuous_rics = [ "CTc1", "CTc2", "CTc3", "CTc4", "CTc5", "CTc6", "CTc7", "CTc8", "CTc9", "CTc10" ] df_continuous = ld.get_history(continuous_rics, 'EXPIR_DATE',…
-
Multiple refresh messages
Hi, I am incorporating requesting refresh message in my application. On doing so in some particular cases, I am getting multiple refresh message for same requested item. Is multiple request messages are not wanted or harmful some way??
-
Cotton Continuation contracts pulling CRT_MNTH and EXPIR_DATE
Hi, I have code below http://import lseg.data as ld import pandas as pd import time from datetime import datetime, timedelta from dateutil.relativedelta import relativedelta # ------------------------------------------------------------------------------ # 1. Open LSEG Data session #…
-
How to retrieve Bond Overview page in Phyton API
How to retrieve Bond Overview page in Phyton API need the data showing on Bond principal and coupon information Issuance details Obligor details Market conventions
-
Difficult to access the quartely financial data
I am currently in need of quartely financial data from from JSE from 2011 to 2024 however I am facing challenges to download the data, kindly help given the time constrain that I do face right now thank you
-
Refinitiv.Data .NET library passes DateTime in incorrect format to interday-summaries endpoint
This is referring to my recent report: Erratic response for interday history request (start date sometimes not included) - LSEG Developer Community I got an answer from the Historical Pricing API Support Team: After investigating the issue, we found that the problem arises because the request you are submitting is using an…
-
How to calculate FX settlement date?
Hello friend, I'm using Workspace Settlement Calendar Calculator to calculate FX broken dates start date and end date, like the red box outlined in the screenshot below. I would like to know how to archieve this by Python. Thanks & Regards, Mark
-
Wrong Financial Data for AMD from Python API
I use python eikon api to get financial data, the data is accurate for most of the companies, but for AMD, the data is terribly wrong.
-
Datastream Excel: Trading Date in DSGRID
Hi, Can you please let me know how to change the date to trading date in Excel? I have searched everywhere now and would really appreciate the direct help. The formula below gives me 262 days.…
-
Usage data was lost due to: Cannot open the DACS lock file - /usr/agent/dacs.usagelock
Hi, here are the logs from our one of our snkd processes: Mar 14 17:10:54:Usage data was lost due to: Cannot open the DACS lock file - /usr/agent/dacs.usagelock Which have another snkd which is running fine. The interesting thing is that we have set the path for this dacs.usage file on our TREP configuration file rmds.cnf…
-
how do i get the screening data in the CODEBK?
=@TR("SCREEN(U(IN(Equity(active,public))/UNV:Public/), IN(TR.InstrumentTypeCode,""ADR"",""BDR""), IN(TR.ExchangeMarketIdCode,""BVMF"",""XBSP""), CURN=USD)";"TR.CommonName;TR.InstrumentType;TR.ExchangeName;TR.PrimaryRICCode;TR.HeadquartersC"&"ountry";"curn=USD RH=In CH=Fd")
-
Calculation of FX Forward start date and Maturity date
Hello friend, I'm using Workspace Codebook to calculate FX forward start date and maturity date. I remembered that we have adfin function is something like FxCalcPeriod() to get the Maturity Date of FX forward if I provide the currency pairs, Start Date, and Tenor as input. Do we have a similar script for Codebook? Thanks…
-
Date Field contains indexed numbers
Hi, I am using the following script to download tresury yields. TESOROS = ['US2YT=RR','US3YT=RR','US5YT=RR','US7YT=RR','US10YT=RR','US30YT=RR'] start_date = "2000-12-12" end_date = "2024-12-31" ts_tesoros,e1 = ek.get_data(TESOROS, ["TR.MIDYIELD.date","TR.MIDYIELD"], {'SDate':start_date,'EDate':end_date,'Frq':'D'}) UST10Y =…
-
Date is not shown in TimeStamp in EMA log message.
Hi, I am trying to configure a Logger programmatically in the Enterprise Message API. But when I am trying to include date in EMA log message it is still only showing Time not date. Example of Log: loggerMsg TimeStamp: 06:50:59.970 ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting…