Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amilich/sec-parser
https://github.com/amilich/sec-parser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amilich/sec-parser
- Owner: amilich
- Created: 2015-11-09T04:46:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T02:10:07.000Z (about 9 years ago)
- Last Synced: 2024-10-09T22:20:21.631Z (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`