| pinescripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| industry_sic_codes.csv | ||
| README.md | ||
| requirements.txt | ||
| stock_db_schema.csv | ||
My Stock Screener
Overview
This repository contains a Python-based stock screener that evaluates multiple metrics on a set of stocks, assigns a score, and outputs a CSV of the results.
Project Structure
- src/ contains the main application code.
- data/ is where you can store raw input data; it is ignored by Git.
- reports/ is where generated CSV output is stored.
Setup Instructions
- Create a virtual environment:
python3 -m venv venv source venv/bin/activate