Tool used for the sake of identifying stocks that might be potential buy/short options based on custom criteria.
- TypeScript
- NodeJS
- Biome for linting and formatting
- PostgreSQL: storing stocks and daily stock prices
Retrieves S&P 500 stocks
npm run aggregate
Flag stocks that meet criteria
npm run flag
Lint files
npm run lint
Format files
npm run format