How to find data filelds such as in workspace API
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.
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 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 Team, I have a Workspace Client who is learning to create agents using N8N. The client is planning to create his own agent one day and hope it will be able to access Workspace via an API. Additional client verbatim: "It is my understanding that most software providers are providing api keys for ai agents, like N8N,…
Hi, Raising this on behalf of a new client. Please see below. As I understand upon reading the documentation in the developers portal, the Refinitiv Data Platform is being phased out and being replaced with LSEG Data Platform. But the step-by-step guide sent by you in your welcome email links to the older Refinitiv Data…
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, 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…
1) how do I connect my acc to claude MPC/connector 2) Guidance in terms of OAuth for LSEG Data Platform and processing.
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…
It looks like you're new here. Sign in or register to get started.