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)
http://ld.discovery.search( view = ld.discovery.Views.SEARCH_ALL, filter = "RCSAssetCategoryLeaf eq 'Commodity Future' and TickerSymbol eq 'CT' and ExpiryDate ne null and PrimaryChainRIC eq '0#CT-:'", select = "RIC,DocumentTitle,ExpiryDate", top = 1000 ) So I want to adjust this so I can pull all calendar spread data from…
How can I pull roll over dates ie last call date, options expiry for Cotton futures into my historical price series. How can I retrieve those dates for each futures contract, historically and the active futures
Hello Friends, I 'm migrating Eikon to Workspace and I have some questions on ld.get_history in Codebook. import lseg.data as ld import pandas as pd ld.open_session() t1 = ld.get_history(universe="EUR=",start="20250311 00:00:00", end="20250311 05:00:00", interval="1h",fields="BID") But the result is NOT in line with what I…
Hello, what is the best way to query EXPIR_DATE, SETTLEPRICE for both brent and gasoil futures from 2020 to 2024? does this get_history() work? what is universe ric to use? import lseg.data as ld df = ld.get_history() Is there an API doc for us to search all api available to us to use?
Hello, I am facing error below, it was working ok last week. python version: 3.11.5 eikon desktop: 4.0.54 ek version: 1.1.18 ek.set_app_key(EIKON_KEY) 2025-03-10 16:33:03,902 P[30228] [MainThread 6100] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('') 2025-03-10 16:33:03,902 P[30228] [MainThread…
I am not able to query deals data by using 'rd.get_data' with the same format as the previous 'ek.get_data'. I would like to know if there are any changes for deal screener query syntax using the new API call. (See screenshot 1.png)
In Workspace codebook, we can found two APIs, one is using lseg data api, eg. import lseg.data as ld, another is using refinitiv api, eg. import refinitiv.data as rd. May I know what is the difference between the two APIs? Are all functions (expecially api syntax) the same for the two libraries? Thanks & Regards, Dan
Client would like to assess the capability of using an API to price interest rate swaps i.e. cross-currency and vanilla fixed to fixed or fixed to floating as the case may arise. Is this possible, and if so, what would the cost be to have access to the relevant API? Could you share relevant materials on how to do it?…
It looks like you're new here. Sign in or register to get started.