URGENT ! Client needs guidance on developing a python script to query 'Filings Retrieval' (Get Document) API call. Is it possible to assist client on developing a simple python query for this service. This is a request from WBS a UK client.
thank you,
Waseem
You can try this sample python code.
Execute trkdAuthen to generate token.
Execute trkdFilingRetrieval and provide doc id, token to retrieve document.
Please note that I only print everything out to console just for demonstration purpose.