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 to identify if a transcript is available for each event.
In the software, this information appears under Content Type: Transcript - All, but I have not been able to retrieve it through the API.
I would appreciate any guidance or suggestions.
Best regards,