I am using Python to retrieve some data. But the API will be disconnected from time to time.
New user of Code Book inside Eikon API. I want to start with LEI and find corpororate information like parent LEI and industry code. Input: ZYBR0GI2DCOB4RV8NO37 Output industry group: debt fund
use "pip install refinitiv-data" installed package, the py file only have 1 line "import refinitiv.data as rd" . got folllowing error: "ModuleNotFoundError: No module named 'refinitiv.data'; 'refinitiv' is not a package"
am currently using your API key through Python code for my application and have a few questions regarding its usage. * How can I access news through Python? For example (shown below), in your guide, you use the code “MSFT.0”. How can I find the corresponding codes for all my suppliers (manually searching is difficult since…
I'm working with the EK API to get ESG data with market and fundamentals data for a company (e.g., AAPL.O). My goal is to pull fields related to price, market cap, ESG scores, and Scope 1 emissions (and other extra-financial data). I have problem aligning the dates. Here is the code I'm using: fields = [ 'TR.PriceClose',…
how to achieve USUM1P=ECI series data, with prelim publish data and prelim publish date. our economic data's logic is blur, user want to test market reaction when economic data publishes. But either cannot get the Latest data (for example, the latest data is of 13th September with no data), or cannot get the last publish…
how to get multi-language company name by eikon api
i use my own IDE Pycharm not codebook, any change on Python API?
I am looking to connect to DataScope API via UiPath using their HTTP Request activity. UiPath is a 3rd party RPA software that automates processes with out of the box "low code" activities. The HTTP Request activity allows me to set API end point and attach/configure parameters in a user friendly Wizard box. So I can't see…
Error:ek.set_app_key('') 2024-08-27 12:35:48,279 P[39232] [MainThread 43996] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('') 2024-08-27 12:35:48,280 P[39232] [MainThread 43996] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('') 2024-08-27 12:35:48,282 P[39232]…
It looks like you're new here. Sign in or register to get started.