nlpaueb / edgar-crawler

The only open-source toolkit that can download EDGAR financial reports and extract textual data from specific item sections into nice and clean JSON files.
GNU General Public License v3.0
274 stars 76 forks source link

Support for 8-K reports #23

Open Bailefan opened 3 weeks ago

Bailefan commented 3 weeks ago

Support for 8-K reports

It is now possible to crawl and extract info from 8-K reports. To enable this we

Bug-Fixes and Refactoring

While working on this we discovered several problems with the old approach. Multiple changes were implemented in order to make the extraction more reliable and to make the edgar-crawler codebase more readable: