All Questions
Tagged with edgar text-parsing
2 questions
1
vote
3
answers
3k
views
Extract entire textual data from Edgar 10-K using python
I am trying to extract entire textual data from the given URL below as an example. I have many URLs so automating. I tried every code posted here - they are giving error, eg AttributeError: 'NoneType' ...
1
vote
0
answers
387
views
Parsing unstructured txt files and extracting tables
I would like to parse old style EDGAR txt files from SEC containing different filings with free financial data, but it's very non trivial to parse a txt with a semblance of a table and extract this ...