Hi Team, please can you answer the below questions from my client. I have a couple of questions on the recommended Python package and required credentials please. There are three Python packages available: https://pypi.org/project/refinitiv-data/ https://pypi.org/project/refinitiv-dataplatform/…
Hello, I have a datasheet with a list of bond ISINs for which I have a start date, end date, the sector classification, currency and rating information. For each bons in the dataset I would like to retrieve the currency-sector-rating specific credit yield curve starting at its specific start and end date. I am facing the…
I use python eikon api to get financial data, the data is accurate for most of the companies, but for AMD, the data is terribly wrong.
Hi, I am using the following script to download tresury yields. TESOROS = ['US2YT=RR','US3YT=RR','US5YT=RR','US7YT=RR','US10YT=RR','US30YT=RR'] start_date = "2000-12-12" end_date = "2024-12-31" ts_tesoros,e1 = ek.get_data(TESOROS, ["TR.MIDYIELD.date","TR.MIDYIELD"], {'SDate':start_date,'EDate':end_date,'Frq':'D'}) UST10Y =…
Looking for someone to help put together a script to pull shipping data for clean products (gasoline, gasoline component, naphtha, Gasoline / Gasoline Component) as imports/exports out of all US PADDS.
What is wrong with this screening code? df, err = ek.get_data('SCREEN(U(IN(Equity(active,public))/UNV:Public/), IN(TR.InstrumentTypeCode,"ADR","BDR"), IN(TR.ExchangeMarketIdCode,"BVMF","XBSP")',['…
Hello everyone! I would like to understand how to obtain the headlines of all companies, for example, U.S. companies, on Python by inserting keywords, from 2020 to today. The code I used only works with 100 rows. Thank you!
I am looking to retrieve the industry of stocks, but the data item browser does not show me which ones have also information about delisted stocks. Neither TR.ICBIndustry nor TR.ICBSector work for past delisted stocks.
Hello, I'm trying to collect bids for LCOc1 as soon as the bid change in realtime. My main issue is that I have a 10 min delay. _________________________________ import time import pandas as pd import eikon as ek import os # Set Eikon API Key for access to financial data ek.set_app_key('API_KEY_HERE') # Define the…
Is there any way to create dynamic Fund screening (from FSCREEN app) by using Eikon/WS API ? Image attached(Indian Mutual funds screening)
It looks like you're new here. Sign in or register to get started.