-
Is there any docs indicating which fields are available in the data inter-day summaries api?
I am trying to download historical fx volatility surface, forward and depo curve. However when requesting for maturity date it seems that this field is not available for a long history and even depends on the used ric. api: /data/historical-pricing/v1/views/interday-summaries/{universe} Thanks for the help Killian
-
Query issue with Commodities data
Hi, I'm trying to fetch historical and live data for a few commodities, but the data field returns NA. The help desk recommended reaching out to you because it seems an issue on your side. Can you please check? import refinitiv.data as rd rd.open_session() cm_hist = rd.get_data( universe = [ 'LCOc1', 'CLc1', 'TRNLTTFMc1',…
-
Observed Data Inconsistencies and Performance Delays in lseg.data Migration
I am currently migrating our Python scripts for retrieving EA banks’ daily Price‑to‑Book, Market Capitalization, and Price Close data. Previously, these scripts used the eikon package; I am now updating them to use the newer lseg.data package. Both rely on the get_data() function. During this migration, I’ve identified two…
-
Is the SDR FX Options from SDR View page available in API?
Client is looking at FX Option in SDR View and wants to incorporate this to API. He is is not looking for rates, but he is looking for FX Option in SDR View. Is this possible?
-
LSEG Data SDK news.get_headlines() returns ScopeError: Insufficient scope for /data/news/v1/headline
I am using the LSEG Data SDK in Python and can query other endpoints successfully, but the news headlines endpoint fails with a scope error. Minimal example: import lseg.data as ld ld.open_session() # using configured credentials df = ld.news.get_headlines( query=["LSEG.L"], count=10 ) print(df.head()) ld.close_session()…
-
How can I connect Refinitiv to Python using an API?
Let me explain the situation more clearly. I created an HTML page for myself where I’d like to run backtests on the model portfolio we built, by adding and removing financial instruments. To complete the work, I would need to connect the page to the Refinitiv API, so that if I add an instrument for the backtest, it…
-
Retrieve historical fund holdings data via RDP API
Hello, I'm trying to retrieve historical Lipper fund holdings data via RDP API (which has been activated under my account) using Python. My python codes are as follows: import refinitiv.data as rd import pandas as pd rd.open_session() fund_ric = "LP60014953" fields = [ "TR.FundHoldingRIC", "TR.FundHoldingName",…
-
issue in download 4471-ebc6-1aa6f04d-a504-ba1ccafb711d.dat from the a206464-bulk-custom.s3.amazonaws
2026-03-04 06:43:50,552 INFO ==== CURL equivalent for file download ==== curl -X GET…
-
Get "1" value in Postman's response for RTH REST API extractions.
When running requests for RTH in Postman, I get "1" in response window instead of proper data. For DSS, everything works fine. I know that the requests are correct, as my colleagues receive results for the same requests. Can you please advise what can be the cause of it and how to correct that?
-
Requesting an API to monitor news for a defined list of companies
We are building an internal workflow tool for our consulting team to improve how we monitor and analyse developments in a defined set of companies within the Energy & Natural Resources sector. Using our existing Refinitiv licence, we intend to programmatically retrieve news and company updates relating to a small watchlist…
-
How can I retrieve ETF currency exposure for a specific ETF, such as BNDX.O, using the Refinitiv Dat
How can I retrieve ETF currency exposure for a specific ETF, such as BNDX.O, using the Refinitiv Dat
-
The code does not retrieve correct values. Is there an error in a code?
Dear Developer community, a Workspace user is trying to retrieve data from Workspace via API. API Product: LSEG Data Library (.NET) - Platform session, viz. https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-net These values are loaded HIGH_1, LOW_1, MID_PRICE a DATE using the object…
-
Integration of Workspace with ERP system (SAP S/C,4 HANA)
Integration of Workspace with ERP system (SAP S/C,4 HANA) Could you please confirm whether there are any built-in APIs or native integration capabilities available to connect the two systems (S/4HANA Cloud)?
-
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…