Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 482 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 482 Bytes

Stock Aggregator

Purpose

Tool used for the sake of identifying stocks that might be potential buy/short options based on custom criteria.

Technologies

  • TypeScript
  • NodeJS
    • Biome for linting and formatting
  • PostgreSQL: storing stocks and daily stock prices

Commands

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