Hacker News new | ask | show | jobs
by kyleleelarson 819 days ago
www.searchsecdata.com, like "google trends" for 10-k filings that public companies submit to the SEC. Currently supports full-text search on almost all 10-k filings for current S&P 500 and Russell 2000 companies for the last 20 years.
1 comments

Good stuff! Few suggestions:

- add year range, like 2019-2024

- bold searched word in results; italic is not so visible

- custom table results per page (25, 50, 100)

- export to csv of all results in table

Did you scraped all text into database, or search through bunch of text files?

Thanks for the suggestions! Yeah I scraped the annual reports from the SEC website, and built a database of the results. Lots of malformed xml to deal with