Hi, I've been trying to retrieve filings from a list of different RICs and Dates (specific range for each RIC) but im having difficulties using the code examples available. Would really appreciate help to code a request to access the MD&A Section of 10-Q/10-K of many companies for which i have the RICs and dates. I've been trying the following code but I believe there is an error with the url in: request_definition = endpoint_request.Definition(
method = rd.delivery.endpoint_request.RequestMethod.POST,
url = 'https://api.refinitiv.com/discovery/symbology/v1/lookup',
body_parameters = body
https://github.com/LSEG-API-Samples/Article.RD.Python.PredictiveModellingForFilings/blob/main/Filings.ipynb
Also, all examples found refer to previous verision of library (refinitiv, not lseg)
Thanks!