https://github.com/pythoninthegrass/filings-crawler
https://github.com/pythoninthegrass/filings-crawler
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythoninthegrass/filings-crawler
- Owner: pythoninthegrass
- Created: 2017-12-14T20:03:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T03:37:28.000Z (over 9 years ago)
- Last Synced: 2025-03-01T01:26:02.016Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The purpose of this project is to learn some Python by building a simple program that parses SEC filings of various companies. Hundreds of 8-k (current report) documents are filed with the SEC every day, but I'm only interested in the ones that contain the topic of "Other Events". Going through all the 8-k's and checking for this topic is time-consuming and involves a lot of clicks, so I built a crawler that finds the right ones, proceeds to their content, and presents them to me on new browser tabs. Technologies used: Python, BeautifulSoup.