-
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…
-
Update code from RDP to RD
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 s...
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?
-
EIKON API Proxy doesn't start
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…
-
"How can I execute a DSGRID function using Python?"
"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:…
-
Convert python code to ‘import eikon as ek’
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…