An AI-powered stock analysis tool. It was named 'Discount Analyst' because it is intended to be a cheap stock analysis tool.
It is intended to be cheap to run and automated, requiring little manual input.
To perform a Discounted Cash Flow (DCF) analysis:
- Install uv if needed
- Set up your environment variables (see scripts/README.md)
- Install dependencies:
uv sync - Run the analysis:
uv run python scripts/run_dcf_analysis.py --ticker <ticker> --risk-free-rate <risk free rate> --research-report-path <path to your research report (markdown format only)>