-
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…
-
How do i get the historical adresses of US companies?
I would like to investigate the relocation of corporate headquarters of publicly listed US companies. Therfore i need the old and new headquarter addresses and ideally also the relocation date/announcement of relocation date. How do I find that data? I have access to Refinitiv and Refinitiv Eikon.
-
Do we have any API library where we can pull all the data items/fields available on Workspace?
Do we have any API library where we can pull all the data items/fields available on Workspace? I am also interested to know if we have options to filter by various categories that is available in DIB tool under Filters. Looking forward for an update.
-
CURVB via python
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
-
Retrieving news stories through API
I use the Codebook app in Workspace and utilize an API program that retrieves news stories. I have a couple of questions about that: The news stories before 2025 do not seem to be retrievable in the Codebook through the API. I am wondering if there is a limitation to what can be retrieved with the API, such as news stories…
-
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
-
Questions Regarding Bulk Retrieval of Detailed Information via World-Check One API(V3)
Our customer is currently working on a process to retrieve detailed information during World-Check One searches and has two related questions: 1. Is it possible to retrieve detailed information in bulk for multiple search results via the World-Check One API? They have reviewed the available documentation but have not…
-
[REST API] Vessel Physical Assets
Hello all, I am trying to select new columns for the new data available for the vessels voyages: Last trade flow information: Charterer, Commodity, Cargo Size, Rate, Load Port, Load Date, Discharge Port, Discharge Data, Status, Previous Port and Previous Port Duration. However, when we tried to insert on the select part…
-
Unable to obtain latest information on marketcap.
Hello Support Team, Until recently, my nightly batch job was able to retrieve the same-day market capitalization. (Command example) test_df, e = ek.get_data('9984.T', ['TR.IssueMarketCap.date', 'TR.IssueMarketCap', 'DSPLY_NAME']) For example, when I ran this in the evening Japan time, it used to return the market cap for…
-
API to download broker research report from ADVRES app in workspace
Can someone help/ guide me about the feasibility to download broker reports on ADVRES app on worksapce via API. would appreciate your help on this.
-
Link to API, DLL and sample codes
Hi team, We are looking for an API solution that is best suited for our environment and requirements. -Windows, C#, .NET Framework 4.8 -Seeking real time data feed Can someone direct me to the link where API DLL, samples codes are available? Thank you, Hiro
-
DSS Debt Corporate Actions Iso Report Template
Hi Team, Could you please share working API request for Debt Corporate Actions ISO 15022? I've been trying to use example provided in API tree, but the query isn't working. Here's what I've been running: { "ExtractionRequest": { "@odata .type":…
-
History of Ultimate Parent Given RIC or Perm ID
Hello, Hope everyone is doing well! I asked LSEG helpdesk about something and was redirected here. I have a list of RICs and Permanent IDs. Say I would like to get a 5 year history of multiple fields for these companies, including the history of the ultimate parent of those companies. Is there a way via Python's…
-
How to extract the RIC of a company using API?
How to extract the RIC of a company using API? Please provide sample code.
-
Requesting access to trapi.data.research.read / trapi.alerts.research.crud scope for Research API
Hello, I am a student at the University of Toronto. I am trying to access Aftermarket Research reports via the Refinitiv Data Platform API. Currently, my account can generate tokens, but the access token does not include the required scopes (trapi.data.research.read and trapi.alerts.research.crud). As a result, I receive…