how we can disable the SSL verification in the python implementation/code (see below)? Additionally, is there documentation for the python API for the lseg.data component? We found this but I cannot find the specific information we are looking for: Refinitiv Data Library for Python [cdn.refinitiv.com]. Can you please point…
how we can disable the SSL verification in the python implementation/code. This is the error ERROR: An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v2/token [api.refinitiv.com]'). ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate…
Hi team, I am a beginner of LSEG and want to set up EIKON / LSEG APIs to load historical data or economic fixings using Python. Could you please provide a step by step guide for: Enable data loading via API using Python, e.g. system setup, key creation and etc. Please provide a Python example using this case…
I'm trying to use LSEG to put together an aggregate measure of 5-year wholesale bank funding spreads (Holdco, Opco and covered bond) issued by the Big 6 UK Banks (Santander UK, Barclays, HSBC, Lloyds, Nationwide, and RBS). How would I go about doing this please? Research: It can be done through LSEG Data Library for…
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
I am using the Eikon Data API (Python) to retrieve various time series data (prices, volume, etc.) using the get_data function. Did anyone already successfully obtain explicit information in stock splits (effective date, ratio) using that function? if yes, which fieldnames were used?
Hi, Am trying to pull some data from API using following code ##################### import eikon as ek df_NWE_Ethylene_Spot = ek.get_timeseries([ 'PHAJD00' ],fields='CLOSE' , start_date='2015-01-01',interval='daily') df_NWE_Ethylene_Spot = df_NWE_Ethylene_Spot.reset_index() df_NWE_Ethylene_Spot =…
Hi, I am working on a larger project where I am integrating job listings with firm-level (parent company data). I need to link firm names with their parent companies (to get the publicly listed entities for subsidiaries) which I am doing via the Search API in LSEG Workspace. The entire dataset contains about 200,000 firms…
What's the Eikon formula (TR.) to get Bloomber ticker/id and address of any fund?
Hello, I have downloaded the yield curve of a bond benchmark using the following import refinitiv.data.eikon as ek curve = ek.get_data('0#ITXZ=R',['MATUR_DATE','PRIMACT_1']) Then I modify the yield curve by applying a parallel shift of 25bp via: curve['Shifted_Rate'] = curve['PRIMACT_1ì] + 0.25 Now I want to reprice a bond…
It looks like you're new here. Sign in or register to get started.