-
How to get brokers' metadata for other regions?
Checked the endpoint "https://api.refinitiv.com/data/analytics/benchmark/v1/metadata/brokers", response is including only Canada. Could you kindly let me know how to get for other regions?
-
APIkey creation failure
I tried to create Eikon Data Api, but the following message is shown:Server error: SXS Validation failed: SXS Application with Productid: 'FUBONFINANCIALHOLDINGCOLTD 111' or Name:
-
JAVA 25 compatibility for jDacslib.jar (RFA API)
Hello We are currently planning to upgrade our platform to be compatible with Java 25, and we wonder if the below lists of libraries are compatible with java 25 : rfaj8.2.0.L2 We use the jDacslib.jar from it. If they are not, is there a version of the rfa api that is compatible ? If not is there a plan to make them…
-
Officer and Director data
Am I able to pull the 5-year history of Officers and Directors (more specifically CEOs/CFOs) of a company (e.g. Rogers Communications, RCIb.TO) via API? Specifically, I would like to retrieve all the CEOs/CFOs that's been at a company within the last five years. I am currently use the following code to retrieve the…
-
Adding labels or categories for news
I usually use this python code in the attached photo to extract news data for Egypt so that I can make my own analysis on financial news. However, this gives me tons of irrelevant news (e.g. FIFA World Cup news). I need to modify it by including columns giving me RICs, categories or labels associated with these news (e.g.…
-
Tick History Raw data format
If I retrieve Tick History “Raw” data via the REST API, could you please confirm the output format? Will it be CSV (text) or JSON?
-
Lipper Fund Distribution/Dividend Data
Hi, my client is using WS API through the codebook. they have advised that they are unable to extract funds distributions data using the sample RICS and datatypes below. Is Lipper Data available in Codebook? LP68378190 LP68037657 VAS.AX IOZ.AX…
-
How can I delete multiple files (6k files) in codebook all at once?
-
Historical Chain Constituents for =DLV basket
Hi Team, Can you please advise how to retrieve historical chain constituents specifically for Delivery Baskets (i.e. DLV). from lseg.data.discovery import Chain fchi = Chain(name="0#TYc1=DLV") print(fchi.constituents)
-
I am seeing repeated errors "EikonError: Error code 2504 | UDF Core request failed. Gateway Time-ou
ek.get_timeseries(*(), **{'rics': ['RAU26', 'RAZ26', 'SBH7', 'SBK7', 'SBV6', 'SON3Z6', 'RSH7', 'PLF27', 'BL2Z6', 'MEMU6', 'IFSU6', 'LRCX6', 'MFSU6', 'HMTWM6', 'UROU26', 'HSIM6', 'LCQ26', 'MPZ26', 'NGV26', 'CLU26', 'FCV26', 'WU26', 'TUU26', 'FOATZ26', 'RTYU26', 'STXEZ26', 'SFU26', 'YBAZ7', 'HGZ26', 'FDXZ26', 'GCQ26',…
-
Excel Add in Behavior
Hello Team, Can you please help me in understanding why does this excel behave this way? The client is reporting that a historical formula is updating unexpectedly when it should not. Specifically: When invalid (nonexistent) RICs are included in the formula range: The historical formula initially behaves correctly, but…
-
RTO Interest Rate Curve Pricing
I will be using RTSDK API to subscribe to the relevant RICs with RTO service. When subscribing to RIC “0#EURAMMEZ=R”, the response includes a set of elements or sub-RICs provided through the LONGLINK1–14 fields, along with a pointer to the next page in the chain via LONGNEXTLR (1#EURAMMEZ=R). Item Name: 0#EURAMMEZ=R…
-
When is RHEL10 support planned for Real-Time SDK?
-
I am having the error: LDError: The access denied. Requested universes: ['/AZN.L', '/NXT.L', '/RIO.L
Client is using the code: import lseg.data as ld ld.open_session() tickers = ['AZN.L', 'NXT.L', 'RIO.L', 'ULVR.L', 'BATS.L', 'SVT.L', 'EXPN.L', 'WTB.L', 'BNZL.L', 'GSK.L', 'PSN.L', 'BRBY.L', 'GLEN.L', 'RTO.L', 'BARC.L', 'MKS.L', 'SBRY.L', 'KGF.L', 'VOD.L', 'LLOY.L'] df_mktcap = ld.get_data( universe=tickers,…
-
How to fix EmaConfig.xml parsing failure and connection fallback in RTSDK Java?
I'm reaching out because we've gotten a bit stuck trying to connect to the RTDMS environment using the Java SDK (specifically running the runConsumer100 example). We are setting everything up on a Debian server and something strange is happening: the SDK completely ignores our EmaConfig.xml file and keeps falling back to…
-
CODEBOOK script to get options that have open interest >500
CODEBOOK script to get options that have open interest >500 We do have a script but we are unable to use open interest as filter, only column. rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10, filter = "( SearchAllCategoryv2 eq 'Options')", select =…
-
Request for correct LSEG field names for Power BI data retrieval
We are currently integrating LSEG data into Power BI and would appreciate your assistance in confirming the correct system field names required to retrieve the expected values. At present, we are only able to retrieve RIC and TR.Close. However, we require the correct field identifiers for the following data points:…
-
Request for Guidance on Python API Extraction for Listed Companies by Country of Incorporation
Dear LSEG Developer Portal Support Team, I am contacting you to request guidance on a data extraction task that I need to perform through Python. I need to retrieve the listed companies for 13 countries: Norway, Sweden, Denmark, Finland, Spain, Belgium, France, Italy, the Netherlands, Germany, Austria, Portugal, and…
-
DataStreamPy - Get Latest Date Point constrained by a Date
I wanted to get the latest UK Policy Rate prior to a certain date so I did this ds.get_data(tickers="UKPRATE.", start="-1M", end="20260528", freq="M") But you get an error response $$ER: 0628,UKPRATE. NO ECONOMIC DATA However if you do this ds.get_data(tickers="UKPRATE.", start="-1M", end="20260528", freq="M") the response…
-
Historical search for RIC validity - HTTP request
Hi Team, Can you please help me to whether multiple instruments can used while querying this endpoint URL : https://selectapi.datascope.lseg.com/RestApi/v1/Search/HistoricalSearch…