https://github.com/serpapi/serpapi-wallstreet-analysis
Analyze company business using Google search powered by SerpApi.com
https://github.com/serpapi/serpapi-wallstreet-analysis
Last synced: 11 months ago
JSON representation
Analyze company business using Google search powered by SerpApi.com
- Host: GitHub
- URL: https://github.com/serpapi/serpapi-wallstreet-analysis
- Owner: serpapi
- License: mit
- Created: 2021-01-31T23:32:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T03:32:59.000Z (about 5 years ago)
- Last Synced: 2025-03-10T02:10:56.855Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serpapi-wallstreet-analysis
Analyze company business using Google search powered by [SerpApi](http://serpapi.com).
## scripts
### search-company-linked.py
Automated creating a cluster of companies based on their activities.
### search-hedge-fund-holding.py
automated collecting all the hedge funds current holding based on 13F filings.
## TODO
- [] SEC reports is out of sync with Google. Need to retry on multiple links
- [] automatic dependenc file
- [] publish article with back links
- [] group funds and display the connection using d3.js
# Dependencies
- python3
- libraries
```bash
pip3 install google-search-results
pip3 install beautifulsoup4
pip3 install requests
pip3 install lxml
```