-
EIKON API not working
Hi, I'm not able to use the eikon api. Tried the trouble shoot link: Eikon Data API(Python) Troubleshooting | Refinitiv | Devportal (lseg.com) and noticed that my Log doesn't have any proxy information. However, the article doesn't tell you what to do. Here is the log I get when trying to connect to the API: 2024-05-14…
-
Infrastructure 360 (GINFR) through Python API
I'm looking for a way to access the data available in LSEG Workspace under "Infrastructure 360" (GINFR) through the Python API. They don't appear in the DEALS_MERGERS_AND_ACQUISITIONS and LOAN_INSTRUMENTS views, which is reasonable. However, I haven't been able to find any record of them by just searching for the…
-
Python API get_data function cannot pull data on .HEDGEINDEX
Hi, I'm using get_data function to pull index details with no problem until I need to grab the same data for a new index .HEDGEINDEX, in which case all I'm getting for this index is <NA>. Can anyone help me figure out a way to pull? Thanks. Below is my code: df_ric_ts, err_ric_ts = ek.get_data( ['.HEDGEINDEX', '.SPX'],…
-
How do I find what version of Eikon I have (Core, R&A, Premium)?
How do I find what version of Eikon I have (Core, R&A, Premium)?
-
Bond calculator - cash flow
How is it possible to create the "norm factor" and "residual amount usd" column in bond calculator cash flow section using Eikon API or codebook? If so, is it possible to have these columns for multiple bond ISINs?
-
fundamental data as time series
hi i am using ek.get_data, for the stock ticker MSFT and Apple, can i check how do i get the close price date, close price , Revenue, EBIT, Dividend Yield, Dividend Per share, Outstanding Shares one year before. i am trying to do a time series analysis. trying to make data such as Revenue and EBIT attached to the daily…
-
Equity Ratings Eikon API Using Python
Hi all, I am using the Eikon API for Python with the fields shown below. fields_pricingdata_eq = ['TR.RICCode', 'TR.InstrumentDescription', 'TR.WertCode', 'TR.CUSIPExtended', 'TR.SEDOLCode', 'TR.AssetCategory', 'Avail(TR.CompanyMarketCap.currency, TR.FundCurrency)', 'TR.GICSSector', 'TR.GICSIndustry',…
-
Available fields for each RIC (historical date/value for SSYTCS038USGBRD)
Hi everyone, I saw at some LSEG article/documentation that was possible in the past to use the "DIB" command after the RIC name in the search bar from the codecreator resource, but now that seems to now work anymore. That said, I need to know which fields are available for each RIC from refinitiv eikon api. For example, I…
-
How to search by multiple CUSIPs at a time (ex. 1500 CUSIPs at a time)?
I need to search by multiple CUSIPs at a time (about 1500 CUSIPs at a time). Followed the instructions below: The workaround is using template: https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/main/Examples/1-Access/EX-1.01.06.1-SearchTemplates-Equities.ipynb. The template is defined in…
-
Problem with Power BI integration that doesn't sync real-time structures (CF_ASK, CF_LAST, etc) v...
...ia Python Script Hi everyone, I am trying to integrate some RIC information into Power BI through python scripts that have already been tested on Refinitiv Eikon API with CodeBook. All scripts worked just fine, both historical and real-time data, as shown below. Below are the codes used in the examples above. 1) "import…