hi, Im trying to fetch information of filings via api, but get nan valuescould you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time could you help me on the correct way to get filings data via python api?i mostly care about filing type, date and time end_date =…
Hi Team , unable to get portfolio weights for custom portfolio using ld.get_data("PORTFOLIO(Borealis)",['TR.PortfolioStatementDate','TR.PortfolioModifiedDate','TR.PortfolioConstituentName','TR.PortfolioShares','TR.PortfolioWeight', 'TR.CompanyMarketCapitalization(Scale=6)'] ) second screenshot shows expected output using a…
Hi, I am an academic user from a university using LSEG Workspace, and I would like to clarify the data access permissions for textual datasets under our academic licence. I am conducting research that requires both news text and earnings call transcripts, so I would like to understand which datasets and APIs are available…
I'm working in codebook using a jupyter notebook. I have some data in an excel which I want to add to my analysis. I have dropped the excel file into the same folder in codebook as my Jupyter file, however the following code cannot load the file into the Jupyter notebook: Lombards =…
Hi, I have a developer thats trying to get values for the below fields from the API: "TR.IR.RatingDate" "TR.OrganizationName" "TR.IssuerRating” “TR.GR.Rating” ”TR.GR.RatingDate” Can you please let me know what is the correct endpoint to receive values for these? And if possible maybe provide an example Python code. Thanks.
1) how do I connect my acc to claude MPC/connector 2) Guidance in terms of OAuth for LSEG Data Platform and processing.
How to find data filelds such as in workspace API
I am trying to running the following Python script: import eikon, polars as pl, datetime API_KEY = "<app key>" eikon.set_app_key(API_KEY) RIC = [ ".MIWO000I0PUS" ] Time_Series = eikon.get_timeseries(RIC, start_date="2012-06-18", end_date="2025-12-01", interval="daily", fields="CLOSE") print(Time_Series) The output that I…
Good morning, It seems to me from sources online that the LSEG Data should include the Compustat Database from S&P Global. Link of an article where i found this piece of information. I was wondering how exactly we can access the data in the API, making sure we don't mess it up with other data points from other sources. On…
I’m building an ETF holdings pipeline. Provider files list constituents primarily by SEDOL. I need to resolve these SEDOLs to pricing RICs (and also capture ISIN/CUSIP). I’m using the Python Eikon/Workspace API. What works / what doesn’t In Workspace (desktop), if I search by SEDOL I can see the security and its RIC. In…
It looks like you're new here. Sign in or register to get started.