https://github.com/amilich/sec-parser
https://github.com/amilich/sec-parser
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilich/sec-parser
- Owner: amilich
- Created: 2015-11-09T04:46:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T02:10:07.000Z (over 9 years ago)
- Last Synced: 2025-01-28T04:15:34.859Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEC-Parser
### Prerequisites
[Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/) 4.4.1 or higher
`pip install beautifulsoup4`[lxml](http://lxml.de/) 3.5.0b1 or higher
`pip install lxml`
`easy_install lxml`[yahoo-finance](https://github.com/lukaszbanasiak/yahoo-finance) 1.1.4 or higher
`pip install yahoo-finance`