-
Access Field Denied
User is trying to retrieve data via Jupyter but gets an error message. The same data can successfully be pulled via Excel. Please check. thanks! see attached Excel file for reference and below errors via Jupyter.universe: AU3CB0235554 fields = ["TR.ISIN", "TR.FiIssueDate", "TR.FIMaturityDate", "TR.FiOriginalAmountIssued",…
-
Pulling data from Workspace API into Power BI
What I’m trying to do is pull financial data (default risk, ebitda, net income, stock value, etc.) for a huge list of companies and then visualize it in PBI, is there a Workspace API that will allow for this?
-
Workspace API Data Extraction Limitation for Bulk Queries
Hi Team, For this source Link: https://developers.lseg.com/en/api-catalog/eikon/eikon-data-api/documentation#eikon-data-api-usage-and-limits-guideline We noticed that several references in the document are dated “10‑Oct‑2019”. Could you please confirm whether the information regarding usage limits and related guidelines is…
-
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?
-
TBILLS - Questions
We are using LSEG Workstation to get stream in live prices into our application. We capture BID, ASK, HIGH, LOW and other relevant fields into our application. For TBILLS, I see the BID and ASK are quoted as prices whereas other fields reflect yields. Q1: Is this standard market convention to show BID and ASK are quoted as…
-
I want to retrieve historical STOXX constitutes and especially their Index weights. Unfortunalty, th
# --------------------------------------------------------- # Test for Index weights (only works for current date, no historical data available) # --------------------------------------------------------- target_date = "2026-01-27" df = ld.get_data('.FTSE', fields=[ "TR.IndexConstituentRIC", "TR.IndexConstituentName",…
-
What are the item codes to use in a python code for Promoter holding, MF holdings, institutional hol
What are the item codes to use in a python code for data fields Promoter holding, MF holdings, institutional holdings, and their change on quarterly basis?
-
Why does data item TR.HIGHPRICE not work for Nikkei 225 RIC .N225 when combined with other RICs?
Query: API Code is working but not with .N225 index Client's code: import lseg.data as ld # pip install lseg.data # pip install DatastreamPy from lseg.data.content import fundamental_and_reference ld.open_session() # import refinitiv.data as rd # pip install refinitiv-data import pandas as pd from tqdm import tqdm import…
-
Commodities Tradeflow via API
Hi Team. We have a client looking to pull Commodities Tradeflow data monthly as part of their automated process to store the data into a database using a python client. Could you let us know what API options are available?
-
API service in LSEG Workspace for Document retrieval
Hi Team, May I know if we have a service that retrieves documents? Specifically for the retrieval of the following: For ETFs: 1. Annual Report 2. Interim Report 3. KIID 4. FactSheet 5. Prospectus For Bonds: 1. Prospectus 2. Final Terms 3. FactSheet For Stocks: 1. Fillings 2. Earnings 3. Annual Report
-
How to pull a list of all economic data that is being release on a specific day with high impact in
Ideally I would want to pull a list of all economic data that is being release on a specific day with high impact in certain countries e.g. Germany, US Similar to what you can see in the economic monitor in the desktop app
-
Can I get historical Time & Sales data with the LSEG API?
I have access to the Workspace application, where I can see Time & Sales data for a given RIC, and I would like to get the same using the LSEG API that comes with my Workspace login, and Python. Thanks
-
link Workspace and chat gpt
is there a away i can automate a link between Refinitiv and chat GPT? i'm looking to use chatgpt to analyse call transcripts.
-
Why am I receiving error message The access to field(s) denied. Requested universes: ['CA007863AB91
Client is receiving error message for the ISINs used: The access to field(s) denied. Requested universes: ['CA007863AB91', 'US91754TG983']. Requested fields: ['TR.PREFERREDRIC', 'TR.MUNIORIGINALAMOUNTISSUED', 'TR.FIAMTOUTSTANDINGFACTOR'] from this script: import refinitiv.data as rd rd.open_session() df = rd.get_data(…
-
The error I'm getting is "LDError: Invalid port: THE_FIRST_4_LETTERS_OF_MY_PROXY_COD
import requests user = 'tXXXXXX' # your t-number id (see Who Is Who, for example) pwd = '********' # the password you created for non-standard internet access session = requests.session() session.proxies = {'http':'client proxy' % (user,pwd), 'https':'client proxy' % (user,pwd)} resp = session.get('https://api.github.com')…