-
The refinitiv.dataplatform.eikon is returning no value now. 1 month ago it was
Why is it returning <NA>? This code worked fine 1 month ago import refinitiv.dataplatform.eikon as ek ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY') df_standard, err = ek.get_data( instruments = ['SBFG3.SA'], fields =…
-
API Rate Limit Issues
We're noticing weird behaviour on the response headers when calling PermID API using our token. Before we were receiving the following headers X-RateLimit-Limit-day X-RateLimit-Remaining-day which we use in order to manage our requests, but now the response seems to have changed, and we're not getting those headers…
-
Im having trouble the get aligned data with dates for some instruments
Im having trouble with the API. As you can see below, the resultant dataframe comes with null values on the last dates, and values on the first dates. The problem is that the "MATD3.SA" didnt exist before 2021. On excel, with same parameters, the dataframe comes alright, with null values up to 2014. So why is this…
-
The website is not working when I want to see more details by permid
When I search by permid I can see results but when I want to see more details no information appears
-
which API could extract the PN17 / GN3 pdf file using python?
using different ISIN code as input, to download if the company have this PN17 pdf file. which api shall i use to get the pdf file. and also before what credentials i need to provide and if so where do i get the credentials from?
-
Additional details on OIS contracts
Hello, I am working on OIS data. Would you be able to point me to the fields regarding additional contract details? For example, I would need to know when the exact settlement day for the OIS 1M, OIS 2M, etc is. But also, I would need to know how many days and what happens if the day is a public holiday / weekend. I tried…
-
How to get domestic/international revenue of listed companies
I met a problem when I used the Python API to obtain data in the LSEG Workspace. For listed company, for example, TSLA.O (TESLA), I want to get the fields in the LSEG Workspace which can obtain the ratio of international/overseas revenue or non-local revenue to local revenue of listed companies. Since there are hundreds of…
-
Accessing Upcoming Sovereign Rating Review Calendar via Eikon API
Hello, I would like to access upcoming sovereign credit rating review dates for certain countries (e.g., "Germany – Fitch – Review scheduled for July 11, 2025") via the Eikon Data API (refinitiv.dataplatform.eikon), if possible. Could you help me with it? Thank you for your support. Best regards,
-
How to get the option chain for an asset from codebook app?
Hi Dev.Teaam , May I request for your assistance on this Client's query please? Thank you. eikon_data_extractor.py (v4)import datetime as dt import pandas as pd import eikon as ek ---------------------------------------------------------------------1. Conexión (usa tu App Key)ek.set_app_key("") ek.set_timeout(120) Si tu…
-
Messenger Api bot
I would like to inquire whether the newly updated version of the messenger supports any API functionalities. If API access is available, I would appreciate it if you could provide information on the following: How to obtain or request an API key What features or capabilities are available through the API Where I can find…
-
Basis pricing for Physical commodities
I want to get FX broken dates calculator to hedge basis price contracts for commodities e.g. Cotton. Sample code as below: df = ld.get_history('JCI-CTN-ANHUI','TRDPRC_1',start='01-Jan-2025',end='26-Jun-2025') #This is spot price for China Anhui cotton. df2 =…
-
AdfinXAnalytics in Workspace
Hi Team, Is there any way to use AdfinXAnalytics with Workspace Excel? We have a user who has this in his Excel file. I found some references to an LSEG COM API solution, but it doesn't seem to include AdfinXAnalytics, just DEX and Real Time:…
-
How can I get a list of RICs/Companies that have earnings announcements as of a particular date?
How can I get a list of RICs/Companies that have earnings announcements as of a particular date using Eikon API / RDP API? Are there other APIs where this is available?
-
Get Data API.
I would like to understand what would be needed to automatically extract data from Refinitiv WS in order to feed a PowerBI model on our side
-
How to download my refinitiv data to google codelabs or jupyter notebook
da