-
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For
In Codebook, the screener does not work when the field TR.NAICSNationalIndustryCode is included. For example, the commands screener_output=Screener('U(IN(Equity(active,public,primary))), IN(TR.GICSSectorCode,"45"), IN(TR.NAICSNationalIndustryCode,"513210"), TOP(TR.H.EV(Curn=USD),7,nnumber),Curn=Native')…
-
Can Workspace API get story for news sources outside Reuters?
Hi, Can we call the story of a news in Workspace API where the news source is not from Reuters? For example, a user has a subscription to a News source for example FT. In Workspace News application, the FT news headline will be available and to view the full story, you need to click on a link, and it will redirect you to a…
-
Is Transcript available in the LSEG Data Library?
Hi, I would like to ask if the Earning Transcript is available for an API call or if there will be a plan to add it to the library if it's not? Regards, Dan Gabriel
-
How to get the history HOLC price of XAU using python api
I want to know how to get the historical(e.g. past 10 trading days) daily HOLC(High, Open, Low, Close) price of XAU using python api. The following code is my python code,however, I didn't get the data I want. gold_code = "XAU=" # 黄金现货 fields = ['TR.OPENPRICE', 'TR.HIGHPRICE', 'TR.LOWPRICE', 'TR.CLOSEPRICE'] # 开高低收字段 data…
-
Function to Retrieve Previous TradingDay Based on Exchange Calendar
I want to know how to use python api, to build a function to retrieve previous trading day based on exchange calendar. For example, get_prev_n_trading_day(-1, calendar_para="tradingCalendar=SSE") returns last SSE trading day. get_prev_n_trading_day(-3, calendar_para="tradingCalendar=SSE") returns the previous 3rd SSE…
-
What’s the process to request access for the Python function ld.get_history?
I am writing to formally request access to the ld.get_history function within the LSEG Data (Refinitiv) Python API, which is required for retrieving historical pricing data for our ongoing project. As part of our workflow, we need to retrieve historical value of fields like BID, ASK, MID, and VALUE_DT1 data for specific…
-
LSEG Data Library for Python: incomplete quarterly data (Financials)
I get incomplete quarterly data (Financials - Balance Sheet and Ratios Key Metrics) for many European banks (this is NOT the case for US banks). Take the following code as an example: import lseg.data as ld ld.open_session() workspace_df =…
-
RDP Python library
Are there any plans to update RDP Python's library? Currently LDP has dependecies which are forcing to use Python 3.12, which is outdated and IT guys are not willing to installed that version anymore.
-
How to run Python Platform and Workspace at the same time without one getting logged off?
Hi Team, raising this case on behalf of a client. Query: Opening session in Python logs out Workspace desktop session. I cannot simultaneously maintain a Workspace session and call open_session(config) from lseg.data python library with config = { "sessions": { "default": "platform.ldp", "platform": { "ldp": {…
-
Error on handshake
My code starts like this: import eikon as ek ek.set_app_key("my_key") I never got any errors. However, lately it hasn't been working anymore and I'm getting the following error: 2026-02-05 10:15:43,992 P[32556] [MainThread 44800] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.…
-
DACS Web Services: Can we retrieve full generated reports (Permission Reports / Audit Trail) via
We’re using LSEG/Refinitiv DACS 7.5.x and are trying to fully automate the delivery of usage/audit reporting. What we want Automated delivery of DACS reports via email (i.e., schedule a report and have DACS send the generated CSV/XML directly to a mailbox). API retrieval of the same “full reports” that DACS generates in…
-
client is facing issues extracting data in API, for some days data is missing
If I try to fetch data for January, I can see some periods are missing on the 25th and 26th, but when I tried this on last week, I found that more than two days were missing, but this is just an example. Now, if I make the call for February, I am missing periods on the following days: 3, 5, 6, 7, 8, And for the rest of the…
-
Emissions Data via Workspace Codebook
I am downloading emissions-data with the Workspace Codebook app (see code below). I was wondering how to obtain a variable that indicates the year to which the emission data refers to. To my knowledge, ".date" gives me the reporting date, but I haven't found a variable on the year/fiscal year for which the data was…
-
Accessing TM3 MMD Curve Data with Python
I am interested in obtain the MMD curve data with the help of a python api, I am able to make connections etc, but can someone tell me if I need to have any special api licenses or permissions to obtain the data through an API? I am a paid member for the TM3 app.
-
API Key / Codebook Local Access
Hi, Is it possible to download data from the Workspace without using Codebook? I.e. with an API key. Or accessing your local drive in Codebook to read/write?