...ive status message for unknown subscription 1) Main issue: When using Eikon Data API for Python, there is an issue on receiving streaming data with a python script as simple as: import eikon as ek ek.set_app_key("xxxxx") ek.set_log_level(1) def on_update(item, fields, status, error): print(f"Item: {item}, Fields:…
Hi As above, is it possible to pull in any of the data from the Officer page via API? Snapshot below with Elon Musk as an example. Interested to run a person name search in Python, i.e. Elon Musk, and then return the 'Titles', 'Bio & Education', 'Affiliations' (including any RIC's ID's of company affiliations) data into…
I want to get the interval high and low price of a security say 'AAPL.O' in the period 2023-01-01 and 2023-04-01 in python, what is the formula for it? Is there a parameter to for getting adjusted prices and non-adjusted prices
...n one function call in python? Say I have 3 securities and 3 sets of start date and end dates as follow, 2021-01-02 - 2021-03-06 for 0700.HK 2023-04-02- 2023-09-30 for 9988.HK 2022-07-02 - 2022-08-06 for 0005.HK Is there a way to retrieve 3 rows of interval high low price for the input above using only a single function…
Now I want to extract ISIN code from bond_code or symbol but got nothing. bond_code = '18642C' data, err = ek.get_data(bond_code, fields=['TR.ISIN']) Considering that now I only have bond_code or Symbol, how should I do? It seems that symbol "18642C" could not be recognized.
I encountered some difficulties while trying to fetch the revenue data for First Group and Farsers. The data is available in the Refinitiv Workspace, but I could not access it through the API. I also attempted to get the old and new share price, but I failed to do so. Moreover, I would like to understand how the stock…
Dear all, Would it be possible to extract below information via Python API?
I post the following code. I am retrieving info starting from ISIN codes and I want to retrieve FundCompany and LEI code. To do that I first retrieve the RIC code, then fetch fund company and from here I look for the LEI. The problem is that using the FundCompany retrieved from Refinitiv, the API can never find the LEI…
For Eikon API, what is the datatype to use to translate Industry name to Japanese?
Has anyone encountered this? 2023-10-02 07:20:29,364 P[19340] [WebSocket 0 27544] Receive status message for unknown subscription id 457
It looks like you're new here. Sign in or register to get started.