Does API access to LSEG/Eikon Workspace would allow the requestor to retrieve transcripts from the LSEG Workspace Messenger?
I am using get_data to pull the following fields about about 5000 PermIDs. While it runs relatively smoothly (takes about 10 mins), some of the fields (e.g., country of headquarters) have gaps even though I can see they have values in Workspace. Is this because I'm throttling the API or some other error?…
Hello I am using some code which was built internally, but i am getting an error: An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it') Can someone help me figure out what the problem is please?…
I am trying to use .Net and I am able to establish a session, but I am unable to make a request or a live market data stream. I am using the desktop session (which is successful). Do I need additional permission on my account to use the api?
Client need help learning about the full scope of data filtration using LSEG API. Some of the questions client's have are: 1) If I wanted to run a fuzzy-matching algorithm on some custom metrics, do I need to write that function locally, or is there an LSEG API function that does this efficiently? 2) If I have to pull…
I am looking for a way to use the transcripts from earnings calls, conference calls, company events etc. I want to access the data and also import them via an API in python to perform some analysis. Could you please let me know: If with the products that I currently have, I can have access to this kind of information? If…
Case# 15138552 Raising the query on behalf of a client. Seeking assistance with the client query regarding the use of API from desktop Eikon. They are mentioning that the code is not working for several days now as well as getting errors on some asset classes they use. Error is below and script used(most RICs on script is…
ld.get_data(universe=spx_list, fields=["TRNOVR_UNS", "TRBC_INDUSTRY", "TRBC_ACTIVITY"],parameters={'SDate': '-20D', 'EDate': '0D','Frq':'D'}) attempt to a list of RIC info with relative start date and end date with Frq . the return result is not in wanted frequency let say i want a 20 day data with daily or minutely frq,…
Help! Is it possible to access alternative close prices from the python API? For example BRTDTDMc1 has 2 close prices. ASIA_CLOSE, EU_CLOSE, US_CLOSE, I want to access the ASIA close price as I am trying to find a common timestamp for the below list of prices. Reuters Code' : ['DUBSGSWMc2', 'MRBN1MMASc1', 'OQc1',…
Hi team, I am posting on behalf of an external client for the query below, please help and prioritize: Please can you explain why there is a lag on receiving EIA stats data via a script i have written using the appkey? from lseg.data.content import historical_pricing as hp from datetime import date import os 1. Correct RIC…
It looks like you're new here. Sign in or register to get started.