-
API endpoint or programmatic solution
Want to know if there is a endpoint using which we can download Analyst report using api credsI wanted to inquire if Refinitiv provides any API endpoint or programmatic solution that enables downloading analyst reports.
-
How can I use the API to retrieve the change history information of a specific RIC?
-
[RTO] *F9: Server has gone down. Will recall when a server becomes available.
Dear Support Team, We observed that for approximately one minute starting around 14:12:55 UTC on March 28, 2026, the following error response was returned during MarketPrice streaming: F9: Server has gone down. Will recall when a server becomes available. The service has since recovered and is currently operating without…
-
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",…
-
What Entitlement does client needs to access the below script?
Hi team, requesting your assistance on Case 15852576. Thanks for the links. I tested the GraphQL endpoint at /data-store/v1/graphql and confirmed via schema introspection that ESGSource exists with fields like SourceTitle, SourceUrl, SourceDate, SourcePage, SourcePublisher. However, querying it for Alphabet Inc (PermID…
-
How to retrieve order imbalance data into close each day
Hi team posting on behalf of client: Query: I would like to scan for Order Imbalances into the close each day.. If there was a way to do this in Workspace, that would be great - but I have a feeling I will need to use the Workspace API and write a python script. I prefer to use Workspace on Web, so may have to use LSEG…
-
How to authenticate in cloud?
Query raised by CSM below i have a user, who is trying to use Python/Codebook via the cloud. He is asking how he can authenticate it. i know how to do it in Workspace, not the cloud though.
-
Regarding getting international indices Data
I have created an account on LSEG, but I have not yet received the machine account details via email as mentioned .Additionally, I have downloaded the EMA Java as per the documentation. However, to receive the feed, it requires the following details: Ema host Ema username Ema service Where from i get these details ?
-
Historical data total liabilities S&P 500
Hi, I try to get "total liabillities" data through the report screen as you can see on the picture. I need to get total liabilities from FY0 - FY-24 (so last 25 years). However I get NA for all cells. I click on time series and then put the last 25 years there. What do I do wrong?
-
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…
-
What permisisons do I need to get access to the "trapi.data.ownership.adv" scope?
-
Questions on Automated Price Retrieval and License Usage in Cloud Environments
Query; -I would like to automatically retrieve prices to run end‑of‑day PnL calculations. -My Python environment will be running on a cloud platform (likely Databricks). -Is there any licensing issue or limitation with running this process in the cloud instead of on my local PC?
-
How to test ongoing monitoring
Hello, I am using World-Check One API to perform screening. Everything is working as expected, and I now want to turn on ongoing monitoring. Is there a way I can use test data or mocked data? Otherwise, how can I test a change in the worldcheck data so that I can validate my software is using the APIs correctly? Thanks!
-
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()…