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]…
I couldn't get exporting portfolio list through API with received following guide on this. Can you please help me with that or instruct me? ,, The only option now to get daily returns for a portfolio since inception would be using the PAM API in a multi-step process. First, run a request for each portfolio using the API…
I need your help to download news from Chinese IA companies from 2023/05/11 to 2024/07/31. I have a .csv with Storyid and the text of the title of the 25,000 articles but need the complete articles (not only the title), maybe in json format or other . I created an API and tried to access using Jupyter notebook but was not…
Hi all, I am trying to download a list of corporate bond prospectus available at Eikon (around 3000 bonds). I have the ISIN and RIC of bonds. Is there a way of bunch downloading from API? Many thanks!
Using Eikon library for Python imported as "ek" Eikon application is running. App key is generated and enabled. When running ek.set_app_key('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx') I get following error: 2024-08-12 12:28:48,546 P[22820] [MainThread 13216] Error: no proxy address identified. Check if Eikon Desktop or Eikon API…
Is there an example of how I can implement the functionality of https://api.refinitiv.com/discovery/search/v1/lookup using the Python module (e.g., import refinitiv.data as rdp)?
Hi there, Whilst I have been using CodeBook, I'd also like to code locally on my machine and use Visual Studio Code. However, the following script returns an error and as a result I am unable to connect: import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd…
Hello, I'm working with Datastream and Eikon. I noticed that on the Datastream navigator we can get access to a list of equity indices for individual countries ("markets" as per the Datastream Navigator terminology)--see attached screenshot for reference.Capture.PNG To avoid manual work, I would like to use Python and my…
It looks like you're new here. Sign in or register to get started.