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?
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…
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',…
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…
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…
...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…
Hello, can you please help us to update this code snippet we used to play with rdp but not working anymore with rd. if (response.status["http_status_code"] == 202): #getting the status of the calculation ('not started', 'running', 'succeeded') status_url = "https://api.refinitiv.com" + response.headers["location"]…
I am trying to retrieve yearly LIBOR rates via API. But I am unable to find the right RIC to do so. Is there any document which provided the needed RIC information that I can look into?
After launch EIKON API PROXY we just see this 2024-05-14T20:41:22.574Z - info: Starting process 5328 with command line: C:\Eikon API Proxy\EikonAPIProxy.exe 2024-05-14T20:41:22.652Z - info: Starting... 2024-05-14T20:41:22.652Z - info: Reading product manifest 2024-05-14T20:41:22.652Z - info: Async loading of component…
"I have a list of ISINs for some corporate bonds in an Excel table and I want to get the time series data for these bonds, for the variable yield to redemption. I am currently using the DSGRID function in Excel, which looks like this:…
It looks like you're new here. Sign in or register to get started.