https://github.com/diversen/finviz_scraper
A simple scraper for finviz data which will cache data in a sqlite database.
https://github.com/diversen/finviz_scraper
finviz finviz-scraper
Last synced: over 1 year ago
JSON representation
A simple scraper for finviz data which will cache data in a sqlite database.
- Host: GitHub
- URL: https://github.com/diversen/finviz_scraper
- Owner: diversen
- Created: 2021-07-07T12:52:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T17:44:11.000Z (over 2 years ago)
- Last Synced: 2024-04-14T16:07:52.942Z (over 2 years ago)
- Topics: finviz, finviz-scraper
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple scraper for finviz fundamentals data
Some simple script for fetching stock data from finviz.com and export the data to CSV files.
It uses this small lib [finviz-data](https://github.com/diversen/finviz-data) for fetching and extracting the data.
## Installl
git clone https://github.com/diversen/finviz_scraper
cd finviz_scraper
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cp settings.py-dist settings.py
## Example
Save sp500 as a CSV file in the folder `./csv`
python csv_from_sp500.py
Or save nasdaq symbols as a CSV file in `./csv`:
python csv_from_nasdaq.py