Is there an API that would allow me to programmatically download company filings from Workspace and access the full text of the filing documents for processing in Python?
My use case is to run keyword-based searches (regex / NLP) across filings for multiple companies and flag documents that match predefined criteria. Ideally, I’d like to automate both the retrieval of the filings and the ingestion of their text content.
Many thanks
Bart