-
Can I download earnings calls time?
Can I download earnings calls time? i want to get transcripts' time via Reuters API because i want to get the time data in large scale, it's impossible to download it one by one for me' Already checked…
-
How to Check Transcript Availability for Company Events Using the Eikon Data API
Hello everyone, I am retrieving company events through Python using the following code: data, err = ek.get_data( ["COPEC.SN"], [ "TR.EventTitle.Date", "TR.EventTitle", "TR.EventType" ], { "SDate": "-20Y", "EDate": "0D", "EventType": "ECALL" } ) data I would like to know whether there is a field or parameter that allows me…
-
Hi, I am using LSEG in Python with an App Key, following the documentation in this article: https:
Hi, I am using LSEG in Python with an App Key, following the documentation in this article: https://developers.lseg.com/en/api-catalog/eikon/eikon-data-api/quick-start Everything is working well so far. However, what I actually need is to retrieve the .txt files of conference call transcripts for some firms. For example, I…
-
Is Transcript available in the LSEG Data Library?
Hi, I would like to ask if the Earning Transcript is available for an API call or if there will be a plan to add it to the library if it's not? Regards, Dan Gabriel
-
is there a way to get recent transcripts of a company earnings call via the LSEG Data Library API
is there a way to get recent transcripts of a company earnings call or event in text form via the LSEG Data Library API? I know i can get in workspace by manually downloading. i also know i can get news items via lseg data library api but not sure how do i get earnings calls transcript via api for any given ticker or…
-
Extracting earnings call transcripts
Hi all, is it possible extracting earnings call transcripts directly via the LSEG Workspace by using an API?
-
Clarification on Academic Licence Permissions for Accessing News Text and Earnings Call Transcripts
Hi, I am an academic user from a university using LSEG Workspace, and I would like to clarify the data access permissions for textual datasets under our academic licence. I am conducting research that requires both news text and earnings call transcripts, so I would like to understand which datasets and APIs are available…
-
I am looking for a way to use the transcripts from earnings calls, conference calls, company events
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…
-
how to select a list of companies in ADVEV app
Hi, I want to download earnings call transcripts of about 700 companies using ADVEV app, but I cannot use country or industry classify them. The companies are listed in an excel document. I wonder if "RIC/Company/Portfolio/List" could help me with this problem. Or if there is any better method than manually entering. Thank…
-
Access to Workspace API
for a research project, we would like to download earnings call transcripts and audios in a structured way. The web interface and the desktop app (Workspace) only allow the manual download of individual files. If I have understood correctly, there is also an API that allows automatic downloading. Do we have API access with…
-
Earnings Call Transcript Download
Hi, I saw in various earlier conversations that extracting earnings call transcripts directly via the LSEG Data Library (for Workspace) by using an API is not possible. See here for example: Now I am trying to understand alternative ways to get these transcripts (without having to manually bulk-download them). I saw that…
-
Earnings Call Transcripts Download
Hi, I am having trouble in finding out how we can download earnings transcripts using refinitiv (the programming language doesn't matter). Can someone please help me with the sample code to extract earnings calls transcripts? Thank You in Advance.
-
Download Earnings Calls Transcripts Using Python from Refinitiv Worspace
Hello! I am using Refinitiv Workspace. I need to download earnings calls transcripts for quite a number of companies for several years. Is this possible via the Python API? I tried to use 'get_data', but I found that there is no 'earnings calls transcripts' option in DIB (Data Item Browser). And I can't find any Refinitiv…
-
Refinitiv Workspace Transcripts Download using Python
Hello, Is it possible to use Python to download all companys' earnings conference call transcripts through Refinitiv Workspace at once? Although I found that some answers said no, I just want to double-check whether it is updated. Thank you very much!
-
Is that possible to combine API and Python code to download transcripts in bulk?